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

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

공개 프로퍼티들

프로퍼티 타입 설명
AlternateGroup ushort
Height uint
Layer ushort
Matrix Matrix
TrackId uint
Volume float
Width uint

공개 메소드들

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

메소드 상세

AtomTKHD() 공개 메소드

public AtomTKHD ( )

AtomTKHD() 공개 메소드

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

ReadData() 공개 메소드

public ReadData ( ) : void
리턴 void

프로퍼티 상세

AlternateGroup 공개적으로 프로퍼티

public ushort AlternateGroup
리턴 ushort

Height 공개적으로 프로퍼티

public uint Height
리턴 uint

Layer 공개적으로 프로퍼티

public ushort Layer
리턴 ushort

Matrix 공개적으로 프로퍼티

public Matrix Matrix
리턴 Matrix

TrackId 공개적으로 프로퍼티

public uint TrackId
리턴 uint

Volume 공개적으로 프로퍼티

public float Volume
리턴 float

Width 공개적으로 프로퍼티

public uint Width
리턴 uint