C# 클래스 Multimedia.PlayerBase

파일 보기 프로젝트 열기: crazyender/FFMPEG.net 1 사용 예제들

공개 메소드들

메소드 설명
Close ( ) : void
Pause ( ) : void
Play ( ) : void
PlayerBase ( ) : System
PlayerBase ( IntPtr videoHandle ) : System
PutFile ( string file ) : void
Render ( ) : bool
RenderFile ( string fileName ) : void
Stop ( ) : void

비공개 메소드들

메소드 설명
GeneratePipesFromFile ( string fileName ) : void

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

Pause() 공개 메소드

public Pause ( ) : void
리턴 void

Play() 공개 메소드

public Play ( ) : void
리턴 void

PlayerBase() 공개 메소드

public PlayerBase ( ) : System
리턴 System

PlayerBase() 공개 메소드

public PlayerBase ( IntPtr videoHandle ) : System
videoHandle System.IntPtr
리턴 System

PutFile() 공개 메소드

public PutFile ( string file ) : void
file string
리턴 void

Render() 공개 메소드

public Render ( ) : bool
리턴 bool

RenderFile() 공개 메소드

public RenderFile ( string fileName ) : void
fileName string
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void