Show / Hide Table of Contents

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 Source

DisplayName

Gets or sets the label text to display to the user.

Declaration
public string DisplayName { get; set; }
Property Value
Type Description
System.String
View Source

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
View Source

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
  • View Source
In This Article
Back to top Generated by DocFX