8 #import <UIKit/UIKit.h>    12 - (instancetype)initWithBackground:(UIView *)background
    13                      withTintColor:(UIColor *)tintColor;
    15 - (void)updateBarBuffer:(CGFloat)bufferTime
    16                playhead:(CGFloat)playheadTime
    17                duration:(CGFloat)duration
    18             totalLength:(CGFloat)length;
    20 - (void)updateProgressBarTime:(CGFloat)time
    21                    duration:(CGFloat)duration
    22                 totalLength:(CGFloat)length;
 Definition: OOOoyalaTVBottomBars.h:10