Inheritance: VideoLAN.LibVLC.NonNullHandle
Exemple #1
0
 EventManagerHandle PlayerEventManager(PlayerHandle media,
                                       NativeException ex);
Exemple #2
0
 int PlayerGetChapterCount(PlayerHandle player, NativeException ex);
Exemple #3
0
 float PlayerGetFPS(PlayerHandle player, NativeException ex);
Exemple #4
0
 int PlayerIsSeekable(PlayerHandle player, NativeException ex);
Exemple #5
0
 void PlayerPreviousChapter(PlayerHandle player, NativeException ex);
Exemple #6
0
 void PlayerSetRate(PlayerHandle player, float rate,
                    NativeException ex);
Exemple #7
0
 void PlayerSetHWND(PlayerHandle player, SafeHandle hwnd,
                    NativeException ex);
Exemple #8
0
 int PlayerGetTitleCount(PlayerHandle player, NativeException ex);
Exemple #9
0
 void PlayerSetXWindow(PlayerHandle player, int xid,
                       NativeException ex);
Exemple #10
0
 int PlayerGetXWindow(PlayerHandle player);
Exemple #11
0
 void PlayerStop(PlayerHandle player, NativeException ex);
Exemple #12
0
 void PlayerPause(PlayerHandle player, NativeException ex);
Exemple #13
0
 int PlayerIsPlaying(PlayerHandle player, NativeException ex);
Exemple #14
0
 int PlayerGetChapterCountForTitle(PlayerHandle player, int title,
                                   NativeException ex);
Exemple #15
0
 SafeHandle PlayerGetHWND(PlayerHandle player);
Exemple #16
0
 void PlayerSetTitle(PlayerHandle player, int chapter,
                     NativeException ex);
Exemple #17
0
 long PlayerGetLength(PlayerHandle player, NativeException ex);
Exemple #18
0
 void PlayerNextChapter(PlayerHandle player, NativeException ex);
Exemple #19
0
 long PlayerGetTime(PlayerHandle player, NativeException ex);
Exemple #20
0
 float PlayerGetRate(PlayerHandle player, NativeException ex);
Exemple #21
0
 void PlayerSetTime(PlayerHandle player, long time,
                    NativeException ex);
Exemple #22
0
 State PlayerGetState(PlayerHandle player, NativeException ex);
Exemple #23
0
 float PlayerGetPosition(PlayerHandle player, NativeException ex);
Exemple #24
0
 int PlayerHasVout(PlayerHandle player, NativeException ex);
Exemple #25
0
 void PlayerSetPosition(PlayerHandle player, float position,
                        NativeException ex);
Exemple #26
0
 int PlayerCanPause(PlayerHandle player, NativeException ex);
Exemple #27
0
 void PlayerSetMedia(PlayerHandle player, MediaHandle media,
                     NativeException ex);