AliyunEffectRunningDisplayMode
@interface AliyunEffectRunningDisplayMode : AliyunEffect
* An effect class that enables changing the display mode.
-
* The start time of the effect.
Declaration
Objective-C
@property (nonatomic) float streamStartTime;
-
* The end time of the effect.
Declaration
Objective-C
@property (nonatomic) float streamEndTime;
-
* The display mode.
0:Fill 1:Cut
Declaration
Objective-C
@property (nonatomic) AliyunRunningMode mode;
-
* The id of the target video.
Declaration
Objective-C
@property (nonatomic) int targetStreamId;
-
Deprecated
deprecated
Undocumented
Declaration
Objective-C
- (id)initWithRestore:(NSDictionary *)dict __deprecated_msg("deprecated");