FrameReader.FrameAvailable Event
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.
An event indicating a new frame is available
public event EventHandler<ReadOnlyMemory<byte>> FrameAvailable;
member this.FrameAvailable : EventHandler<ReadOnlyMemory<byte>>
Public Event FrameAvailable As EventHandler(Of ReadOnlyMemory(Of Byte))