Adobe Experience Viewers HTML5 SDK API Documentation 

Namespaces


Class Index

Classes in s7sdk

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.

Class Summary
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

Documentation generated by JsDoc Toolkit 2.4.0 on Wed May 15 2024 09:55:06 GMT-0000 (UTC)