@Deprecated
public class MediaCodecVideoDecoder
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static interface |
MediaCodecVideoDecoder.MediaCodecVideoDecoderErrorCallback
Deprecated.
|
static class |
MediaCodecVideoDecoder.VideoCodecType
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static VideoDecoderFactory |
createFactory()
Deprecated.
Create a VideoDecoderFactory that can be injected in the PeerConnectionFactory and replicate
the old behavior.
|
static void |
disableH264HwCodec()
Deprecated.
|
static void |
disableVp8HwCodec()
Deprecated.
|
static void |
disableVp9HwCodec()
Deprecated.
|
static void |
disposeEglContext()
Deprecated.
Dispose the EGL context used by HW decoding.
|
static boolean |
isH264HighProfileHwSupported()
Deprecated.
|
static boolean |
isH264HwSupported()
Deprecated.
|
static boolean |
isVp8HwSupported()
Deprecated.
|
static boolean |
isVp9HwSupported()
Deprecated.
|
static void |
printStackTrace()
Deprecated.
|
static void |
setEglContext(EglBase.Context eglContext)
Deprecated.
Set EGL context used by HW decoding.
|
static void |
setErrorCallback(MediaCodecVideoDecoder.MediaCodecVideoDecoderErrorCallback errorCallback)
Deprecated.
|
public static VideoDecoderFactory createFactory()
public static void setEglContext(EglBase.Context eglContext)
public static void disposeEglContext()
public static void setErrorCallback(MediaCodecVideoDecoder.MediaCodecVideoDecoderErrorCallback errorCallback)
public static void disableVp8HwCodec()
public static void disableVp9HwCodec()
public static void disableH264HwCodec()
public static boolean isVp8HwSupported()
public static boolean isVp9HwSupported()
public static boolean isH264HwSupported()
public static boolean isH264HighProfileHwSupported()
public static void printStackTrace()