C# Class Multimedia.Demux

Inheritance: BaseComponent, IPipe
ファイルを表示 Open project: crazyender/FFMPEG.net Class Usage Examples

Public Methods

Method Description
Close ( ) : bool
ConnectTo ( IPipe pipe ) : bool
Demux ( ) : System
Flush ( ) : bool
OnReceiveData ( object obj ) : bool
Seek ( long location ) : void
Start ( ) : bool
Stop ( ) : bool

Method Details

Close() public method

public Close ( ) : bool
return bool

ConnectTo() public method

public ConnectTo ( IPipe pipe ) : bool
pipe IPipe
return bool

Demux() public method

public Demux ( ) : System
return System

Flush() public method

public Flush ( ) : bool
return bool

OnReceiveData() public method

public OnReceiveData ( object obj ) : bool
obj object
return bool

Seek() public method

public Seek ( long location ) : void
location long
return void

Start() public method

public Start ( ) : bool
return bool

Stop() public method

public Stop ( ) : bool
return bool