C# Class VideoLAN.LibVLC.Player

Inheritance: VideoLAN.LibVLC.EventingObject
Afficher le fichier Open project: squadette/vlc Class Usage Examples

Private Properties

Свойство Type Description
GetManager VideoLAN.LibVLC.EventManagerHandle

Méthodes publiques

Méthode 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

Private Methods

Méthode Description
GetManager ( ) : VideoLAN.LibVLC.EventManagerHandle

Method Details

GetChapterCountByTitle() public méthode

public GetChapterCountByTitle ( int title ) : int
title int
Résultat int

NextChapter() public méthode

public NextChapter ( ) : void
Résultat void

Pause() public méthode

public Pause ( ) : void
Résultat void

Play() public méthode

public Play ( ) : void
Résultat void

Player() public méthode

public Player ( VideoLAN.LibVLC.Media media ) : System
media VideoLAN.LibVLC.Media
Résultat System

Player() public méthode

public Player ( VideoLAN.LibVLC.VLC instance ) : System
instance VideoLAN.LibVLC.VLC
Résultat System

PreviousChapter() public méthode

public PreviousChapter ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void