Page 1 of 1

Init With Options - Documentation

Posted: 08 Apr 2014 18:42
by auztin100
Hi,

Can anyone point me to some documentation for the options that can be passed to the VideoMediaPlayer Init function ?


_mediaplayer1 = [[VLCMediaPlayer alloc]initWithOptions:@[ ……. ];

Thanks again.
Austin.

Re: Init With Options - Documentation

Posted: 09 Apr 2014 16:08
by fkuehne
There is no actual documentation, because this list is internal to VLC and may change at any major release.

Get the Mac counter-part release of VLC and run this in the Terminal to see a full list:

Code: Select all

./VLC.app/Contents/MacOS/VLC --longhelp --advanced