Freigeben über


MediaCapture.StartRecordToStreamAsync Methode

Definition

Beginnt mit der Aufzeichnung in einem Datenstrom mit zufälligem Zugriff.

public:
 virtual IAsyncAction ^ StartRecordToStreamAsync(MediaEncodingProfile ^ encodingProfile, IRandomAccessStream ^ stream) = StartRecordToStreamAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction StartRecordToStreamAsync(MediaEncodingProfile const& encodingProfile, IRandomAccessStream const& stream);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction StartRecordToStreamAsync(MediaEncodingProfile encodingProfile, IRandomAccessStream stream);
function startRecordToStreamAsync(encodingProfile, stream)
Public Function StartRecordToStreamAsync (encodingProfile As MediaEncodingProfile, stream As IRandomAccessStream) As IAsyncAction

Parameter

encodingProfile
MediaEncodingProfile

Das Codierungsprofil für die Aufzeichnung.

stream
IRandomAccessStream

Der Stream, in den die Bilddaten geschrieben werden.

Gibt zurück

Gibt ein IAsyncAction-Objekt zurück, das zum Steuern des asynchronen Vorgangs verwendet wird.

Attribute

Windows-Anforderungen

App-Funktionen
backgroundMediaRecording microphone webcam

Hinweise

Anleitungen zur Aufzeichnung in einer Datei finden Sie unter Grundlegende Foto-, Video- und Audioaufnahme mit MediaCapture.

Gilt für: