Wasabi ExpressPlay SDK for iOS
1.23.0
|
Media Adapter playback information. More...
#include <WsbMediaAdapter.h>
Data Fields | |
const char * | content_url |
Adapted content URL for playback. More... | |
const char * | token_url |
Token URL, if not NULL, is used to request a native DRM license for playback the content URL. More... | |
WSB_PlaylistProxy * | playlist_proxy |
Playlist Proxy instance. More... | |
const char* WSB_MediaAdapterPlaybackInfo::content_url |
Adapted content URL for playback.
WSB_PlaylistProxy* WSB_MediaAdapterPlaybackInfo::playlist_proxy |
Playlist Proxy instance.
If present, the Playlist Proxy is configured and started already to adapting content for playback. Application can call all its methods except WSB_PlaylistProxy_MakeUrl and WSB_PlaylistProxy_Destroy. Media Adapter is responsible for managing the lifetime of Playlist Proxy object. When Media Adapter is closed, the Playlist Proxy is stop and destroyed.
If it is NULL, caller can playback content with native DRM without Playlist Proxy's involvement.
const char* WSB_MediaAdapterPlaybackInfo::token_url |
Token URL, if not NULL, is used to request a native DRM license for playback the content URL.