com.opentok.android.MediaUtils.SupportedCodecs
包含クラス: : MediaUtils
public class MediaUtils.SupportedCodecs extends 目的
デバイスでサポートされている、動画のエンコードおよび デコード用のビデオコーデックの一覧を提供するオブジェクト。
フィールド概要
フィールド
修飾子と型
フィールド
説明
ArrayList<MediaUtils.VideoCodecType>
videoDecoderCodecs
の配列。 MediaUtils.VideoCodecType 値。これにより、
デバイスでサポートされているデコード用のビデオコーデックが定義されます。
ArrayList<MediaUtils.VideoCodecType>
videoEncoderCodecs
の配列。 MediaUtils.VideoCodecType 値。これらは、
デバイスでサポートされているエンコード用のビデオコーデックを定義します。
コンストラクタの概要
コンストラクタ
コンストラクタ
説明
SupportedCodecs()
方法の概要
java.lang クラスから継承されたメソッド。目的
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
フィールドの詳細
videoEncoderCodecs
public 配列リスト<MediaUtils.VideoCodecType> videoEncoderCodecs
の配列。 MediaUtils.VideoCodecType 値。これらは、
デバイスでサポートされているエンコード用のビデオコーデックを定義します。
videoDecoderCodecs
public 配列リスト<MediaUtils.VideoCodecType> videoDecoderCodecs
の配列。 MediaUtils.VideoCodecType 値。これにより、
デバイスでサポートされているデコード用のビデオコーデックが定義されます。
コンストラクタの詳細
対応コーデック
public SupportedCodecs()