![]() |
Open Broadcaster Software
Free, open source software for live streaming and recording
|
Go to the source code of this file.
Functions | |
EXPORT bool | file_input_serializer_init (struct serializer *s, const char *path) |
EXPORT void | file_input_serializer_free (struct serializer *s) |
EXPORT bool | file_output_serializer_init (struct serializer *s, const char *path) |
EXPORT bool | file_output_serializer_init_safe (struct serializer *s, const char *path, const char *temp_ext) |
EXPORT void | file_output_serializer_free (struct serializer *s) |
EXPORT void file_input_serializer_free | ( | struct serializer * | s | ) |
EXPORT bool file_input_serializer_init | ( | struct serializer * | s, |
const char * | path | ||
) |
EXPORT void file_output_serializer_free | ( | struct serializer * | s | ) |
EXPORT bool file_output_serializer_init | ( | struct serializer * | s, |
const char * | path | ||
) |
EXPORT bool file_output_serializer_init_safe | ( | struct serializer * | s, |
const char * | path, | ||
const char * | temp_ext | ||
) |