Package com.opentok.android
Class MediaUtils.SupportedCodecs
java.lang.Object
com.opentok.android.MediaUtils.SupportedCodecs
- Enclosing class:
MediaUtils
An object providing lists of video codecs for encoding and
decoding video that are supported on the device.
-
Field Summary
FieldsModifier and TypeFieldDescriptionAn array ofMediaUtils.VideoCodecType
values, defining the video codecs for decoding that are supported on the device.An array ofMediaUtils.VideoCodecType
values, defining the video codecs for encoding that are supported on the device. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
videoEncoderCodecs
An array ofMediaUtils.VideoCodecType
values, defining the video codecs for encoding that are supported on the device. -
videoDecoderCodecs
An array ofMediaUtils.VideoCodecType
values, defining the video codecs for decoding that are supported on the device.
-
-
Constructor Details
-
SupportedCodecs
public SupportedCodecs()
-