toggle menu
Brightcove Player SDK for Android 10.1.2
10.1.2
sdk
switch theme
search in API
sdk
/
com.brightcove.player.util
/
CodecUtil
Codec
Util
open
class
CodecUtil
Members
Constructors
Codec
Util
Link copied to clipboard
constructor
(
)
Properties
ATMOS_AUDIO_CODEC_PATTERN
Link copied to clipboard
val
ATMOS_AUDIO_CODEC_PATTERN
:
String
=
"audio/(a|ea|e)c(3|-3|\+3)-?j?o?c?"
EC3_CODEC_PATTERN_STRING
Link copied to clipboard
val
EC3_CODEC_PATTERN_STRING
:
String
=
"(a|ea|e)c(3|-3|\+3)-?j?o?c?"
Functions
device
Has
Dolby
Atmos
Support
Link copied to clipboard
open
fun
deviceHasDolbyAtmosSupport
(
)
:
Boolean
Evaluates if the current device supports Dolby Atmos by trying to match ac3, eac3 or eac3-joc in the supported types of each codec information.
get
Media
Codec
Info
List
Link copied to clipboard
open
fun
getMediaCodecInfoList
(
)
:
List
<
MediaCodecInfo
>
Gets the device codecs information.