OOBufferView.h
1 
6 #import <UIKit/UIKit.h>
7 #import "OOProgressSliderView.h"
8 
12 @interface OOBufferView : UIView
16 - (instancetype)initWithFrame:(CGRect)frame __attribute__((unavailable("Use initWithFrame:slider: instead")));
17 
24 - (instancetype)initWithFrame:(CGRect)frame slider:(OOProgressSliderView *)slider;
25 
26 @end
A view that can display the the current time, duration, and scrubber.
Definition: OOProgressSliderView.h:17
A wrappper of the Progress Slider that allows a view for the buffering duration to appear...
Definition: OOBufferView.h:12