GenericPlayerApi

@interface GenericPlayerApi : NSObject <GenericPlayerApi>

- (void)setPlayerAdapter:(PlayerAdapterHandler *)playerAdapterHandler;
- (void)notifyFirstImage;
- (void)notifyPause;
- (void)notifyResume;
- (void)notifyLayerSwitch:(int)bitrate;
- (void)notifyStallStart;
- (void)notifyStallEnd:(BOOL)playing;
- (void)notifySeek:(double)start end:(double)end;
- (void)setPlayerErrorCode:(NSString *)playerErrorCode;

@end

Undocumented

  • Undocumented

    Declaration

    Objective-C

    - (void)setPlayerAdapter:(PlayerAdapterHandler *)playerAdapterHandler;
  • Undocumented

    Declaration

    Objective-C

    - (void)notifyFirstImage;
  • Undocumented

    Declaration

    Objective-C

    - (void)notifyPause;
  • Undocumented

    Declaration

    Objective-C

    - (void)notifyResume;
  • Undocumented

    Declaration

    Objective-C

    - (void)notifyLayerSwitch:(int)bitrate;
  • Undocumented

    Declaration

    Objective-C

    - (void)notifyStallStart;
  • Undocumented

    Declaration

    Objective-C

    - (void)notifyStallEnd:(BOOL)playing;
  • Undocumented

    Declaration

    Objective-C

    - (void)notifySeek:(double)start end:(double)end;
  • Undocumented

    Declaration

    Objective-C

    - (void)setPlayerErrorCode:(NSString *)playerErrorCode;