C# 클래스 SwfDotNet.IO.Tags.FlvBaseTag

FlvBaseTag.
파일 보기 프로젝트 열기: bladecoding/SwfExport 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
dataSize uint
tagType FlvTagCodeEnum
timeStamp uint

공개 메소드들

메소드 설명
FlvBaseTag ( ) : System

Creates a new FlvBaseTag instance.

ReadData ( byte version, BufferedBinaryReader binaryReader ) : void

Reads the data.

UpdateData ( byte version ) : void

Updates the data.

메소드 상세

FlvBaseTag() 공개 메소드

Creates a new FlvBaseTag instance.
public FlvBaseTag ( ) : System
리턴 System

ReadData() 공개 메소드

Reads the data.
public ReadData ( byte version, BufferedBinaryReader binaryReader ) : void
version byte Version.
binaryReader SwfDotNet.IO.Utils.BufferedBinaryReader Binary reader.
리턴 void

UpdateData() 공개 메소드

Updates the data.
public UpdateData ( byte version ) : void
version byte Version.
리턴 void

프로퍼티 상세

dataSize 보호되어 있는 프로퍼티

Size of the tag
protected uint dataSize
리턴 uint

tagType 보호되어 있는 프로퍼티

Tag type
protected FlvTagCodeEnum tagType
리턴 FlvTagCodeEnum

timeStamp 보호되어 있는 프로퍼티

Timestamp
protected uint timeStamp
리턴 uint