GrassValley.Mseries.Control is used for controlling players and recorders.

Classes

  ClassDescription
ControlProxy
Class ControlProxy provides functions for creating and controlling channels. This is includes players, recorders, and transport functions.

Interfaces

  InterfaceDescription
ISimpleController
Controls a simple channel
ISimpleController2
Controls a simple channel
ISimpleControllerAdmin
ISimplePlayerRecorder
Controls a player recorder
ITwoHeadPlayerRecorder
Controls a two-head player recorder

Enumerations

  EnumerationDescription
AudioTransition
Mix effects audio transition types.
MatteColor
Pre-defined matte colors for mix effects. Matte colors are set using three parameters: hue, saturation, and brightness. Matte color values are created as follows:
  • "Bits[7:0] = Cb"
  • "Bits[8:15] = Cr"
  • "Bits[16:23] = Y "
Where:
  • "maximum negative chroma = 0x10"
  • "maximum positive chroma = 0xF0"
  • "zero chroma = 0x80"
VideoTransition
Mix effects video transition types.