Property | Type | Description | |
---|---|---|---|
GetManager | VideoLAN.LibVLC.EventManagerHandle |
Method | Description | |
---|---|---|
GetChapterCountByTitle ( int title ) : int | ||
NextChapter ( ) : void | ||
Pause ( ) : void | ||
Play ( ) : void | ||
Player ( VideoLAN.LibVLC.Media media ) : System | ||
Player ( VideoLAN.LibVLC.VLC instance ) : System | ||
PreviousChapter ( ) : void | ||
Stop ( ) : void |
Method | Description | |
---|---|---|
GetManager ( ) : VideoLAN.LibVLC.EventManagerHandle |
public GetChapterCountByTitle ( int title ) : int | ||
title | int | |
return | int |
public Player ( VideoLAN.LibVLC.Media media ) : System | ||
media | VideoLAN.LibVLC.Media | |
return | System |
public Player ( VideoLAN.LibVLC.VLC instance ) : System | ||
instance | VideoLAN.LibVLC.VLC | |
return | System |