DASH Media Packaging SDK
|
Public Attributes | |
std::vector< int16_t > | trick_play_rates |
Definition at line 15 of file trick_play_handler.h.
std::vector<int16_t> shaka::media::TrickPlayOptions::trick_play_rates |
Trick play rates. Note that there can be multiple trick play rates, e.g., 2, 4 and 8. That means, one input video stream will generate 3 output trick play streams and original stream. Three trick play streams are: [key_frame_0, key_frame_2, key_frame_4, ...] [key_frame_0, key_frame_4, key_frame_8,...] [key_frame_0, key_frame_8, key_frame_16, ...].
Definition at line 23 of file trick_play_handler.h.