Class BufferEventArgs
- Namespace
- VisioForge.Core.MediaBlocks.Special
- Assembly
- VisioForge.Core.dll
Event arguments for buffer processing events.
public class BufferEventArgs : EventArgsInheritance
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
bufferBuffer-
The buffer being processed.
capsCaps-
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