C# Class CSharpRTMP.Core.MediaFormats.mp4.boxes.HeaderAtom

Inheritance: VersionedAtom
Show file Open project: langhuihui/csharprtmp

Public Properties

Property Type Description
CreationTime ulong
Duration ulong
ModificationTime ulong

Protected Methods

Method Description
HeaderAtom ( MP4Document document, uint type, long size, long start ) : System.Collections.Generic
HeaderAtom ( uint type ) : System.Collections.Generic

Method Details

HeaderAtom() protected method

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

HeaderAtom() protected method

protected HeaderAtom ( uint type ) : System.Collections.Generic
type uint
return System.Collections.Generic

Property Details

CreationTime public property

public ulong CreationTime
return ulong

Duration public property

public ulong Duration
return ulong

ModificationTime public property

public ulong ModificationTime
return ulong