C# Class Multimedia.AvDecoder

Inheritance: BaseComponent, IPipe, IDecoder
Mostrar archivo Open project: crazyender/FFMPEG.net Class Usage Examples

Public Methods

Method Description
AvDecoder ( AVFrameType type ) : System
Close ( ) : bool
ConnectTo ( IPipe pipe ) : bool
Flush ( ) : bool
OnReceiveData ( object packet ) : bool
Start ( ) : bool
Stop ( ) : bool

Private Methods

Method Description
DoThreadWork ( ) : void

Method Details

AvDecoder() public method

public AvDecoder ( AVFrameType type ) : System
type AVFrameType
return System

Close() public method

public Close ( ) : bool
return bool

ConnectTo() public method

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

Flush() public method

public Flush ( ) : bool
return bool

OnReceiveData() public method

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

Start() public method

public Start ( ) : bool
return bool

Stop() public method

public Stop ( ) : bool
return bool