Table of Contents

Class BufferEventArgs

Namespace
VisioForge.Core.MediaBlocks.Special
Assembly
VisioForge.Core.dll

Event arguments for buffer processing events.

public class BufferEventArgs : EventArgs

Inheritance

Inherited Members

Constructors

BufferEventArgs(Buffer, Caps)

Initializes a new instance of the VisioForge.Core.MediaBlocks.Special.BufferEventArgs class.

public BufferEventArgs(Buffer buffer, Caps caps)

Parameters

buffer Buffer

The buffer being processed.

caps Caps

The caps associated with the buffer.

Properties

Buffer

Gets the buffer being processed.

public Buffer Buffer { get; }

Property Value

Buffer

Caps

Gets the caps associated with the buffer.

public Caps Caps { get; }

Property Value

Caps