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

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

Public Properties

Property Type Description
SttsEntries List

Public Methods

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

Method Details

AtomSTTS() public method

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

AtomSTTS() public method

public AtomSTTS ( 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

SttsEntries public_oe property

public List SttsEntries
return List