MultiSourceMediaFrameReader.StartAsync Method
Definition
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