Class CaptureParameter
Parameter for capturing media.
Inheritance
System.Object
CaptureParameter
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Phoenix.MediaCapture
Assembly: Phoenix.Abstractions.MediaCapture.dll
Syntax
public class CaptureParameter
Properties
View SourceDisplayName
Gets or sets the label text to display to the user.
Declaration
public string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ParameterType
Gets or sets the data type of the parameter. boolean and integer types are supported.
Declaration
public Type ParameterType { get; set; }
Property Value
Type | Description |
---|---|
System.Type |
ParameterValue
Gets or sets the data value of the parameter. boolean and integer types are supported.
Declaration
public object ParameterValue { get; set; }
Property Value
Type | Description |
---|---|
System.Object |