![]() |
RDK Documentation (Open Sourced RDK Components)
|
Source file for ISO Base Media File Format Boxes. More...
#include "isobmffbox.h"#include "AampConfig.h"#include "AampUtils.h"#include <stddef.h>#include <inttypes.h>
Go to the source code of this file.
Functions | |
| uint32_t | ReadCStringLen (const uint8_t *buffer, uint32_t bufferLen) |
| Read a string from buffer and return it. | |
| uint64_t | ReadUint64 (uint8_t *buf) |
| Utility function to read 8 bytes from a buffer. | |
| void | WriteUint64 (uint8_t *dst, uint64_t val) |
| Utility function to write 8 bytes to a buffer. | |
Source file for ISO Base Media File Format Boxes.
Definition in file isobmffbox.cpp.