|
| | TracksBuilder (bool allow_invalid_values) |
| |
| void | AddVideoTrack (int track_num, uint64_t track_uid, const std::string &codec_id, const std::string &name, const std::string &language, int default_duration, int video_pixel_width, int video_pixel_height) |
| |
| void | AddAudioTrack (int track_num, uint64_t track_uid, const std::string &codec_id, const std::string &name, const std::string &language, int default_duration, int audio_channels, double audio_sampling_frequency) |
| |
| void | AddTextTrack (int track_num, uint64_t track_uid, const std::string &codec_id, const std::string &name, const std::string &language) |
| |
| std::vector< uint8_t > | Finish () |
| |
Definition at line 18 of file tracks_builder.h.
◆ TracksBuilder() [1/2]
| shaka::media::TracksBuilder::TracksBuilder |
( |
bool |
allow_invalid_values | ) |
|
|
explicit |
◆ TracksBuilder() [2/2]
| shaka::media::TracksBuilder::TracksBuilder |
( |
| ) |
|
◆ ~TracksBuilder()
| shaka::media::TracksBuilder::~TracksBuilder |
( |
| ) |
|
◆ AddAudioTrack()
| void shaka::media::TracksBuilder::AddAudioTrack |
( |
int |
track_num, |
|
|
uint64_t |
track_uid, |
|
|
const std::string & |
codec_id, |
|
|
const std::string & |
name, |
|
|
const std::string & |
language, |
|
|
int |
default_duration, |
|
|
int |
audio_channels, |
|
|
double |
audio_sampling_frequency |
|
) |
| |
◆ AddTextTrack()
| void shaka::media::TracksBuilder::AddTextTrack |
( |
int |
track_num, |
|
|
uint64_t |
track_uid, |
|
|
const std::string & |
codec_id, |
|
|
const std::string & |
name, |
|
|
const std::string & |
language |
|
) |
| |
◆ AddVideoTrack()
| void shaka::media::TracksBuilder::AddVideoTrack |
( |
int |
track_num, |
|
|
uint64_t |
track_uid, |
|
|
const std::string & |
codec_id, |
|
|
const std::string & |
name, |
|
|
const std::string & |
language, |
|
|
int |
default_duration, |
|
|
int |
video_pixel_width, |
|
|
int |
video_pixel_height |
|
) |
| |
◆ Finish()
| std::vector< uint8_t > shaka::media::TracksBuilder::Finish |
( |
| ) |
|
The documentation for this class was generated from the following files: