C# 클래스 VideoLAN.LibVLC.Player

상속: VideoLAN.LibVLC.EventingObject
파일 보기 프로젝트 열기: squadette/vlc 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GetManager VideoLAN.LibVLC.EventManagerHandle

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
GetManager ( ) : VideoLAN.LibVLC.EventManagerHandle

메소드 상세

GetChapterCountByTitle() 공개 메소드

public GetChapterCountByTitle ( int title ) : int
title int
리턴 int

NextChapter() 공개 메소드

public NextChapter ( ) : void
리턴 void

Pause() 공개 메소드

public Pause ( ) : void
리턴 void

Play() 공개 메소드

public Play ( ) : void
리턴 void

Player() 공개 메소드

public Player ( VideoLAN.LibVLC.Media media ) : System
media VideoLAN.LibVLC.Media
리턴 System

Player() 공개 메소드

public Player ( VideoLAN.LibVLC.VLC instance ) : System
instance VideoLAN.LibVLC.VLC
리턴 System

PreviousChapter() 공개 메소드

public PreviousChapter ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void