Property | Type | Description | |
---|---|---|---|
_channel | int | ||
_fileRoot | string | ||
_fourCC | string | ||
_privateData | string |
Method | Description | |
---|---|---|
Generate ( ) : byte[] |
Create a SMIL document with the details provided. "Private data" is created at this point. |
|
SmilGenerator ( string FileRoot, |
Prepate a SMIL generator
|
Method | Description | |
---|---|---|
GenerateAAC_Private ( ) : string |
Generate a "Codec Private Data" string for an AAC stream (values approximate).
|
|
GenerateH264_Private ( ) : string | ||
GenerateMP3_Private ( ) : string |
Generate a "Codec Private Data" string for an MP3 stream (values approximate).
|
|
WriteAudio ( |
||
WriteParam ( |
||
WriteVideo ( |
public SmilGenerator ( string FileRoot, |
||
FileRoot | string | /// Start of the media file name (used by IIS to create archive files). /// This will be appended with bitrate and dot-extension. /// |
SourceStream | ||
return | System |