Show / Hide Table of Contents

Interface ICaptureParameterSystem

Capture Parameter interface for any modules that want to support capture parameters.

Namespace: Phoenix.MediaCapture.Screenshot
Assembly: Phoenix.Abstractions.MediaCapture.dll
Syntax
public interface ICaptureParameterSystem

Properties

View Source

CaptureParameters

Gets or sets the current list of capture parameters

Declaration
List<CaptureParameter> CaptureParameters { get; set; }
Property Value
Type Description
System.Collections.Generic.List<CaptureParameter>
View Source

UpdateAllDeviceCaptureParametersCommand

Gets or sets the update device capture parameters command.

Declaration
DelegateCommand UpdateAllDeviceCaptureParametersCommand { get; set; }
Property Value
Type Description
DelegateCommand

Methods

View Source

LoadCaptureParameters()

If all devices are the same type, load that device type's capture parameters.

Declaration
void LoadCaptureParameters()
  • View Source
In This Article
Back to top Generated by DocFX