OOBufferView Class Reference

A wrappper of the Progress Slider that allows a view for the buffering duration to appear. More...

#import "OOBufferView.h"

+ Inheritance diagram for OOBufferView:

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]framethe CGFrame to render the View in
[in]sliderthe existing UIProgressSlider render with
Returns
an initialized OOBufferView, or nil

The documentation for this class was generated from the following file: