C# Class MP4_Mangler.HeaderBoxes.trak

Container for track meta-data
Inheritance: Box
Exibir arquivo Open project: i-e-b/HLS---Smooth-Encoder Class Usage Examples

Protected Properties

Property Type Description
body mdia
handler_ref hdlr
header tkhd
media_info minf

Public Methods

Method Description
Prepare ( ) : void
trak ( int Width, int Height, int TrackId ) : System

Method Details

Prepare() public method

public Prepare ( ) : void
return void

trak() public method

public trak ( int Width, int Height, int TrackId ) : System
Width int
Height int
TrackId int
return System

Property Details

body protected_oe property

protected mdia,MP4_Mangler.HeaderBoxes body
return mdia

handler_ref protected_oe property

protected hdlr,MP4_Mangler.HeaderBoxes handler_ref
return hdlr

header protected_oe property

protected tkhd,MP4_Mangler.HeaderBoxes header
return tkhd

media_info protected_oe property

protected minf,MP4_Mangler.HeaderBoxes media_info
return minf