Modifica

Share via


AudioSession.OverrideCategoryMixWithOthers Property

Definition

Mixes the background audio with the audio generated by the application, regardless of the default Category setting.

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.None, "AudioSession[Get|Set]Property are deprecated in iOS7")]
public static bool OverrideCategoryMixWithOthers { get; set; }
member this.OverrideCategoryMixWithOthers : bool with get, set

Property Value

Attributes

Remarks

This setting can be used when the Category session is set to either MediaPlayback or PlayAndRecord.

If there is an error reading or setting the property, this will raise an AudioSessionException.

Applies to