Package com.opentok.android
Class MediaUtils.SupportedCodecs
- java.lang.Object
-
- com.opentok.android.MediaUtils.SupportedCodecs
-
- Enclosing class:
- MediaUtils
public class MediaUtils.SupportedCodecs extends java.lang.Object
An object providing lists of video codecs for encoding and decoding video that are supported on the device.
-
-
Field Summary
Fields Modifier and Type Field Description java.util.ArrayList<MediaUtils.VideoCodecType>
videoDecoderCodecs
An array ofMediaUtils.VideoCodecType
values, defining the video codecs for decoding that are supported on the device.java.util.ArrayList<MediaUtils.VideoCodecType>
videoEncoderCodecs
An array ofMediaUtils.VideoCodecType
values, defining the video codecs for encoding that are supported on the device.
-
Constructor Summary
Constructors Constructor Description SupportedCodecs()
-
-
-
Field Detail
-
videoEncoderCodecs
public java.util.ArrayList<MediaUtils.VideoCodecType> videoEncoderCodecs
An array ofMediaUtils.VideoCodecType
values, defining the video codecs for encoding that are supported on the device.
-
videoDecoderCodecs
public java.util.ArrayList<MediaUtils.VideoCodecType> videoDecoderCodecs
An array ofMediaUtils.VideoCodecType
values, defining the video codecs for decoding that are supported on the device.
-
-