Show / Hide Table of Contents

Enum IOSMixAudioFlags

Flags to be used with ManagedBass.Bass.IOSMixAudio.

Namespace: System.Dynamic.ExpandoObject
Assembly: ManagedBass.dll
Syntax
public enum IOSMixAudioFlags : int

AmbientSound

Use the 'ambient' category. Enables kAudioSessionCategory_SoloAmbientSound/AmbientSound instead of kAudioSessionCategory_MediaPlayback.

MixWithOthers

Allow other audio to mix with app's audio (default). Enables kAudioSessionProperty_OverrideCategoryMixWithOthers.

OtherMixableAudioShouldDuck

Also 'duck' the other audio. Enables kAudioSessionProperty_OtherMixableAudioShouldDuck.

Back to top Copyright © 2017 Mathew Sachin
Generated by DocFx