C# Класс QiyiFLV2MP4.FLVFile

Наследование: IDisposable
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Close ( ) : void
Dispose ( ) : void
ExtractStreams ( bool extractAudio, bool extractVideo, bool extractTimeCodes, OverwriteDelegate overwrite ) : void
FLVFile ( string path ) : System

Приватные методы

Метод Описание
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

Описание методов

Close() публичный Метод

public Close ( ) : void
Результат void

Dispose() публичный Метод

public Dispose ( ) : void
Результат void

ExtractStreams() публичный Метод

public ExtractStreams ( bool extractAudio, bool extractVideo, bool extractTimeCodes, OverwriteDelegate overwrite ) : void
extractAudio bool
extractVideo bool
extractTimeCodes bool
overwrite OverwriteDelegate
Результат void

FLVFile() публичный Метод

public FLVFile ( string path ) : System
path string
Результат System