Search Results for

    Show / Hide Table of Contents

    Enum MicrophoneRecordingOptions

    Options for configuring the microphone recording session

    Namespace: RenderHeads.Media.AVProMovieCapture
    Assembly: cs.temp.dll.dll
    Syntax
    public enum MicrophoneRecordingOptions

    Fields

    Name Description
    AllowBluetoothMicrophone

    iOS - Enables support for bluetooth microphones

    Defaults

    Uses the default options for configurung the capture session

    DefaultToSpeaker

    iOS - Audio will be routed to the speaker even if headphones or other accessories are in use

    MixWithOthers

    iOS - Allows playing audio from this application to be mixed with audio from other applications

    In This Article