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

상속: VersionedAtom
파일 보기 프로젝트 열기: langhuihui/csharprtmp 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ComonentType string
ComponentFlags uint
ComponentFlagsMask uint
ComponentManufacturer uint
ComponentName string
ComponentSubType uint

공개 메소드들

메소드 설명
AtomHdlr ( ) : System
AtomHdlr ( MP4Document document, uint type, long size, long start ) : System
Hierarchy ( int indent ) : string
ReadData ( ) : void

메소드 상세

AtomHdlr() 공개 메소드

public AtomHdlr ( ) : System
리턴 System

AtomHdlr() 공개 메소드

public AtomHdlr ( MP4Document document, uint type, long size, long start ) : System
document MP4Document
type uint
size long
start long
리턴 System

Hierarchy() 공개 메소드

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

ReadData() 공개 메소드

public ReadData ( ) : void
리턴 void

프로퍼티 상세

ComonentType 공개적으로 프로퍼티

public string ComonentType
리턴 string

ComponentFlags 공개적으로 프로퍼티

public uint ComponentFlags
리턴 uint

ComponentFlagsMask 공개적으로 프로퍼티

public uint ComponentFlagsMask
리턴 uint

ComponentManufacturer 공개적으로 프로퍼티

public uint ComponentManufacturer
리턴 uint

ComponentName 공개적으로 프로퍼티

public string ComponentName
리턴 string

ComponentSubType 공개적으로 프로퍼티

public uint ComponentSubType
리턴 uint