public class HardDecoderPool
extends java.lang.Object
| Constructor and Description |
|---|
HardDecoderPool() |
| Modifier and Type | Method and Description |
|---|---|
static HardDecodeWay |
BorrowDecoder() |
static HardDecodeWay |
BorrowOrCreateDecoderByType(VideoDecoderCenterExt.HardDecoderStaffVersion type) |
static void |
Initialize(int capacity) |
static void |
Release() |
static void |
ReturnDecoder(HardDecodeWay hardDecodeWay) |
public static HardDecodeWay BorrowDecoder()
public static HardDecodeWay BorrowOrCreateDecoderByType(VideoDecoderCenterExt.HardDecoderStaffVersion type)
public static void ReturnDecoder(HardDecodeWay hardDecodeWay)
public static void Initialize(int capacity)
public static void Release()