AudioVideoCaptureDevice.StartRecordingToStreamAsync method

Starts capturing audio-video data and sends it to a stream.

Syntax

public IAsyncAction StartRecordingToStreamAsync(
  IRandomAccessStream stream
)
Public Function StartRecordingToStreamAsync(
  stream As IRandomAccessStream 
) As IAsyncAction
public:
IAsyncAction^ StartRecordingToStreamAsync(
  IRandomAccessStream^ stream
)

Parameters

  • stream
    Type: IRandomAccessStream

    A stream of audio-video data.

Return value

Type: IAsyncAction

An IAsyncAction interface that provides access to the work item.

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