VisioForge (c) 2025

Search Results for

    Class BlockPipelineContext

    BlockPipeline context.

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

    Fields

    IsClosed

    The IsClosed flag.

    Declaration
    public bool IsClosed
    Field Value
    Type Description
    bool

    MainLoop

    The main loop.

    Declaration
    public MainLoop MainLoop
    Field Value
    Type Description
    MainLoop

    MainThread

    The main thread.

    Declaration
    public Thread MainThread
    Field Value
    Type Description
    Thread

    Pipeline

    The pipeline.

    Declaration
    public Pipeline Pipeline
    Field Value
    Type Description
    Pipeline

    PipelineGES

    The GES pipeline (if used).

    Declaration
    public Pipeline PipelineGES
    Field Value
    Type Description
    Pipeline

    Rate

    The rate.

    Declaration
    public double Rate
    Field Value
    Type Description
    double

    SDKLink

    The SDK link.

    Declaration
    public object SDKLink
    Field Value
    Type Description
    object

    Events

    OnStop

    Occurs when on stop.

    Declaration
    public event EventHandler<StopEventArgs> OnStop
    Event Type
    Type Description
    EventHandler<StopEventArgs>