mrtk_developmentreleases/2.0.0releases/2.1.0releases/2.2.0

    Show / Hide Table of Contents

    Struct MixedRealityCameraSettingsConfiguration

    Defines the configuration for a camera settings provider.

    Implements
    IMixedRealityServiceConfiguration
    Inherited Members
    ValueType.Equals(Object)
    ValueType.GetHashCode()
    ValueType.ToString()
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetType()
    Namespace: Microsoft.MixedReality.Toolkit.CameraSystem
    Assembly: cs.temp.dll.dll
    Syntax
    public struct MixedRealityCameraSettingsConfiguration : IMixedRealityServiceConfiguration

    Constructors

    MixedRealityCameraSettingsConfiguration(SystemType, String, UInt32, SupportedPlatforms, BaseCameraSettingsProfile)

    Constructor.

    Declaration
    public MixedRealityCameraSettingsConfiguration(SystemType componentType, string componentName, uint priority, SupportedPlatforms runtimePlatform, BaseCameraSettingsProfile configurationProfile)
    Parameters
    Type Name Description
    SystemType componentType

    The SystemType of the provider.

    String componentName

    The friendly name of the provider.

    UInt32 priority

    The load priority of the provider.

    SupportedPlatforms runtimePlatform

    The runtime platform(s) supported by the provider.

    BaseCameraSettingsProfile configurationProfile

    MixedRealityCameraSettingsConfiguration(SystemType, String, UInt32, SupportedPlatforms, BaseCameraSettingsProfile)

    Constructor.

    Declaration
    public MixedRealityCameraSettingsConfiguration(SystemType componentType, string componentName, uint priority, SupportedPlatforms runtimePlatform, BaseCameraSettingsProfile configurationProfile)
    Parameters
    Type Name Description
    SystemType componentType

    The SystemType of the provider.

    String componentName

    The friendly name of the provider.

    UInt32 priority

    The load priority of the provider.

    SupportedPlatforms runtimePlatform

    The runtime platform(s) supported by the provider.

    BaseCameraSettingsProfile configurationProfile

    Properties

    ComponentName

    Declaration
    public string ComponentName { get; }
    Property Value
    Type Description
    String

    ComponentName

    Declaration
    public string ComponentName { get; }
    Property Value
    Type Description
    String

    ComponentType

    Declaration
    public SystemType ComponentType { get; }
    Property Value
    Type Description
    SystemType

    ComponentType

    Declaration
    public SystemType ComponentType { get; }
    Property Value
    Type Description
    SystemType

    Priority

    Declaration
    public uint Priority { get; }
    Property Value
    Type Description
    UInt32

    Priority

    Declaration
    public uint Priority { get; }
    Property Value
    Type Description
    UInt32

    Profile

    Declaration
    public BaseMixedRealityProfile Profile { get; }
    Property Value
    Type Description
    BaseMixedRealityProfile

    RuntimePlatform

    Declaration
    public SupportedPlatforms RuntimePlatform { get; }
    Property Value
    Type Description
    SupportedPlatforms

    RuntimePlatform

    Declaration
    public SupportedPlatforms RuntimePlatform { get; }
    Property Value
    Type Description
    SupportedPlatforms

    SettingsProfile

    Camera settings specific configuration profile.

    Declaration
    public BaseCameraSettingsProfile SettingsProfile { get; }
    Property Value
    Type Description
    BaseCameraSettingsProfile

    SettingsProfile

    Camera settings specific configuration profile.

    Declaration
    public BaseCameraSettingsProfile SettingsProfile { get; }
    Property Value
    Type Description
    BaseCameraSettingsProfile

    Implements

    IMixedRealityServiceConfiguration
    In This Article
    • Constructors
      • MixedRealityCameraSettingsConfiguration(SystemType, String, UInt32, SupportedPlatforms, BaseCameraSettingsProfile)
      • MixedRealityCameraSettingsConfiguration(SystemType, String, UInt32, SupportedPlatforms, BaseCameraSettingsProfile)
    • Properties
      • ComponentName
      • ComponentName
      • ComponentType
      • ComponentType
      • Priority
      • Priority
      • Profile
      • RuntimePlatform
      • RuntimePlatform
      • SettingsProfile
      • SettingsProfile
    • Implements
    Back to top Generated by DocFX