Property | Type | Description | |
---|---|---|---|
CurrentState | MediaPlayerState |
Method | Description | |
---|---|---|
Close ( ) : void | ||
GetAudioTrackCount ( ) : Task |
||
GetAudioTrackDescription ( string>.IDictionary |
||
GetLength ( ) : Task |
||
GetPosition ( ) : Task |
||
GetSubtitleCount ( ) : Task |
||
GetSubtitleDescription ( string>.IDictionary |
||
Initialize ( |
||
Open ( string mrl ) : void | ||
OpenSubtitle ( string mrl ) : void | ||
Pause ( ) : void | ||
Play ( ) : void | ||
Seek ( float position ) : void | ||
SetAudioTrack ( int track ) : System.Threading.Tasks.Task | ||
SetRate ( float rate ) : System.Threading.Tasks.Task | ||
SetSizeVideoPlayer ( uint x, uint y ) : System.Threading.Tasks.Task | ||
SetSubtitleTrack ( int track ) : System.Threading.Tasks.Task | ||
SkipAhead ( ) : void | ||
SkipBack ( ) : void | ||
Stop ( ) : void | ||
VlcService ( |
Method | Description | |
---|---|---|
DoVLCSafeAction ( System.Action a ) : void | ||
SeekToRelativeTime ( System.TimeSpan relativeTimeSpan ) : void | ||
UpdateStatus ( MediaPlayerState status ) : void | ||
_vlcPlayer_MediaEnded ( ) : void |
public GetAudioTrackDescription ( string>.IDictionary |
||
audioTracks | string>.IDictionary | |
return | Task |
public GetSubtitleDescription ( string>.IDictionary |
||
subtitles | string>.IDictionary | |
return | Task |
public Initialize ( |
||
panel | ||
return | System.Threading.Tasks.Task |
public SetAudioTrack ( int track ) : System.Threading.Tasks.Task | ||
track | int | |
return | System.Threading.Tasks.Task |
public SetRate ( float rate ) : System.Threading.Tasks.Task | ||
rate | float | |
return | System.Threading.Tasks.Task |
public SetSizeVideoPlayer ( uint x, uint y ) : System.Threading.Tasks.Task | ||
x | uint | |
y | uint | |
return | System.Threading.Tasks.Task |
public SetSubtitleTrack ( int track ) : System.Threading.Tasks.Task | ||
track | int | |
return | System.Threading.Tasks.Task |
public VlcService ( |
||
historyService | ||
return | Autofac |