Method | Description | |
---|---|---|
Close ( ) : void | ||
Dispose ( ) : void | ||
ExtractStreams ( bool extractAudio, bool extractVideo, bool extractTimeCodes, OverwriteDelegate overwrite ) : void | ||
FLVFile ( string path ) : System |
Method | Description | |
---|---|---|
CalculateAverageFrameRate ( ) : FractionUInt32? | ||
CalculateTrueFrameRate ( ) : FractionUInt32? | ||
CanWriteTo ( string path ) : bool | ||
CloseOutput ( |
||
GetAudioWriter ( uint mediaInfo ) : IAudioWriter | ||
GetVideoWriter ( uint mediaInfo ) : IVideoWriter | ||
ReadBytes ( int length ) : byte[] | ||
ReadTag ( ) : bool | ||
ReadUInt24 ( ) : uint | ||
ReadUInt32 ( ) : uint | ||
ReadUInt8 ( ) : uint | ||
Seek ( long offset ) : void |
public ExtractStreams ( bool extractAudio, bool extractVideo, bool extractTimeCodes, OverwriteDelegate overwrite ) : void | ||
extractAudio | bool | |
extractVideo | bool | |
extractTimeCodes | bool | |
overwrite | OverwriteDelegate | |
return | void |