java.lang.Object

com.opentok.android.MediaUtils.SupportedCodecs

Enclosing class: : MediaUtils


public class MediaUtils.SupportedCodecs extends 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

ArrayList<MediaUtils.VideoCodecType>

videoDecoderCodecs

An array of MediaUtils.VideoCodecType values, defining the video codecs for decoding that are supported on the device.

ArrayList<MediaUtils.VideoCodecType>

videoEncoderCodecs

An array of MediaUtils.VideoCodecType values, defining the video codecs for encoding that are supported on the device.

Constructor Summary

Constructors

Constructor

Description

SupportedCodecs()

Method Summary

Methods inherited from class java.lang.Object

clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Field Details

videoEncoderCodecs

public ArrayList<MediaUtils.VideoCodecType> videoEncoderCodecs

An array of MediaUtils.VideoCodecType values, defining the video codecs for encoding that are supported on the device.

videoDecoderCodecs

public ArrayList<MediaUtils.VideoCodecType> videoDecoderCodecs

An array of MediaUtils.VideoCodecType values, defining the video codecs for decoding that are supported on the device.

Constructor Details

SupportedCodecs

public SupportedCodecs()