|
static std::shared_ptr< Frame > | createFrameFromBuffer (OBFormat format, uint32_t frameWidth, uint32_t frameHeight, uint8_t *buffer, uint32_t bufferSize, BufferDestroyCallback destroyCallback, void *destroyCallbackContext) |
| 根据外部创建的Buffer创建帧对象 更多...
|
|
static std::shared_ptr< Frame > | createFrameSet () |
| 创建空的帧集合对象 更多...
|
|
static void | pushFrame (std::shared_ptr< Frame > frameSet, OBFrameType frameType, std::shared_ptr< Frame > frame) |
| 往帧集合中填入对应类型的帧 更多...
|
|
static void | setFrameSystemTimestamp (std::shared_ptr< Frame > frame, uint64_t systemTimestamp) |
| 设置帧的系统时间戳 更多...
|
|
static void | setFrameDeviceTimestamp (std::shared_ptr< Frame > frame, uint64_t deviceTimestamp) |
| 设置帧的设备时间戳 更多...
|
|
static void | setFrameDeviceTimestampUs (std::shared_ptr< Frame > frame, uint64_t deviceTimestampUs) |
| 设置帧的设备时间戳 更多...
|
|