MediaCaptureSettings.PitchOffsetDegrees Property
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.
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
|