Table of Contents

Class CustomMixerQueueDropEventArgs

Namespace
VisioForge.Core.Types.Events
Assembly
VisioForge.Core.dll

Provides data for CustomMixerSourceBlock queue drop events.

public class CustomMixerQueueDropEventArgs : EventArgs

Inheritance

Inherited Members

Constructors

CustomMixerQueueDropEventArgs(MediaBlockPadMediaType, int, long)

Initializes a new instance of the VisioForge.Core.Types.Events.CustomMixerQueueDropEventArgs class.

public CustomMixerQueueDropEventArgs(MediaBlockPadMediaType mediaType, int droppedBuffers, long totalDropped)

Parameters

mediaType MediaBlockPadMediaType

The media type associated with the drop.

droppedBuffers int

The number of buffers dropped in this event.

totalDropped long

The total number of buffers dropped so far.

Properties

DroppedBuffers

Gets the number of buffers dropped in this event.

public int DroppedBuffers { get; }

Property Value

int

MediaType

Gets the media type for the dropped buffers.

public MediaBlockPadMediaType MediaType { get; }

Property Value

MediaBlockPadMediaType

TotalDropped

Gets the total number of buffers dropped so far.

public long TotalDropped { get; }

Property Value

long