Identifies the type of component stream and may be used to provide a text description of the elementary stream.
<?xml version="1.0"?>
<query>
<userid>[UserID]</userid> <!-- required-->
<userkey>[UserKey]</userkey> <!-- required-->
<action>addMedia</action> <!-- required-->
<source>[SourceFile]</source> <!-- required-->
<format> <!-- required -->
<output>mpegts</output> <!-- required -->
<audio_component_descriptor>
<stream_content>[StreamType]</stream_content>
<component_type>[ComponentType]</component_type>
<component_tag>[ComponentTag]</component_tag>
<language_code>[LanguageCode]</language_code>
<text>[Text]</text>
</audio_component_descriptor>
<audio_stream>
<audio_component_descriptor>
<stream_content>[StreamType]</stream_content>
<component_type>[ComponentType]</component_type>
<component_tag>[ComponentTag]</component_tag>
<language_code>[LanguageCode]</language_code>
<text>[Text]</text>
</audio_component_descriptor>
<!-- audio_stream params -->
</audio_stream>
<audio_stream>
<!-- audio_stream params -->
</audio_stream>
</format>
</query>
{
"query": {
"userid": "[UserID]", // required
"userkey": "[UserKey]", // required
"action": "[Action]", // required
"source": "[SourceFile]", // required
"format": {
"output": "mpegts", // required
"audio_component_descriptor": {
"stream_content": "[StreamType]",
"component_type": "[ComponentType]",
"component_tag": "[ComponentTag]",
"language_code": "[LanguageCode]",
"text": "[Text]"
},
"audio_stream": [
{
"audio_component_descriptor": {
"stream_content": "[StreamType]",
"component_type": "[ComponentType]",
"component_tag": "[ComponentTag]",
"language_code": "[LanguageCode]",
"text": "[Text]"
},
// audio_stream params
},
{
// audio_stream params
}
]
}
}
}
Parameter | Description | Allowed Value | Default Value |
---|---|---|---|
stream_content | Specifies the type of stream | Positive integer number | none |
component_type | Specifies the type of the component | Positive integer number | none |
component_tag | Component tag | Positive integer number | none |
language_code | Language of the component | Valid ISO 639 language code | none |
text | Text description of the component stream | String | none |