AliyunAETemplatePlayerDelegate

@protocol AliyunAETemplatePlayerDelegate <NSObject>

* A class that defines player’s delegate API_AVAILABLE(3.35.0)

  • * Loader

    Declaration

    Objective-C

    - (void)playerDidLoaded;
  • Play at end

    Declaration

    Objective-C

    - (void)playerDidEnd;
  • * Play progress

    Declaration

    Objective-C

    - (void)playProgress:(double)progress;

    Parameters

    progress

    Progress,[0,1]

  • * Play error

    Declaration

    Objective-C

    - (void)playError:(NSInteger)errorCode;

    Parameters

    errorCode

    Error code.