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

Inheritance: VersionedAtom
Afficher le fichier Open project: langhuihui/csharprtmp Class Usage Examples

Méthodes publiques

Свойство Type Description
Entries List

Méthodes publiques

Méthode Description
AtomSTSS ( MP4Document document, uint type, long size, long start ) : System.Collections.Generic
AtomSTSS ( uint syncSamples ) : System.Collections.Generic
ReadData ( ) : void

Method Details

AtomSTSS() public méthode

public AtomSTSS ( MP4Document document, uint type, long size, long start ) : System.Collections.Generic
document MP4Document
type uint
size long
start long
Résultat System.Collections.Generic

AtomSTSS() public méthode

public AtomSTSS ( uint syncSamples ) : System.Collections.Generic
syncSamples uint
Résultat System.Collections.Generic

ReadData() public méthode

public ReadData ( ) : void
Résultat void

Property Details

Entries public_oe property

public List Entries
Résultat List