C# Class QiyiFLV2MP4.FLVFile

Inheritance: IDisposable
Afficher le fichier Open project: fengmoxi/QiyiFLV2MP4 Class Usage Examples

Méthodes publiques

Méthode Description
Close ( ) : void
Dispose ( ) : void
ExtractStreams ( bool extractAudio, bool extractVideo, bool extractTimeCodes, OverwriteDelegate overwrite ) : void
FLVFile ( string path ) : System

Private Methods

Méthode Description
CalculateAverageFrameRate ( ) : FractionUInt32?
CalculateTrueFrameRate ( ) : FractionUInt32?
CanWriteTo ( string path ) : bool
CloseOutput ( FractionUInt32 averageFrameRate, bool disposing ) : void
GetAudioWriter ( uint mediaInfo ) : IAudioWriter
GetVideoWriter ( uint mediaInfo ) : IVideoWriter
ReadBytes ( int length ) : byte[]
ReadTag ( ) : bool
ReadUInt24 ( ) : uint
ReadUInt32 ( ) : uint
ReadUInt8 ( ) : uint
Seek ( long offset ) : void

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

ExtractStreams() public méthode

public ExtractStreams ( bool extractAudio, bool extractVideo, bool extractTimeCodes, OverwriteDelegate overwrite ) : void
extractAudio bool
extractVideo bool
extractTimeCodes bool
overwrite OverwriteDelegate
Résultat void

FLVFile() public méthode

public FLVFile ( string path ) : System
path string
Résultat System