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

Inheritance: VersionedAtom
Datei anzeigen 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_oe property

public ulong CreationTime
return ulong

Duration public_oe property

public ulong Duration
return ulong

ModificationTime public_oe property

public ulong ModificationTime
return ulong