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

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

공개 프로퍼티들

프로퍼티 타입 설명
Entries List

공개 메소드들

메소드 설명
AtomSDTP ( List sampleDependencies ) : System.Collections.Generic
AtomSDTP ( MP4Document document, uint type, long size, long start ) : System.Collections.Generic
ReadData ( ) : void
Write ( ) : void

메소드 상세

AtomSDTP() 공개 메소드

public AtomSDTP ( List sampleDependencies ) : System.Collections.Generic
sampleDependencies List
리턴 System.Collections.Generic

AtomSDTP() 공개 메소드

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

ReadData() 공개 메소드

public ReadData ( ) : void
리턴 void

Write() 공개 메소드

public Write ( ) : void
리턴 void

프로퍼티 상세

Entries 공개적으로 프로퍼티

public List Entries
리턴 List