pub struct PgsWdsSegmentWindowDefinition {
pub window_id: u8,
pub window_horizontal_position: u16,
pub window_vertical_position: u16,
pub window_width: u16,
pub window_height: u16,
}Expand description
Represents the definition of a display window within a Window Definition Segment (WDS).
The PgsWdsSegmentWindowDefinition structure contains details about the position and size of
a window where subtitles will be displayed on the screen.
Fields§
§window_id: u8§window_horizontal_position: u16§window_vertical_position: u16§window_width: u16§window_height: u16