in a Qt desktop app (C++) I try to use libVLC function libvlc_video_set_logo_string() and libvlc_video_set_logo_int(). Could someone please explain which kind of parameter needs to be set and what they mean?
- libvlc_logo_enable - understood - int: 1 -> enable, 0 -> disable
- libvlc_logo_file - partly understood - string: path to local image file. What are other comma separated arguments in string?
- libvlc_logo_x - not understood - int: is this size or position?
- libvlc_logo_y - not understood - int: is this size or position?
- libvlc_logo_delay - understood - int: delay in ms
- libvlc_logo_repeat - not understood - horizontal / vertical repeat?
- libvlc_logo_opacity - understood - int: 0 ... 255
- libvlc_logo_position - not understood
Best regards,
Jörg