Wasabi ExpressPlay SDK for Embedded Systems
1.23.0
|
#include <WsbMediaAccess.h>
Data Fields | |
int(* | IsCodecSupported )(const WSB_MediaSourceCodecFilter *self, WSB_MediaType media_type, const char *codec) |
Callback that is called by the media source to query if a specific codec is supported or not. More... | |
int(* WSB_MediaSourceCodecFilterInterface::IsCodecSupported) (const WSB_MediaSourceCodecFilter *self, WSB_MediaType media_type, const char *codec) |
Callback that is called by the media source to query if a specific codec is supported or not.
This is used to filter-out media that is not supported by the client.
self | Pointer to the WSB_MediaSourceCodecFilter instance that was specified when creating the media source. |
media_type | Type of the media (audio or video). |
codec | String describing the codec. |