public class MediaUtils.SupportedCodecs
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.util.ArrayList<MediaUtils.VideoCodecType> |
videoDecoderCodecs
An array of
MediaUtils.VideoCodecType values, defining the
video codecs for decoding that are supported on the device. |
java.util.ArrayList<MediaUtils.VideoCodecType> |
videoEncoderCodecs
An array of
MediaUtils.VideoCodecType values, defining the
video codecs for encoding that are supported on the device. |
Constructor and Description |
---|
SupportedCodecs() |
public java.util.ArrayList<MediaUtils.VideoCodecType> videoEncoderCodecs
MediaUtils.VideoCodecType
values, defining the
video codecs for encoding that are supported on the device.public java.util.ArrayList<MediaUtils.VideoCodecType> videoDecoderCodecs
MediaUtils.VideoCodecType
values, defining the
video codecs for decoding that are supported on the device.