AliyunPipClipController

@interface AliyunPipClipController
    : AliyunRenderBaseController <AliyunFrameAnimationProtocol>

* API_AVAILABLE(3.25.0) The controller of pip clip.

  • * API_AVAILABLE(3.25.0) The index of track that clip in

    Declaration

    Objective-C

    @property (nonatomic, readonly) int trackIndex;
  • * API_AVAILABLE(3.25.0) The track of clip in

    Declaration

    Objective-C

    @property (nonatomic, weak, readonly) AliyunPipTrackController *track;
  • * API_AVAILABLE(3.25.0) The object of clip

    Declaration

    Objective-C

    @property (nonatomic, readonly) AliyunPipClip *clip;