C# Class MP4_Mangler.HeaderBoxes.minf

Media info container box.
Inheritance: Box
Mostra file Open project: i-e-b/HLS---Smooth-Encoder Class Usage Examples

Public Methods

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

Create a new track info box. Determines audio or video based on (width*height > 0?)

Method Details

Prepare() public method

public Prepare ( ) : void
return void

minf() public method

Create a new track info box. Determines audio or video based on (width*height > 0?)
public minf ( int Width, int Height, int TrackId ) : System
Width int
Height int
TrackId int
return System