Definition at line 27 of file representation.h.
◆ OnNewSegmentForRepresentation()
virtual void shaka::RepresentationStateChangeListener::OnNewSegmentForRepresentation |
( |
int64_t |
start_time, |
|
|
int64_t |
duration |
|
) |
| |
|
pure virtual |
Notifies the instance that a new (sub)segment was added to the Representation.
- Parameters
-
start_time | is the start time of the new segment. |
duration | is the duration of the new segment. |
◆ OnSetFrameRateForRepresentation()
virtual void shaka::RepresentationStateChangeListener::OnSetFrameRateForRepresentation |
( |
int32_t |
frame_duration, |
|
|
int32_t |
timescale |
|
) |
| |
|
pure virtual |
Notifies the instance that the frame rate was set for the Representation.
- Parameters
-
frame_duration | is the duration of a frame. |
timescale | is the timescale of the Representation. |
The documentation for this class was generated from the following file: