MediaFrameReader.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 frames from a MediaFrameSource.
public:
virtual IAsyncOperation<MediaFrameReaderStartStatus> ^ StartAsync() = StartAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<MediaFrameReaderStartStatus> StartAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<MediaFrameReaderStartStatus> StartAsync();
function startAsync()
Public Function StartAsync () As IAsyncOperation(Of MediaFrameReaderStartStatus)
Returns
An asynchronous operation that returns a MediaFrameReaderStartStatus on completion.
- Attributes