Added missing VideoStreamInfo::trick_play_rate() accessor.
Change-Id: I88656efcb510d7ed2650fdea960ab1fe7e0c2b36
This commit is contained in:
parent
a14ea461fb
commit
4cb5326355
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue