DASH Media Packaging SDK
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator
Public Attributes | List of all members
shaka::media::TrickPlayOptions Struct Reference

Public Attributes

std::vector< int16_t > trick_play_rates
 

Detailed Description

Definition at line 15 of file trick_play_handler.h.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: