Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
FlashVideoFiles
FLVTag
C# Class FlashVideoFiles.FLVTag
The FLV tag contains metadata for audio, video, or scripts, optional encryption metadata, and the payload.
显示文件
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[]