AudioSession.OverrideCategoryMixWithOthers Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.