AVSpeechSynthesisProviderAudioUnit Class
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.
[Foundation.Register("AVSpeechSynthesisProviderAudioUnit", true)]
public class AVSpeechSynthesisProviderAudioUnit : AudioUnit.AUAudioUnit
[<Foundation.Register("AVSpeechSynthesisProviderAudioUnit", true)>]
type AVSpeechSynthesisProviderAudioUnit = class
inherit AUAudioUnit
- Inheritance
- Attributes
Constructors
| AVSpeechSynthesisProviderAudioUnit(NativeHandle) |
A constructor used when creating managed representations of unmanaged objects. Called by the runtime. |
| AVSpeechSynthesisProviderAudioUnit(NSObjectFlag) |
Constructor to call on derived classes to skip initialization and merely allocate the object. |
Properties
| AccessibilityAttributedUserInputLabels | (Inherited from NSObject) |
| AccessibilityRespondsToUserInteraction | (Inherited from NSObject) |
| AccessibilityTextualContext | (Inherited from NSObject) |
| AccessibilityUserInputLabels | (Inherited from NSObject) |
| AllParameterValues |
Gets a special value that is required for key-value observing notifications (Inherited from AUAudioUnit) |
| AudioUnitName |
Gets the name of the audio unit. (Inherited from AUAudioUnit) |
| CanProcessInPlace |
Gets a Boolean value that tells whether the audio unit can transform input to output without allocating a new buffer. (Inherited from AUAudioUnit) |
| ChannelCapabilities |
Gets an array that describes valid combinations of input and output channels. (Inherited from AUAudioUnit) |
| ChannelMap |
Gets or sets the channel map. (Inherited from AUAudioUnit) |
| Class | (Inherited from NSObject) |
| ClassHandle |
The Objective-C class handle for this class. |
| Component |
Gets the component from the description with which the audio unit was created. (Inherited from AUAudioUnit) |
| ComponentDescription |
Gets the component from the description with which the audio unit was created. (Inherited from AUAudioUnit) |
| ComponentName |
Gets the audio units component name. (Inherited from AUAudioUnit) |
| ComponentVersion |
Gets the version of the audio unit. (Inherited from AUAudioUnit) |
| ContextName |
Gets the name of the context to which the audio unit is connected. (Inherited from AUAudioUnit) |
| CurrentPreset |
Gets the most recently selected preset. (Inherited from AUAudioUnit) |
| DebugDescription | (Inherited from NSObject) |
| Description | (Inherited from NSObject) |
| ExposedBindings | (Inherited from NSObject) |
| FactoryPresets |
Gets the factory presets for the audio unit. (Inherited from AUAudioUnit) |
| FullState |
Gets or sets the snapshot of the audio unit's entire state, for saving presets. (Inherited from AUAudioUnit) |
| FullStateForDocument |
Gets or sets the snapshot of the audio unit's entire state, for saving in a document. (Inherited from AUAudioUnit) |
| Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from NSObject) |
| InputBusses |
Gets an array that contains the input connections for the audio unit. (Inherited from AUAudioUnit) |
| InternalRenderBlock |
Gets the developer-provided block that performs audio rendering. (Inherited from AUAudioUnit) |
| IsDirectBinding | (Inherited from NSObject) |
| IsLoadedInProcess | (Inherited from AUAudioUnit) |
| IsProxy | (Inherited from NSObject) |
| Latency |
Gets the latency of the audio unit, in seconds (Inherited from AUAudioUnit) |
| ManufacturerName |
Gets the manufacturer name for the audio unit. (Inherited from AUAudioUnit) |
| MaximumFramesToRender |
Gets or sets the maximum number of audio frames to render simultaneously. (Inherited from AUAudioUnit) |
| MidiOutputBufferSizeHint | (Inherited from AUAudioUnit) |
| MidiOutputEventBlock | (Inherited from AUAudioUnit) |
| MidiOutputNames | (Inherited from AUAudioUnit) |
| MigrateFromPlugin | (Inherited from AUAudioUnit) |
| MusicDeviceOrEffect |
Gets a value that is |
| OutputBusses |
Gets an array that contains the output connections for the audio unit. (Inherited from AUAudioUnit) |
| ParameterTree |
Gets or sets the entire tree of output parameters. (Inherited from AUAudioUnit) |
| ProfileChangedCallback | (Inherited from AUAudioUnit) |
| ProvidesUserInterface | (Inherited from AUAudioUnit) |
| RenderBlock |
Gets the render block that is used for rendering audio. (Inherited from AUAudioUnit) |
| RenderingOffline |
Gets or sets a Boolean value that controls whether the audio unit is currently rendering offline. (Inherited from AUAudioUnit) |
| RenderQuality |
Gets or sets the rendering quality, a value in [0,127]. (Inherited from AUAudioUnit) |
| RenderResourcesAllocated |
Gets a Boolean value that tells whether rendering resources have been allocated. (Inherited from AUAudioUnit) |
| RetainCount | (Inherited from NSObject) |
| ScheduleParameterBlock |
Block that schedules parameters. (Inherited from AUAudioUnit) |
| Self | (Inherited from NSObject) |
| ShortName | (Inherited from AUAudioUnit) |
| ShouldBypassEffect |
Gets or sets a Boolean value that contols whether an effect should skip processing and go directly to the output. (Inherited from AUAudioUnit) |
| SpeechSynthesisOutputMetadataBlock | |
| SpeechVoices | |
| Superclass | (Inherited from NSObject) |
| SuperHandle |
Handle used to represent the methods in the base class for this NSObject. (Inherited from NSObject) |
| SupportsMpe |
Gets a Boolean values that tells whether MPE audio is supported. (Inherited from AUAudioUnit) |
| SupportsUserPresets | (Inherited from AUAudioUnit) |
| TailTime |
Gets the tail time, in seconds, of the audio unit. (Inherited from AUAudioUnit) |
| TransportStateBlock |
A delegate block that provides information about its transport state. (Inherited from AUAudioUnit) |
| UserPresets | (Inherited from AUAudioUnit) |
| VirtualMidiCableCount |
Gets the number of virtual MIDI cables that are implemented by the device or effect. (Inherited from AUAudioUnit) |
| Zone | (Inherited from NSObject) |