![]() |
Open Broadcaster Software
Free, open source software for live streaming and recording
|
Go to the source code of this file.
Data Structures | |
struct | video_frame |
Functions | |
EXPORT void | video_frame_init (struct video_frame *frame, enum video_format format, uint32_t width, uint32_t height) |
EXPORT void | video_frame_copy (struct video_frame *dst, const struct video_frame *src, enum video_format format, uint32_t height) |
EXPORT void video_frame_copy | ( | struct video_frame * | dst, |
const struct video_frame * | src, | ||
enum video_format | format, | ||
uint32_t | height | ||
) |
EXPORT void video_frame_init | ( | struct video_frame * | frame, |
enum video_format | format, | ||
uint32_t | width, | ||
uint32_t | height | ||
) |