CameraProfile.GetSettings<T>
Method in CameraProfile
Declaration
public T GetSettings<T>()
    where T : CameraSettingsDescription
Gets the settings of the specified type.
Type Parameters
| T | The type of settings to get. | 
Returns
| T | The settings of the specified type, or null if not present. |