IAVAudioMixing Interface
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.
Defines properties for the input bus of a mixer node.
[Foundation.Protocol(Name="AVAudioMixing", WrapperType=typeof(AVFoundation.AVAudioMixingWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 3, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IAVAudioMixing : AVFoundation.IAVAudio3DMixing, AVFoundation.IAVAudioStereoMixing, IDisposable
type IAVAudioMixing = interface
interface INativeObject
interface IDisposable
interface IAVAudio3DMixing
interface IAVAudioStereoMixing
- Derived
- Attributes
- Implements
Properties
Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from INativeObject) |
Obstruction | (Inherited from IAVAudio3DMixing) |
Occlusion | (Inherited from IAVAudio3DMixing) |
Pan | (Inherited from IAVAudioStereoMixing) |
Position | (Inherited from IAVAudio3DMixing) |
Rate | (Inherited from IAVAudio3DMixing) |
RenderingAlgorithm | (Inherited from IAVAudio3DMixing) |
ReverbBlend | (Inherited from IAVAudio3DMixing) |
Volume |
Extension Methods
DestinationForMixer(IAVAudioMixing, AVAudioNode, nuint) |