• Introduction
  • Programmer's Guide
  • Technical Articles
  • API Documentation
  • ic4
  • QueueSinkConnectedEventArgs
Search Results for

    Show / Hide Table of Contents
    • ic4
      • BufferPool
      • DeviceEnum
      • DeviceInfo
      • Display
      • DisplayNotation
      • DisplayRenderPosition
      • DisplayStatistics
      • DisplayType
      • EmbeddedDisplay
      • ErrorCode
      • ExternalOpenGLDisplay
      • FloatRepresentation
      • FloatingDisplay
      • FrameMetaData
      • Grabber
      • HandleObject
      • IBufferAllocator
      • IC4Exception
      • IDisplay
      • ImageBuffer
      • ImageBuffer.CopyOptions
      • ImageBufferExtensions
      • ImageBufferExtensionsOpenCvSharp
      • ImageType
      • IntRepresentation
      • Interface
      • Library
      • LogLevel
      • LogTarget
      • PixelFormat
      • PixelFormatExtensions
      • PngCompressionLevel
      • PropBoolean
      • PropCategory
      • PropCommand
      • PropEnumEntry
      • PropEnumeration
      • PropFloat
      • PropId
      • PropIdBoolean
      • PropIdCommand
      • PropIdEnumeration
      • PropIdFloat
      • PropIdInteger
      • PropIdRegister
      • PropIdString
      • PropInteger
      • PropRegister
      • PropString
      • Property
      • PropertyIncrementMode
      • PropertyMap
      • PropertyType
      • PropertyVisibility
      • QueueSink
      • QueueSinkConnectedEventArgs
      • QueueSinkEventArgs
      • QueueSinkQueueSizes
      • Sink
      • SinkMode
      • SinkType
      • SnapSink
      • SnapSinkAllocationStrategy
      • StreamSetupOption
      • StreamStatistics
      • TransportLayerType
      • VersionInfoFlags
      • VideoWriter
      • VideoWriterType

    Class QueueSinkConnectedEventArgs

    Provides data for the SinkConnected event.

    Inheritance
    object
    EventArgs
    QueueSinkConnectedEventArgs
    Inherited Members
    EventArgs.Empty
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: ic4
    Assembly: ic4dotnet.dll
    Syntax
    public class QueueSinkConnectedEventArgs : EventArgs

    Properties

    AbortConnect

    Gets or sets a value indicating whether the data stream setup should be aborted.

    Declaration
    public bool AbortConnect { get; set; }
    Property Value
    Type Description
    bool

    true, if the data stream setup should be aborted, otherwise false.

    ImageType

    The image type the sink is going to receive

    Declaration
    public ImageType ImageType { get; }
    Property Value
    Type Description
    ImageType

    The image type the sink is going to receive

    MinBuffersRequired

    Minimum number of buffers required by the data stream to operate

    Declaration
    public int MinBuffersRequired { get; }
    Property Value
    Type Description
    int

    Minimum number of buffers required by the data stream to operate

    Remarks

    If the event handler does not allocate any buffers, the sink will automatically allocate the minimum number of buffers required.

    Sink

    The sink that raised the event

    Declaration
    public QueueSink Sink { get; }
    Property Value
    Type Description
    QueueSink

    The sink that raised the event

    In this article
    • Properties
      • AbortConnect
      • ImageType
      • MinBuffersRequired
      • Sink
    Copyright ©️ 2024 The Imaging Source Europe GmbH www.theimagingsource.com