AudioVideoCaptureDevice.SetPreviewResolutionAsync method
Sets the preview resolution.
Syntax
Parameters
- value
-
Type: Size
The new preview resolution.
Return value
Type: IAsyncAction
Returns an IAsyncAction object that is used to control the asynchronous operation.
Remarks
When OpenAsync and OpenForVideoOnlyAsync is called, the initial preview resolution is selected automatically and optimized for the resolution of the phone that is running your app. It maintains the same aspect ratio as the initial capture resolution.
Requirements
|
Minimum supported client |
None supported |
|---|---|
|
Minimum supported server |
None supported |
|
Minimum supported phone |
Windows Phone 8 |
|
Namespace |
|
|
Metadata |
|
|
Capabilities |
|
Attributes
- [Deprecated()]
See also