C# 클래스 CSharpRTMP.Core.MediaFormats.mp4.boxes.VersionedAtom

상속: BaseAtom
파일 보기 프로젝트 열기: langhuihui/csharprtmp

공개 프로퍼티들

프로퍼티 타입 설명
Flags int
Version byte

공개 메소드들

메소드 설명
Hierarchy ( int indent ) : string
Read ( ) : void
ReadData ( ) : void
Write ( ) : void

보호된 메소드들

메소드 설명
VersionedAtom ( MP4Document document, uint type, long size, long start ) : System.Collections.Generic
VersionedAtom ( uint type ) : System.Collections.Generic

메소드 상세

Hierarchy() 공개 메소드

public Hierarchy ( int indent ) : string
indent int
리턴 string

Read() 공개 메소드

public Read ( ) : void
리턴 void

ReadData() 공개 추상적인 메소드

public abstract ReadData ( ) : void
리턴 void

VersionedAtom() 보호된 메소드

protected VersionedAtom ( MP4Document document, uint type, long size, long start ) : System.Collections.Generic
document MP4Document
type uint
size long
start long
리턴 System.Collections.Generic

VersionedAtom() 보호된 메소드

protected VersionedAtom ( uint type ) : System.Collections.Generic
type uint
리턴 System.Collections.Generic

Write() 공개 메소드

public Write ( ) : void
리턴 void

프로퍼티 상세

Flags 공개적으로 프로퍼티

public int Flags
리턴 int

Version 공개적으로 프로퍼티

public byte Version
리턴 byte