AudioFile
AudioFile(Boolean)
~AudioFile()
AlbumArtwork
AudioFormats
BitRate
ChannelLayout
ChunkIDs
DataFormat
DataOffset
DataPacketCount
DeferSizeUpdates
EstimatedDuration
FileType
Handle
ID3Tag
InfoDictionary
IsOptimized
Length
MagicCookie
MarkerList
MaximumPacketSize
PacketSizeUpperBound
PacketTableInfo
PacketTableInfoStatus
RegionList
ReserveDuration
StreamBasicDescription
StreamBasicDescriptionStatus
ByteToPacket(Int64, Int32, Boolean)
CountUserData(UInt32)
Create(CFUrl, AudioFileType, AudioStreamBasicDescription, AudioFileFlags)
Create(NSUrl, AudioFileType, AudioStreamBasicDescription, AudioFileFlags)
Create(String, AudioFileType, AudioStreamBasicDescription, AudioFileFlags)
Dispose()
Dispose(Boolean)
FrameToPacket(Int64, Int32)
GetProperty(AudioFileProperty, Int32)
GetProperty(AudioFileProperty, Int32, nint)
GetPropertyInfo(AudioFileProperty, Int32, Int32)
GetUserData(Int32, Int32, Int32, nint)
GetUserDataSize(UInt32, Int32)
IsPropertyWritable(AudioFileProperty)
Open(CFUrl, AudioFilePermission, AudioFileType)
Open(NSUrl, AudioFilePermission, AudioFileType)
Open(String, AudioFilePermission, AudioFileType)
Open(CFUrl, AudioFilePermission, AudioFileError, AudioFileType)
Open(NSUrl, AudioFilePermission, AudioFileError, AudioFileType)
Open(String, AudioFilePermission, AudioFileError, AudioFileType)
OpenRead(CFUrl, AudioFileType)
OpenRead(NSUrl, AudioFileType)
OpenRead(String, AudioFileType)
OpenRead(CFUrl, AudioFileError, AudioFileType)
OpenRead(NSUrl, AudioFileError, AudioFileType)
OpenRead(String, AudioFileError, AudioFileType)
Optimize()
PacketToByte(Int64, Boolean)
PacketToFrame(Int64)
Read(Int64, Byte[], Int32, Int32, Boolean)
ReadFixedPackets(Int64, Int32, Byte[])
ReadFixedPackets(Int64, Int32, Byte[], AudioFileError)
ReadFixedPackets(Boolean, Int64, Int32, Byte[], Int32, Int32)
ReadFixedPackets(Boolean, Int64, Int32, Byte[], Int32, Int32, AudioFileError)
ReadPacketData(Int64, Int32, Byte[])
ReadPacketData(Int64, Int32, Byte[], AudioFileError)
ReadPacketData(Boolean, Int64, Int32, nint, Int32)
ReadPacketData(Boolean, Int64, Int32, Byte[], Int32, Int32)
ReadPacketData(Boolean, Int64, Int32, Byte[], Int32, Int32)
ReadPacketData(Boolean, Int64, Int32, nint, Int32, AudioFileError)
ReadPacketData(Boolean, Int64, Int32, Byte[], Int32, Int32, AudioFileError)
ReadPacketData(Boolean, Int64, Int32, Byte[], Int32, Int32, AudioFileError)
ReadPacketData(Boolean, Int64, Int32, nint, Int32, AudioFileError, AudioStreamPacketDescription[])
RemoveUserData(Int32, Int32)
SetProperty(AudioFileProperty, Int32, nint)
SetUserData(Int32, Int32, Int32, nint)
Write(Int64, Byte[], Int32, Int32, Boolean)
Write(Int64, Byte[], Int32, Int32, Boolean, Int32)
WritePackets(Boolean, Int64, AudioStreamPacketDescription[], nint, Int32)
WritePackets(Boolean, Int64, Int32, nint, Int32)
WritePackets(Boolean, Int32, AudioStreamPacketDescription[], Int64, Int32, nint)
WritePackets(Boolean, Int64, AudioStreamPacketDescription[], Byte[], Int32, Int32)
WritePackets(Boolean, Int64, AudioStreamPacketDescription[], nint, Int32, Int32)
WritePackets(Boolean, Int64, AudioStreamPacketDescription[], Byte[], Int32, Int32, Int32)
net9.0-ios17.2
namespace AudioToolbox
{
[SupportedOSPlatform("ios")]
[SupportedOSPlatform("maccatalyst")]
[SupportedOSPlatform("macos")]
[SupportedOSPlatform("tvos")]
public class AudioFile : DisposableObject
{
public AudioStreamPacketDescription[]? ReadPacketData(bool useCache, long inStartingPacket, ref int nPackets, byte[]! buffer, int offset, ref int count, out AudioFileError error);
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to net9.0 | |
Platforms | This API is only available when you target a specific platform: |
iOS | 10.010.110.210.311.011.111.211.311.412.012.112.212.312.413.013.113.213.313.413.513.614.014.114.214.314.414.515.015.215.416.016.116.216.417.017.2 |
Mac Catalyst | 13.113.213.313.413.514.214.314.414.515.015.215.416.116.216.417.017.2 |
macOS | 10.1410.1510.1611.011.111.211.312.012.112.313.013.113.314.014.2 |
tvOS | 10.010.110.211.011.111.211.311.412.012.112.212.312.413.013.213.313.414.014.214.314.414.515.015.215.416.016.116.417.017.2 |
Information specific to net9.0-ios17.2 | |
Assembly | Microsoft.iOS , Version=17.2.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This API is only supported on the following platforms:
|
- Built-in API
- Package-provided API