MediaCapture.PrepareLowLagRecordToStreamAsync Method

Definition

Initializes the low lag recording using the specified random-access stream to store the recording. This method provides the LowLagMediaRecording object used to managed the recording.

public:
 virtual IAsyncOperation<LowLagMediaRecording ^> ^ PrepareLowLagRecordToStreamAsync(MediaEncodingProfile ^ encodingProfile, IRandomAccessStream ^ stream) = PrepareLowLagRecordToStreamAsync;
IAsyncOperation<LowLagMediaRecording> PrepareLowLagRecordToStreamAsync(MediaEncodingProfile const& encodingProfile, IRandomAccessStream const& stream);
public IAsyncOperation<LowLagMediaRecording> PrepareLowLagRecordToStreamAsync(MediaEncodingProfile encodingProfile, IRandomAccessStream stream);
function prepareLowLagRecordToStreamAsync(encodingProfile, stream)
Public Function PrepareLowLagRecordToStreamAsync (encodingProfile As MediaEncodingProfile, stream As IRandomAccessStream) As IAsyncOperation(Of LowLagMediaRecording)

Parameters

encodingProfile
MediaEncodingProfile

The encoding profile for the recording.

stream
IRandomAccessStream

The stream where the image data is written.

Returns

When this method completes, a LowLagMediaRecording object is returned which can be used to start the photo capture.

Windows requirements

App capabilities
backgroundMediaRecording

Applies to