AudioVideoCaptureDevice.OpenForVideoOnlyAsync method

Creates a new AudioVideoCaptureDevice object for capturing video (without audio).

Syntax

public static IAsyncOperation<AudioVideoCaptureDevice> OpenForVideoOnlyAsync(
  CameraSensorLocation sensor, 
  Size initialResolution
)
Public Shared Function OpenForVideoOnlyAsync(
  sensor As CameraSensorLocation,  
  initialResolution As Size 
) As IAsyncOperation(Of AudioVideoCaptureDevice)
public:
static IAsyncOperation<AudioVideoCaptureDevice>^ OpenForVideoOnlyAsync(
  CameraSensorLocation sensor, 
  Size initialResolution
)

Parameters

  • sensor
    Type: CameraSensorLocation

    The location of the camera on the phone (front or back).

  • initialResolution
    Type: Size

    The initial capture resolution.

Return value

Type: IAsyncOperation<AudioVideoCaptureDevice>

The new AudioVideoCaptureDevice object.

Remarks

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

Windows.Phone.Media.Capture Windows::Phone::Media::Capture [C++]

Metadata

Windows.WinMD

Capabilities

ID_CAP_ISV_CAMERA [Windows Phone] ID_CAP_MICROPHONE [Windows Phone]

Attributes

[Deprecated()]

See also

AudioVideoCaptureDevice