C# Class Multimedia.PlayerBase

Mostrar archivo Open project: crazyender/FFMPEG.net Class Usage Examples

Public Methods

Method Description
Close ( ) : void
Pause ( ) : void
Play ( ) : void
PlayerBase ( ) : System
PlayerBase ( IntPtr videoHandle ) : System
PutFile ( string file ) : void
Render ( ) : bool
RenderFile ( string fileName ) : void
Stop ( ) : void

Private Methods

Method Description
GeneratePipesFromFile ( string fileName ) : void

Method Details

Close() public method

public Close ( ) : void
return void

Pause() public method

public Pause ( ) : void
return void

Play() public method

public Play ( ) : void
return void

PlayerBase() public method

public PlayerBase ( ) : System
return System

PlayerBase() public method

public PlayerBase ( IntPtr videoHandle ) : System
videoHandle System.IntPtr
return System

PutFile() public method

public PutFile ( string file ) : void
file string
return void

Render() public method

public Render ( ) : bool
return bool

RenderFile() public method

public RenderFile ( string fileName ) : void
fileName string
return void

Stop() public method

public Stop ( ) : void
return void