Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
MultiSourceMediaFrameReader.StartAsync Method
Definition
- Namespace:
- Windows.Media.Capture.Frames
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Asynchronously starts the reading of time-corellated frames from one or more MediaFrameSource objects.
public:
virtual IAsyncOperation<MultiSourceMediaFrameReaderStartStatus> ^ StartAsync() = StartAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<MultiSourceMediaFrameReaderStartStatus> StartAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<MultiSourceMediaFrameReaderStartStatus> StartAsync();
function startAsync()
Public Function StartAsync () As IAsyncOperation(Of MultiSourceMediaFrameReaderStartStatus)
Returns
An asynchronous operation that returns a MultiSourceMediaFrameReaderStartStatus on completion.
- Attributes
Applies to
Feedback
Was this page helpful?
