MediaCaptureSettings.PitchOffsetDegrees Property

Definition

Gets the pitch offset of the camera in degrees.

public:
 property IReference<int> ^ PitchOffsetDegrees { IReference<int> ^ get(); };
IReference<int> PitchOffsetDegrees();
public System.Nullable<int> PitchOffsetDegrees { get; }
var iReference = mediaCaptureSettings.pitchOffsetDegrees;
Public ReadOnly Property PitchOffsetDegrees As Nullable(Of Integer)

Property Value

The pitch offset in degrees.

Windows requirements

App capabilities
backgroundMediaRecording

Applies to