C# 클래스 VLC_WINRT.Utility.Services.RunTime.Player

파일 보기 프로젝트 열기: kusl/vlcwinrt 1 사용 예제들

공개 메소드들

메소드 설명
DetachEvent ( ) : void
Dispose ( ) : void
GetAudioTracksCount ( ) : int
GetAudioTracksDescription ( String>.IDictionary tracks ) : int
GetLength ( ) : System.Int64
GetPosition ( ) : float
GetRate ( ) : float
GetSubtitleCount ( ) : int
GetSubtitleDescription ( String>.IDictionary tracks ) : int
GetTime ( ) : System.Int64
GetVolume ( ) : int
Initialize ( ) : IAsyncAction
Open ( String mrl ) : void
OpenSubtitle ( String mrl ) : void
Pause ( ) : void
Play ( ) : void
Player ( SwapChainBackgroundPanel panel ) : System
Seek ( float position ) : void
SetAudioTrack ( int track ) : int
SetRate ( float rate ) : int
SetSubtitleTrack ( int track ) : int
SetVolume ( int volume ) : int
Stop ( ) : void
UpdateSize ( uint x, uint y ) : void

메소드 상세

DetachEvent() 공개 메소드

public DetachEvent ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetAudioTracksCount() 공개 메소드

public GetAudioTracksCount ( ) : int
리턴 int

GetAudioTracksDescription() 공개 메소드

public GetAudioTracksDescription ( String>.IDictionary tracks ) : int
tracks String>.IDictionary
리턴 int

GetLength() 공개 메소드

public GetLength ( ) : System.Int64
리턴 System.Int64

GetPosition() 공개 메소드

public GetPosition ( ) : float
리턴 float

GetRate() 공개 메소드

public GetRate ( ) : float
리턴 float

GetSubtitleCount() 공개 메소드

public GetSubtitleCount ( ) : int
리턴 int

GetSubtitleDescription() 공개 메소드

public GetSubtitleDescription ( String>.IDictionary tracks ) : int
tracks String>.IDictionary
리턴 int

GetTime() 공개 메소드

public GetTime ( ) : System.Int64
리턴 System.Int64

GetVolume() 공개 메소드

public GetVolume ( ) : int
리턴 int

Initialize() 공개 메소드

public Initialize ( ) : IAsyncAction
리턴 IAsyncAction

Open() 공개 메소드

public Open ( String mrl ) : void
mrl String
리턴 void

OpenSubtitle() 공개 메소드

public OpenSubtitle ( String mrl ) : void
mrl String
리턴 void

Pause() 공개 메소드

public Pause ( ) : void
리턴 void

Play() 공개 메소드

public Play ( ) : void
리턴 void

Player() 공개 메소드

public Player ( SwapChainBackgroundPanel panel ) : System
panel Windows.UI.Xaml.Controls.SwapChainBackgroundPanel
리턴 System

Seek() 공개 메소드

public Seek ( float position ) : void
position float
리턴 void

SetAudioTrack() 공개 메소드

public SetAudioTrack ( int track ) : int
track int
리턴 int

SetRate() 공개 메소드

public SetRate ( float rate ) : int
rate float
리턴 int

SetSubtitleTrack() 공개 메소드

public SetSubtitleTrack ( int track ) : int
track int
리턴 int

SetVolume() 공개 메소드

public SetVolume ( int volume ) : int
volume int
리턴 int

Stop() 공개 메소드

public Stop ( ) : void
리턴 void

UpdateSize() 공개 메소드

public UpdateSize ( uint x, uint y ) : void
x uint
y uint
리턴 void