#include <ThingVideoDecoderSdkAPIs.h>
|
static ThingVideoDecoder * | CreateVideoDecoder (Thing_VIDEO_DECODER_TYPE_ID id, int width, int height) |
|
static ThingVideoDecoder * | CreateVideoDecoder (Thing_VIDEO_DECODER_TYPE_ID id, int width, int height, bool bRealTime) |
|
static ThingVideoDecoder * | CreateSoftVideoDecoder (Thing_VIDEO_DECODER_TYPE_ID id) |
|
static void | DestroyVideoDecoder (ThingVideoDecoder **pDecoder) |
|
static ThingVideoDecoder * | CreateVideoDecoder (Thing_VIDEO_DECODER_TYPE_ID id, int width, int height) |
|
static ThingVideoDecoder * | CreateVideoDecoder (Thing_VIDEO_DECODER_TYPE_ID id, int width, int height, bool bRealTime) |
|
static ThingVideoDecoder * | CreateSoftVideoDecoder (Thing_VIDEO_DECODER_TYPE_ID id) |
|
static void | DestroyVideoDecoder (ThingVideoDecoder **pDecoder) |
|
Definition at line 69 of file ThingVideoDecoderSdkAPIs.h.
◆ CreateSoftVideoDecoder() [1/2]
Description 创建软解解码器
- Parameters
-
- Returns
- 创建的解码器指针
◆ CreateSoftVideoDecoder() [2/2]
Description 创建软解解码器
- Parameters
-
- Returns
- 创建的解码器指针
◆ CreateVideoDecoder() [1/4]
Description 创建解码器
- Parameters
-
id | 解码类型 |
width | meidaCodec硬解所需参数 |
height | meidaCodec硬解所需参数 |
- Returns
- 创建的解码器指针
◆ CreateVideoDecoder() [2/4]
Description 创建解码器
- Parameters
-
id | 解码类型 |
width | meidaCodec硬解所需参数 |
height | meidaCodec硬解所需参数 |
- Returns
- 创建的解码器指针
◆ CreateVideoDecoder() [3/4]
◆ CreateVideoDecoder() [4/4]
◆ DestroyVideoDecoder() [1/2]
static void ThingVideoDecoderFactory::DestroyVideoDecoder |
( |
ThingVideoDecoder ** |
pDecoder | ) |
|
|
static |
Description 销毁解码器
- Parameters
-
◆ DestroyVideoDecoder() [2/2]
static void ThingVideoDecoderFactory::DestroyVideoDecoder |
( |
ThingVideoDecoder ** |
pDecoder | ) |
|
|
static |
Description 销毁解码器
- Parameters
-
The documentation for this class was generated from the following files:
- /Users/humtong/Downloads/Pods_副本/ThingVideoCodecSDK/Build/ThingVideoCodecSDK.xcframework/ios-x86_64-simulator/ThingVideoCodecSDK.framework/Headers/ThingVideoDecoderSdkAPIs.h
- /Users/humtong/Downloads/Pods_副本/ThingVideoCodecSDK/Build/ThingVideoCodecSDK.xcframework/ios-arm64/ThingVideoCodecSDK.framework/Headers/ThingVideoDecoderSdkAPIs.h