Struct VFPIPVideoInputParam
PIP video input parameters.
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: VisioForge.ProcessingFilters.Interfaces
Assembly: VisioForge.ProcessingFilters.Interfaces.dll
Syntax
public struct VFPIPVideoInputParam
Fields
Alpha
Alpha 0 (fill) - 255 (transparent).
Declaration
public int Alpha
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Disabled
Disable stream.
Declaration
public bool Disabled
Field Value
| Type | Description |
|---|---|
| System.Boolean |
FlipX
Flip horizontally.
Declaration
public bool FlipX
Field Value
| Type | Description |
|---|---|
| System.Boolean |
FlipY
Flip vertically.
Declaration
public bool FlipY
Field Value
| Type | Description |
|---|---|
| System.Boolean |
Height
Output height.
Declaration
public int Height
Field Value
| Type | Description |
|---|---|
| System.Int32 |
OrderID
Stream order. From 0 to streams count - 1.
Declaration
public int OrderID
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Width
Output width.
Declaration
public int Width
Field Value
| Type | Description |
|---|---|
| System.Int32 |
X
Output x.
Declaration
public int X
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Y
Output y.
Declaration
public int Y
Field Value
| Type | Description |
|---|---|
| System.Int32 |