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

FileTypeBox
Inheritance: BaseAtom
Show file Open project: langhuihui/csharprtmp Class Usage Examples

Public Properties

Property Type Description
CompatibleBrands List

Public Methods

Method 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 method

public AtomFTYP ( MP4Document document, long size, long start ) : System.Collections.Generic
document MP4Document
size long
start long
return System.Collections.Generic

AtomFTYP() public method

public AtomFTYP ( uint majorBrand, uint minorVersion ) : System.Collections.Generic
majorBrand uint
minorVersion uint
return System.Collections.Generic

Hierarchy() public method

public Hierarchy ( int indent ) : string
indent int
return string

Read() public method

public Read ( ) : void
return void

Write() public method

public Write ( ) : void
return void

Property Details

CompatibleBrands public property

public List CompatibleBrands
return List