Wasabi ExpressPlay SDK for Embedded Systems  1.23.0
Data Fields
WSB_MediaAdapterPlaybackInfo Struct Reference

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_PlaylistProxyplaylist_proxy
 Playlist Proxy instance. More...
 

Detailed Description

Media Adapter playback information.

See also
WSB_MediaAdapter_Adapt
Since
1.21

Field Documentation

◆ content_url

const char* WSB_MediaAdapterPlaybackInfo::content_url

Adapted content URL for playback.

◆ playlist_proxy

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.

◆ token_url

const char* WSB_MediaAdapterPlaybackInfo::token_url

Token URL, if not NULL, is used to request a native DRM license for playback the content URL.


The documentation for this struct was generated from the following file: