Allows to rotate frames before sending by 90, 180 or 270 degrees.
type TRVRotation = (rvrNone, rvr90, rvr180, rvr270); // defined in MRVType unit property Rotation: TRVRotation;
This property is useful for sending video on a device having a "portrait" screen orientation.
Default value
rvrNone