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

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

공개 메소드들

메소드 설명
AtomDATA ( MP4Document document, uint type, long size, long start ) : System.Collections.Generic
Hierarchy ( int indent ) : string
Read ( ) : void

메소드 상세

AtomDATA() 공개 메소드

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

Hierarchy() 공개 메소드

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

Read() 공개 메소드

public Read ( ) : void
리턴 void