AudioQueue
AudioQueuePropertyChanged
gch
handle
~AudioQueue()
AudioStreamDescription
AudioStreamPacketDescription
ChannelLayout
ConverterError
CurrentDevice
CurrentLevelMeter
CurrentLevelMeterDB
CurrentTime
DecodeBufferSizeFrames
DeviceChannels
EnableLevelMetering
Handle
HardwareCodecPolicy
IsRunning
MagicCookie
MaximumOutputPacketSize
Pan
SampleRate
Volume
VolumeRampTime
AddListener(AudioQueueProperty, AudioQueuePropertyChanged)
AllocateBuffer(Int32, AudioQueueBuffer*)
AllocateBuffer(Int32, nint)
AllocateBufferWithPacketDescriptors(Int32, Int32, nint)
CreateProcessingTap(AudioQueueProcessingTapDelegate, AudioQueueProcessingTapFlags, AudioQueueStatus)
CreateTimeline()
Dispose()
Dispose(Boolean)
EnqueueBuffer(AudioQueueBuffer*, AudioStreamPacketDescription[])
EnqueueBuffer(nint, AudioStreamPacketDescription[])
EnqueueBuffer(nint, Int32, AudioStreamPacketDescription[])
EnqueueBuffer(AudioQueueBuffer*, Int32, AudioStreamPacketDescription[], Int32, Int32, AudioQueueParameterEvent[], AudioTimeStamp)
EnqueueBuffer(nint, Int32, AudioStreamPacketDescription[], Int32, Int32, AudioQueueParameterEvent[], AudioTimeStamp)
EnqueueBuffer(AudioQueueBuffer*, Int32, AudioStreamPacketDescription[], Int32, Int32, AudioQueueParameterEvent[], AudioTimeStamp, AudioTimeStamp)
EnqueueBuffer(nint, Int32, AudioStreamPacketDescription[], Int32, Int32, AudioQueueParameterEvent[], AudioTimeStamp, AudioTimeStamp)
FillAudioData(IntPtr, Int32, IntPtr, Int32, nint)
FillAudioData(nint, Int32, nint, Int32, nint)
Flush()
FreeBuffer(nint)
GetCurrentTime(AudioQueueTimeline, AudioTimeStamp, Boolean)
GetNearestStartTime(AudioTimeStamp)
GetProperty(AudioQueueProperty, Int32)
GetProperty(AudioQueueProperty, Int32, nint)
GetProperty<T>(AudioQueueProperty)
Pause()
Prime(Int32, Int32)
QueueDispose()
RemoveListener(AudioQueueProperty, AudioQueuePropertyChanged)
Reset()
SetChannelAssignments(AudioQueueChannelAssignment[])
SetProperty(AudioQueueProperty, Int32, nint)
Start()
Start(AudioTimeStamp)
Stop(Boolean)
TranslateTime(AudioTimeStamp)
xamarinios
namespace AudioToolbox
{
public abstract class AudioQueue : IDisposable
{
public static void FillAudioData(IntPtr audioQueueBuffer, int offset, IntPtr source, int sourceOffset, nint size);
}
}
nuget.org | 0.0 %
Reference this API |
---|---|
Xamarin iOS | 0.0 |
Xamarin macOS | 0.0 |
Xamarin tvOS | 0.0 |
Information specific to xamarinios | |
Assembly | Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API