C# Class FlashVideoFiles.FLVTag

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

Méthodes publiques

Méthode Description
Parse ( ExtendedBinaryReader br ) : FLVTag
ToByteArray ( ) : byte[]

Method Details

Parse() public static méthode

public static Parse ( ExtendedBinaryReader br ) : FLVTag
br ExtendedBinaryReader
Résultat FLVTag

ToByteArray() public méthode

public ToByteArray ( ) : byte[]
Résultat byte[]