A view that can display the the current time, duration, and scrubber.
More...
#import <OOProgressSliderView.h>
|
OOUIProgressSliderMode | mode |
| The UI style to use in the slider. More...
|
|
A view that can display the the current time, duration, and scrubber.
- (void) drawLiveIndicator |
|
|
|
Force the slider to render the "Live" indicator.
- (Float64) scrubberAbsoluteValue |
|
|
|
Get the absolute value of the scrubber.
Used primarily during live streaming
- Returns
- the absolute value of the scrubber's value
- (void) updateTimeDisplay |
|
|
|
Force the slider to render up-to-date duration, current time, and slider position.
- (OOUIProgressSliderMode) mode |
|
readwritenonatomicassignprotected |
The UI style to use in the slider.
- (UISlider*) bufferSlider |
|
readwritenonatomicassign |
The UISlider used for scrubbing.
- (NSSet*) cuePointsAtSeconds |
|
readwritenonatomicassign |
The UISlider used via container for BufferView.
The set of NSNumber cuepoints to render, in seconds
- (double) currentAvailableTime |
|
readwritenonatomicassign |
The available buffer time to display on the slider, in seconds.
The current time to display in the slider, in seconds.
The duration to display in the slider, in seconds.
- (UILabel*) liveIndicator |
|
readwritenonatomicassign |
A label that indicates if the video is live or not.
- (CMTimeRange) seekableTimeRange |
|
readwritenonatomicassign |
The seekable time range of the OoyalaPlayer.
The documentation for this class was generated from the following file: