buffering
Indicates whether the media source is currently buffering content. Returns YES when the source is loading data and cannot immediately continue playback. Must be key-value observable.
Declaration
@property (nonatomic, readonly, getter=isBuffering) BOOL buffering;