C# Class Unosquare.FFmpegMediaElement.FFmpegMediaFrame

Represents a video or audio frame.
Inheritance: IDisposable
ファイルを表示 Open project: bbougot/Popcorn Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
EnqueueRelease ( ) : void
InternalRelease ( ) : void

Private Methods

Method Description
Dispose ( bool alsoManaged ) : void
FFmpegMediaFrame ( ) : FFmpeg.AutoGen

Method Details

Dispose() public method

public Dispose ( ) : void
return void

EnqueueRelease() public method

public EnqueueRelease ( ) : void
return void

InternalRelease() public method

public InternalRelease ( ) : void
return void