Incorrect documentation for seekable property
The seekable
property of VLCMediaPlayer is documented here as:
/**
* Set movie position. This has no effect if playback is not enabled.
* \note movie position as percentage between 0.0 and 1.0.
*/
@property (NS_NONATOMIC_IOSONLY, getter=isSeekable, readonly) BOOL seekable;
which is not correct.