Open Broadcaster Software
Free, open source software for live streaming and recording
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
video-frame.h File Reference

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)
 

Function Documentation

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 
)