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

Inheritance: VersionedAtom
Datei anzeigen Open project: langhuihui/csharprtmp Class Usage Examples

Public Properties

Property Type Description
Entries long[]
SampleSize uint

Public Methods

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

Method Details

AtomSTSZ() public method

public AtomSTSZ ( ) : System.Collections.Generic
return System.Collections.Generic

AtomSTSZ() public method

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

ReadData() public method

public ReadData ( ) : void
return void

Property Details

Entries public_oe property

public long[] Entries
return long[]

SampleSize public_oe property

public uint SampleSize
return uint