24 #define XINE_VDR_VERSION 901
213 typedef struct __attribute__((packed)) data_osd_set_position_s
225 typedef struct __attribute__((packed)) data_osd_draw_bitmap_s
361 #define XINE_VDR_VOLUME_IGNORE 0
362 #define XINE_VDR_VOLUME_CHANGE_HW 1
363 #define XINE_VDR_VOLUME_CHANGE_SW 2
365 #define XINE_VDR_MUTE_IGNORE 0
366 #define XINE_VDR_MUTE_EXECUTE 1
367 #define XINE_VDR_MUTE_SIMULATE 2
373 uint8_t osd_unscaled_blending;
376 uint16_t image4_3_zoom_x;
377 uint16_t image4_3_zoom_y;
378 uint16_t image16_9_zoom_x;
379 uint16_t image16_9_zoom_y;
401 typedef struct __attribute__((packed)) data_set_video_window_s
557 typedef struct __attribute__((packed)) data_trick_speed_mode_s
577 typedef struct __attribute__((packed)) data_query_capabilities_s
585 typedef struct __attribute__((packed)) result_query_capabilities_s
589 uint8_t osd_max_num_windows;
590 uint8_t osd_palette_max_depth;
591 uint8_t osd_palette_is_shared;
592 uint8_t osd_supports_argb_layer;
593 uint8_t osd_supports_custom_extent;