libvlc_video_marquee_int_option_t def.

This forum is about all development around libVLC.
Diamonddrake
Blank Cone
Blank Cone
Posts: 18
Joined: 17 Oct 2010 05:04

libvlc_video_marquee_int_option_t def.

Postby Diamonddrake » 20 Oct 2010 03:20

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.

sherington
Cone that earned his stripes
Cone that earned his stripes
Posts: 491
Joined: 10 Sep 2008 11:57
VLC version: master
Operating System: Linux

Re: libvlc_video_marquee_int_option_t def.

Postby sherington » 20 Oct 2010 16:59

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?

From libvlc_media_player.h,

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;

Diamonddrake
Blank Cone
Blank Cone
Posts: 18
Joined: 17 Oct 2010 05:04

Re: libvlc_video_marquee_int_option_t def.

Postby Diamonddrake » 21 Oct 2010 23:33

that's the one, I couldn't quite find it in the source, I ended up finding the bynumber function somewhere and making my own. I am using this in C#. But I will update my code to use the correct enum titles.

Thank you.

jianxia
New Cone
New Cone
Posts: 4
Joined: 30 May 2012 15:26

Re: libvlc_video_marquee_int_option_t def.

Postby jianxia » 22 May 2014 07:24

in function descrption, it's said "libvlc_video_marquee_int_option_t ",
in enum, the name is "libvlc_video_marquee_option_t".


Return to “Development around libVLC”

Who is online

Users browsing this forum: No registered users and 9 guests