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

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

공개 프로퍼티들

프로퍼티 타입 설명
CreationTime ulong
Duration ulong
ModificationTime ulong

보호된 메소드들

메소드 설명
HeaderAtom ( MP4Document document, uint type, long size, long start ) : System.Collections.Generic
HeaderAtom ( uint type ) : System.Collections.Generic

메소드 상세

HeaderAtom() 보호된 메소드

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

HeaderAtom() 보호된 메소드

protected HeaderAtom ( uint type ) : System.Collections.Generic
type uint
리턴 System.Collections.Generic

프로퍼티 상세

CreationTime 공개적으로 프로퍼티

public ulong CreationTime
리턴 ulong

Duration 공개적으로 프로퍼티

public ulong Duration
리턴 ulong

ModificationTime 공개적으로 프로퍼티

public ulong ModificationTime
리턴 ulong