I can't seem to find the current definition of the enum
libvlc_video_marquee_int_option_t
if anyone can help me out, i would appreciate it.
Is this what you want instead?I can't seem to find the current definition of the enum
libvlc_video_marquee_int_option_t
if anyone can help me out, i would appreciate it.
Code: Select all
typedef enum libvlc_video_marquee_option_t {
libvlc_marquee_Enable = 0,
libvlc_marquee_Text, /** string argument */
libvlc_marquee_Color,
libvlc_marquee_Opacity,
libvlc_marquee_Position,
libvlc_marquee_Refresh,
libvlc_marquee_Size,
libvlc_marquee_Timeout,
libvlc_marquee_X,
libvlc_marquee_Y
} libvlc_video_marquee_option_t;
Return to “Development around libVLC”
Users browsing this forum: No registered users and 15 guests