MediaCapture.SetRecordRotation(VideoRotation) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Rotates the recorded video.
public:
virtual void SetRecordRotation(VideoRotation value) = SetRecordRotation;
void SetRecordRotation(VideoRotation const& value);
public void SetRecordRotation(VideoRotation value);
function setRecordRotation(value)
Public Sub SetRecordRotation (value As VideoRotation)
Parameters
- value
- VideoRotation
The amount by which to rotate the video.
Windows requirements
App capabilities |
backgroundMediaRecording
microphone
webcam
|
Remarks
For how-to guidance on handling orientation when using the camera, see Handle device orientation with MediaCapture.