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

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

Méthodes publiques

Свойство Type Description
DataOffset int
Samples List

Méthodes publiques

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

Method Details

AtomTRUN() public méthode

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

ReadData() public méthode

public ReadData ( ) : void
Résultat void

Property Details

DataOffset public_oe property

public int DataOffset
Résultat int

Samples public_oe property

public List Samples
Résultat List