OOBufferView Class Reference
A wrappper of the Progress Slider that allows a view for the buffering duration to appear. More...
#import "OOBufferView.h"

Instance Methods | |
(instancetype) - initWithFrame: | |
Initialize with a frame. More... | |
(instancetype) - initWithFrame:slider: | |
Initialize the Buffer View with an existing Progress Slider. More... | |
Detailed Description
A wrappper of the Progress Slider that allows a view for the buffering duration to appear.
Method Documentation
- (instancetype) initWithFrame: | ((unavailable("Use initWithFrame:slider: instead"))) | __attribute__ |
Initialize with a frame.
This method is not available. Use initWithFrame:slider: instead
- (instancetype) initWithFrame: | (CGRect) | frame | |
slider: | (OOProgressSliderView *) | slider | |
Initialize the Buffer View with an existing Progress Slider.
- Parameters
-
[in] frame the CGFrame to render the View in [in] slider the existing UIProgressSlider render with
- Returns
- an initialized OOBufferView, or nil
The documentation for this class was generated from the following file: