69 CdiFileID read_file_handle,
int* ret_chunk_size_ptr);
This file contains the declarations for OS functions for creating/managing/freeing threads,...
FILE * CdiFileID
Define portable File ID type.
Definition cdi_os_api.h:195
bool ReportRiffFileContents(const char *file_path_str, int max_line_length, int mode)
Prints information about the contents of a RIFF file.
Definition riff.c:526
bool StartRiffPayloadFile(const StreamSettings *stream_settings_ptr, CdiFileID read_file_handle)
Reads the initial header information from the RIFF file and verifies that the file header indicates a...
Definition riff.c:458
RiffDumpMode
Symbols referring two different kinds of RIFF data to show.
Definition riff.h:27
@ kRiffDumpClosedCaptions
When a CID file, show closed caption data, if any.
Definition riff.h:31
@ kRiffDumpDid
When a CID file, show DID and SDID of ancillary payloads.
Definition riff.h:30
@ kRiffDumpRaw
Dump RIFF chunks.
Definition riff.h:29
@ kRiffDumpNone
Don't dump anything.
Definition riff.h:28
bool RiffFileContainsAncillaryData(const char *file_path_str)
Definition riff.c:552
bool GetNextRiffChunkSize(const StreamSettings *stream_settings_ptr, CdiFileID read_file_handle, int *ret_chunk_size_ptr)
Get the size of the next chunk from a RIFF file. The RIFF file specifies chunk size in the file....
Definition riff.c:475
A structure that holds all the settings for a stream as set from the command line.
Definition test_args.h:121
The declarations in this header file correspond to the definitions in test_control....