C# Class VideoLAN.LibVLC.Player

Inheritance: VideoLAN.LibVLC.EventingObject
ファイルを表示 Open project: squadette/vlc Class Usage Examples

Private Properties

Property Type Description
GetManager VideoLAN.LibVLC.EventManagerHandle

Public Methods

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

Private Methods

Method Description
GetManager ( ) : VideoLAN.LibVLC.EventManagerHandle

Method Details

GetChapterCountByTitle() public method

public GetChapterCountByTitle ( int title ) : int
title int
return int

NextChapter() public method

public NextChapter ( ) : void
return void

Pause() public method

public Pause ( ) : void
return void

Play() public method

public Play ( ) : void
return void

Player() public method

public Player ( VideoLAN.LibVLC.Media media ) : System
media VideoLAN.LibVLC.Media
return System

Player() public method

public Player ( VideoLAN.LibVLC.VLC instance ) : System
instance VideoLAN.LibVLC.VLC
return System

PreviousChapter() public method

public PreviousChapter ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void