libexplain  1.4.D001
Functions
libexplain/buffer/video_clip.h File Reference
#include <libexplain/string_buffer.h>

Go to the source code of this file.

Functions

void explain_buffer_video_clip (explain_string_buffer_t *sb, const struct video_clip *data)
void explain_buffer_video_clip_array (explain_string_buffer_t *sb, const struct video_clip *data, unsigned data_size)

Function Documentation

void explain_buffer_video_clip ( explain_string_buffer_t sb,
const struct video_clip *  data 
)

The explain_buffer_video_clip function may be used to print a representation of a video_clip structure.

Parameters:
sbThe string buffer to print into.
dataThe video_clip structure to be printed.
void explain_buffer_video_clip_array ( explain_string_buffer_t sb,
const struct video_clip *  data,
unsigned  data_size 
)

The explain_buffer_video_clip_array function may be used to print a representation of a video_clip structure array.

Parameters:
sbThe string buffer to print into.
dataThe video_clip structure array to be printed.
data_sizeThe number of elements in the array.