Show / Hide Table of Contents

    Class VideoRecorderRuntimeSettings

    Settings for configuring a video recorder.

    Inheritance
    System.Object
    VideoRecorderRuntimeSettings
    Namespace: VoxelBusters.ScreenRecorderKit
    Assembly: cs.temp.dll.dll
    Syntax
    public class VideoRecorderRuntimeSettings

    Constructors

    VideoRecorderRuntimeSettings(Nullable<Boolean>)

    Create an instance of VideoRecorderRuntimeSettings by passing microphone status.

    Declaration
    public VideoRecorderRuntimeSettings(bool? enableMicrophone = default(bool? ))
    Parameters
    Type Name Description
    System.Nullable<System.Boolean> enableMicrophone

    Properties

    EnableMicrophone

    Set this to true if you want to use microphone.

    Declaration
    public bool? EnableMicrophone { get; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>

    Operators

    Implicit(VideoRecorderRuntimeSettingsOption[] to VideoRecorderRuntimeSettings)

    Declaration
    public static implicit operator VideoRecorderRuntimeSettings(VideoRecorderRuntimeSettingsOption[] options)
    Parameters
    Type Name Description
    VoxelBusters.ScreenRecorderKit.VideoRecorderRuntimeSettingsOption[] options
    Returns
    Type Description
    VideoRecorderRuntimeSettings
    Back to top Copyright © 2022 Voxel Busters Interactive LLP.