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

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

공개 메소드들

메소드 설명
AtomCreated ( BaseAtom atom ) : void
AtomMP4A ( MP4Document document, uint type, long size, long start )
ReadData ( ) : void

메소드 상세

AtomCreated() 공개 메소드

public AtomCreated ( BaseAtom atom ) : void
atom BaseAtom
리턴 void

AtomMP4A() 공개 메소드

public AtomMP4A ( MP4Document document, uint type, long size, long start )
document MP4Document
type uint
size long
start long

ReadData() 공개 메소드

public ReadData ( ) : void
리턴 void