#include <ThingVideoDecoderSdkAPIs.h>
Definition at line 23 of file ThingVideoDecoderSdkAPIs.h.
◆ ~ThingVideoDecoder() [1/2]
virtual ThingVideoDecoder::~ThingVideoDecoder |
( |
| ) |
|
|
inlinevirtual |
◆ ~ThingVideoDecoder() [2/2]
virtual ThingVideoDecoder::~ThingVideoDecoder |
( |
| ) |
|
|
inlinevirtual |
◆ DecodeFrame() [1/2]
Description 解码视频流
- Parameters
-
- Returns
- 0-成功 other-失败
◆ DecodeFrame() [2/2]
Description 解码视频流
- Parameters
-
- Returns
- 0-成功 other-失败
◆ GetCurDecoderParam() [1/2]
Description 获取当前解码器的参数
- Parameters
-
◆ GetCurDecoderParam() [2/2]
Description 获取当前解码器的参数
- Parameters
-
◆ GetSeiInfo() [1/2]
virtual void ThingVideoDecoder::GetSeiInfo |
( |
unsigned char * |
stream, |
|
|
int |
size, |
|
|
ThingSeiInfo & |
seiInfo |
|
) |
| |
|
pure virtual |
Description 从解析码流获取SEI信息
- Parameters
-
stream | 码流 |
size | 码流长度 |
seiInfo | SEI信息 |
◆ GetSeiInfo() [2/2]
virtual void ThingVideoDecoder::GetSeiInfo |
( |
unsigned char * |
stream, |
|
|
int |
size, |
|
|
ThingSeiInfo & |
seiInfo |
|
) |
| |
|
pure virtual |
Description 从解析码流获取SEI信息
- Parameters
-
stream | 码流 |
size | 码流长度 |
seiInfo | SEI信息 |
◆ SetCallback() [1/2]
Description 设置回调(接受解码后的数据)
- Parameters
-
delegate | 继承ThingVideoDecoderInterface的指针 |
◆ SetCallback() [2/2]
Description 设置回调(接受解码后的数据)
- Parameters
-
delegate | 继承ThingVideoDecoderInterface的指针 |
◆ SetCallbackFunc() [1/2]
◆ SetCallbackFunc() [2/2]
◆ SetOutputType() [1/2]
Description 设置解码后YUV格式输出类型,当前只支持设置ffmpeg解码输出类型为yuv420p
- Parameters
-
- Returns
- 0-成功 other-失败
◆ SetOutputType() [2/2]
Description 设置解码后YUV格式输出类型,当前只支持设置ffmpeg解码输出类型为yuv420p
- Parameters
-
- Returns
- 0-成功 other-失败
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