ChapterForge
Loading...
Searching...
No Matches
mp4a_builder.hpp File Reference
#include <memory>
#include <string>
#include <vector>
#include "mp4_atoms.hpp"
Include dependency graph for mp4a_builder.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Mp4aConfig
 

Functions

std::unique_ptr< Atombuild_mp4a (const Mp4aConfig &cfg)
 

Class Documentation

◆ Mp4aConfig

struct Mp4aConfig
Class Members
uint8_t audio_object_type = 2
uint8_t channel_config = 2
uint16_t channel_count = 2
uint32_t sample_rate = 44100
uint16_t sample_size = 16
uint8_t sampling_index = 4

Function Documentation

◆ build_mp4a()

std::unique_ptr< Atom > build_mp4a ( const Mp4aConfig cfg)