C# Class FlashVideoFiles.FLVTag

The FLV tag contains metadata for audio, video, or scripts, optional encryption metadata, and the payload.
Show file Open project: Itamaram/FlashVideoDownloader Class Usage Examples

Public Methods

Method Description
Parse ( ExtendedBinaryReader br ) : FLVTag
ToByteArray ( ) : byte[]

Method Details

Parse() public static method

public static Parse ( ExtendedBinaryReader br ) : FLVTag
br ExtendedBinaryReader
return FLVTag

ToByteArray() public method

public ToByteArray ( ) : byte[]
return byte[]