Open Broadcaster Software
Free, open source software for live streaming and recording
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

§ video_frame_copy()

EXPORT void video_frame_copy ( struct video_frame dst,
const struct video_frame src,
enum video_format  format,
uint32_t  height 
)

§ video_frame_init()

EXPORT void video_frame_init ( struct video_frame frame,
enum video_format  format,
uint32_t  width,
uint32_t  height 
)