VisioForge (c) 2025

Search Results for

    Class VirtualCameraCustomStreamer

    Inheritance
    object
    VirtualCameraCustomStreamer
    Implements
    IDisposable
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: VisioForge.Core
    Assembly: VisioForge.Core.dll
    Syntax
    public class VirtualCameraCustomStreamer : IDisposable

    Constructors

    VirtualCameraCustomStreamer(DSContext, int, int, VideoFrameRate, RAWVideoColorSpace)

    Declaration
    public VirtualCameraCustomStreamer(DSContext context, int width, int height, VideoFrameRate fps, RAWVideoColorSpace colorspace = RAWVideoColorSpace.RGB)
    Parameters
    Type Name Description
    DSContext context
    int width
    int height
    VideoFrameRate fps
    RAWVideoColorSpace colorspace

    Methods

    Dispose()

    Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

    Declaration
    public void Dispose()

    Dispose(bool)

    Declaration
    protected virtual void Dispose(bool disposing)
    Parameters
    Type Name Description
    bool disposing

    ~VirtualCameraCustomStreamer()

    Declaration
    protected ~VirtualCameraCustomStreamer()

    WriteVideoFrame(VideoFrame)

    Declaration
    public void WriteVideoFrame(VideoFrame frame)
    Parameters
    Type Name Description
    VideoFrame frame

    Implements

    IDisposable