VideoTransformEffectDefinition.Mirror Property

Definition

Gets or sets the direction in which the video will be mirrored.

public:
 property MediaMirroringOptions Mirror { MediaMirroringOptions get(); void set(MediaMirroringOptions value); };
MediaMirroringOptions Mirror();

void Mirror(MediaMirroringOptions value);
public MediaMirroringOptions Mirror { get; set; }
var mediaMirroringOptions = videoTransformEffectDefinition.mirror;
videoTransformEffectDefinition.mirror = mediaMirroringOptions;
Public Property Mirror As MediaMirroringOptions

Property Value

The direction in which the video will be mirrored.

Applies to