Name
MediaCodecFeatures provides setters for different codec features.Constructors
new MediaCodecFeatures()
new MediaCodecFeatures():MediaCodecFeatures
Returns
MediaCodecFeatures
Accessors
requiresHardwareBacked
Get Signature
get requiresHardwareBacked():boolean
Returns
boolean
set by the setter.
Set Signature
set requiresHardwareBacked(hardWareBacked): void
Set true to request the hardware backed codec.
Parameters
hardWareBacked
boolean
Returns
void

