Share via


AudioComponent Class

Definition

An audio component.

public class AudioComponent : ObjCRuntime.DisposableObject
type AudioComponent = class
    inherit DisposableObject
Inheritance
AudioComponent

Properties

Name Description
ComponentList
Description
Handle (Inherited from DisposableObject)
LastActiveTime
Name
Owns (Inherited from DisposableObject)
Version

Methods

Name Description
ClearHandle() (Inherited from DisposableObject)
CopyIcon()
CreateAudioUnit()
Dispose() (Inherited from DisposableObject)
Dispose(Boolean) (Inherited from DisposableObject)
Equals(Object) (Inherited from DisposableObject)
FindComponent(AudioComponentDescription)
FindComponent(AudioTypeConverter)
FindComponent(AudioTypeEffect)
FindComponent(AudioTypeGenerator)
FindComponent(AudioTypeMixer)
FindComponent(AudioTypeMusicDevice)
FindComponent(AudioTypeOutput)
FindComponent(AudioTypePanner)
FindNextComponent(AudioComponent, AudioComponentDescription)
GetCheckedHandle() (Inherited from DisposableObject)
GetConfigurationInfo()
GetConfigurationInfo(Int32)
GetHashCode() (Inherited from DisposableObject)
GetIcon()
GetIcon(Single)
InitializeHandle(NativeHandle) (Inherited from DisposableObject)
Validate(NSDictionary, Int32)
Validate(NSDictionary)
ValidateAsync(Action<AudioComponentValidationResult,NSDictionary>)
ValidateAsync(NSDictionary, Action<AudioComponentValidationResult,NSDictionary>, Int32)
ValidateAsync(NSDictionary, Action<AudioComponentValidationResult,NSDictionary>)

Extension Methods

Name Description
GetHandle(INativeObject)
GetNonNullHandle(INativeObject, String)

Applies to