Package com.opentok.android
Class MediaUtils
java.lang.Object
com.opentok.android.MediaUtils
Includes a static
getSupportedCodecs(Context context)
method to discover which
video codecs are supported on the device.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclass
An object providing lists of video codecs for encoding and decoding video that are supported on the device.static enum
An enum of video codec types. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic MediaUtils.SupportedCodecs
getSupportedCodecs
(android.content.Context context)
-
Constructor Details
-
MediaUtils
public MediaUtils()
-
-
Method Details
-
getSupportedCodecs
- Parameters:
context
- The android.content.Context for the MediaUtils object.- Returns:
- Returns an object that lists video codecs (for encoding and decoding) supported on the device.
-