public static class VideoDecoderCenterExt.VideoStreamType
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
H264 |
static int |
H265 |
static int |
NOT_SET |
static int |
VP8 |
| Constructor and Description |
|---|
VideoStreamType() |
public static final int NOT_SET
public static final int H264
public static final int H265
public static final int VP8