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

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

공개 프로퍼티들

프로퍼티 타입 설명
DataOffset uint

공개 메소드들

메소드 설명
AtomMDAT ( MP4Document document, uint type, long size, long start ) : System
AtomMDAT ( Movie document, int[]>.Dictionary chunks, long contentSize ) : System
Hierarchy ( int indent ) : string
Read ( ) : void

메소드 상세

AtomMDAT() 공개 메소드

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

AtomMDAT() 공개 메소드

public AtomMDAT ( Movie document, int[]>.Dictionary chunks, long contentSize ) : System
document Movie
chunks int[]>.Dictionary
contentSize long
리턴 System

Hierarchy() 공개 메소드

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

Read() 공개 메소드

public Read ( ) : void
리턴 void

프로퍼티 상세

DataOffset 공개적으로 프로퍼티

public uint DataOffset
리턴 uint