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

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

Méthodes publiques

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

Méthodes publiques

Méthode Description
AtomFTYP ( MP4Document document, long size, long start ) : System.Collections.Generic
AtomFTYP ( uint majorBrand, uint minorVersion ) : System.Collections.Generic
Hierarchy ( int indent ) : string
Read ( ) : void
Write ( ) : void

Method Details

AtomFTYP() public méthode

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

AtomFTYP() public méthode

public AtomFTYP ( uint majorBrand, uint minorVersion ) : System.Collections.Generic
majorBrand uint
minorVersion uint
Résultat System.Collections.Generic

Hierarchy() public méthode

public Hierarchy ( int indent ) : string
indent int
Résultat string

Read() public méthode

public Read ( ) : void
Résultat void

Write() public méthode

public Write ( ) : void
Résultat void

Property Details

CompatibleBrands public_oe property

public List CompatibleBrands
Résultat List