FrameSetSource.FromFrameSetFormat 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.
Creates a FrameSetSource from a FrameSetFormat
public static Azure.AI.Vision.Core.Input.FrameSetSource FromFrameSetFormat (Azure.AI.Vision.Core.Input.FrameSetFormat formats, Action<Azure.AI.Vision.Core.Input.FrameSetWriter> callbackAction = default);
static member FromFrameSetFormat : Azure.AI.Vision.Core.Input.FrameSetFormat * Action<Azure.AI.Vision.Core.Input.FrameSetWriter> -> Azure.AI.Vision.Core.Input.FrameSetSource
Public Shared Function FromFrameSetFormat (formats As FrameSetFormat, Optional callbackAction As Action(Of FrameSetWriter) = Nothing) As FrameSetSource
Parameters
- formats
- FrameSetFormat
- callbackAction
- Action<FrameSetWriter>