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 SourceCaptureParameters
Gets or sets the current list of capture parameters
Declaration
List<CaptureParameter> CaptureParameters { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<CaptureParameter> |
UpdateAllDeviceCaptureParametersCommand
Gets or sets the update device capture parameters command.
Declaration
DelegateCommand UpdateAllDeviceCaptureParametersCommand { get; set; }
Property Value
Type | Description |
---|---|
DelegateCommand |
Methods
View SourceLoadCaptureParameters()
If all devices are the same type, load that device type's capture parameters.
Declaration
void LoadCaptureParameters()