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

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

공개 프로퍼티들

프로퍼티 타입 설명
Duration uint
Matrix System.Matrix
NextTrackId uint
TimeScale uint

공개 메소드들

메소드 설명
AtomMVHD ( ) : System
AtomMVHD ( MP4Document document, uint type, long size, long start ) : System
ReadData ( ) : void

메소드 상세

AtomMVHD() 공개 메소드

public AtomMVHD ( ) : System
리턴 System

AtomMVHD() 공개 메소드

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

ReadData() 공개 메소드

public ReadData ( ) : void
리턴 void

프로퍼티 상세

Duration 공개적으로 프로퍼티

public uint Duration
리턴 uint

Matrix 공개적으로 프로퍼티

public Matrix,System Matrix
리턴 System.Matrix

NextTrackId 공개적으로 프로퍼티

public uint NextTrackId
리턴 uint

TimeScale 공개적으로 프로퍼티

public uint TimeScale
리턴 uint