Property | Type | Description | |
---|---|---|---|
BufferSize | int | ||
FrameDelay | double |
Property | Type | Description | |
---|---|---|---|
Decode | void | ||
av_q2d | double |
Method | Description | |
---|---|---|
Dispose ( ) : void | ||
Dispose ( bool disposing ) : void | ||
GetFrame ( int time ) : byte[] | ||
Open ( byte bytes ) : bool | ||
Open ( string path ) : bool | ||
OpenStream ( Stream inStream ) : bool | ||
Seek ( int time ) : void | ||
VideoDecoder ( int bufferSize ) : System |
Initialize
|
Method | Description | |
---|---|---|
Decode ( ) : void | ||
av_q2d ( |
public VideoDecoder ( int bufferSize ) : System | ||
bufferSize | int | need a suitable buffer size? |
return | System |