C# 클래스 QiyiFLV2MP4.FLVFile

상속: IDisposable
파일 보기 프로젝트 열기: fengmoxi/QiyiFLV2MP4 1 사용 예제들

공개 메소드들

메소드 설명
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