Class s7sdk.AudioDesc
Extends
s7sdk.ItemDesc.
The AudioDesc
corresponds to the <item> element of the req=set response that contains
a <v> element with suffix mp3 and it represents a audio asset.
Constructor Attributes | Constructor Name and Description |
---|---|
s7sdk.AudioDesc(parent, type, name, suffix, version, userData, bitrate, streamingData)
|
- Fields borrowed from class s7sdk.ItemDesc:
- name, parent, swatch, type
Class Detail
s7sdk.AudioDesc(parent, type, name, suffix, version, userData, bitrate, streamingData)
- Parameters:
- parent
- The parent set.
- type
- The type of the item. In this case, type is always
audio
. - name
- The catalog ID or the filename associated with the item.
- suffix
- The audio file suffix.
- version
- Audio version.
- userData
- Optional userdata associated with the audio.
- bitrate
- Audio data rate, in bytes per second.
- streamingData
- metadata related to streaming
- See:
- s7sdk.set.MediaSet