|
std::unique_ptr< StreamData > | GetStreamInfoStreamData (int stream_index, Codec codec, uint32_t time_scale) |
|
std::unique_ptr< StreamData > | GetVideoStreamInfoStreamData (int stream_index, uint32_t time_scale) |
|
std::unique_ptr< StreamData > | GetAudioStreamInfoStreamData (int stream_index, uint32_t time_scale) |
|
std::unique_ptr< StreamData > | GetMediaSampleStreamData (int stream_index, int64_t timestamp, int64_t duration, bool is_keyframe) |
|
std::unique_ptr< StreamData > | GetSegmentInfoStreamData (int stream_index, int64_t start_timestamp, int64_t duration, bool is_subsegment) |
|
void | SetUpGraph (size_t num_inputs, size_t num_outputs, std::shared_ptr< MediaHandler > handler) |
| Setup a graph using |handler| with |num_inputs| and |num_outputs|.
|
|
const std::vector
< std::unique_ptr< StreamData > > & | GetOutputStreamDataVector () const |
|
void | ClearOutputStreamDataVector () |
| Clear the output stream data vector.
|
|
std::shared_ptr< MediaHandler > | some_handler () |
|
Definition at line 79 of file media_handler_test_base.h.
std::unique_ptr<StreamData> shaka::media::MediaHandlerTestBase::GetAudioStreamInfoStreamData |
( |
int |
stream_index, |
|
|
uint32_t |
time_scale |
|
) |
| |
|
inline |
std::unique_ptr< StreamData > shaka::media::MediaHandlerTestBase::GetMediaSampleStreamData |
( |
int |
stream_index, |
|
|
int64_t |
timestamp, |
|
|
int64_t |
duration, |
|
|
bool |
is_keyframe |
|
) |
| |
const std::vector< std::unique_ptr< StreamData > > & shaka::media::MediaHandlerTestBase::GetOutputStreamDataVector |
( |
| ) |
const |
std::unique_ptr< StreamData > shaka::media::MediaHandlerTestBase::GetSegmentInfoStreamData |
( |
int |
stream_index, |
|
|
int64_t |
start_timestamp, |
|
|
int64_t |
duration, |
|
|
bool |
is_subsegment |
|
) |
| |
std::unique_ptr< StreamData > shaka::media::MediaHandlerTestBase::GetStreamInfoStreamData |
( |
int |
stream_index, |
|
|
Codec |
codec, |
|
|
uint32_t |
time_scale |
|
) |
| |
std::unique_ptr<StreamData> shaka::media::MediaHandlerTestBase::GetVideoStreamInfoStreamData |
( |
int |
stream_index, |
|
|
uint32_t |
time_scale |
|
) |
| |
|
inline |
std::shared_ptr<MediaHandler> shaka::media::MediaHandlerTestBase::some_handler |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following files: