Added missing VideoStreamInfo::trick_play_rate() accessor.

Change-Id: I88656efcb510d7ed2650fdea960ab1fe7e0c2b36
This commit is contained in:
Thomas Inskip 2015-06-03 09:53:48 -07:00
parent a14ea461fb
commit 4cb5326355
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@ class VideoStreamInfo : public StreamInfo {
uint16_t width() const { return width_; } uint16_t width() const { return width_; }
uint16_t height() const { return height_; } uint16_t height() const { return height_; }
uint8_t nalu_length_size() const { return nalu_length_size_; } uint8_t nalu_length_size() const { return nalu_length_size_; }
int16_t trick_play_rate() const { return trick_play_rate_; }
/// @param profile,compatible_profiles,level are only used by H.264 codec. /// @param profile,compatible_profiles,level are only used by H.264 codec.
/// @return The codec string. /// @return The codec string.