Compartir a través de


AudioFile.ReadFixedPackets Método

Definición

Sobrecargas

ReadFixedPackets(Int64, Int32, Byte[])

nPackets Lee bytes en buffer, a partir de inStartingPacket.

ReadFixedPackets(Int64, Int32, Byte[], AudioFileError)

Lee una cantidad fija de datos de audio.

ReadFixedPackets(Boolean, Int64, Int32, Byte[], Int32, Int32)

Lee una cantidad fija de datos de audio.

ReadFixedPackets(Boolean, Int64, Int32, Byte[], Int32, Int32, AudioFileError)

Lee una cantidad fija de datos de audio.

ReadFixedPackets(Int64, Int32, Byte[])

nPackets Lee bytes en buffer, a partir de inStartingPacket.

public AudioToolbox.AudioStreamPacketDescription[] ReadFixedPackets (long inStartingPacket, int nPackets, byte[] buffer);
member this.ReadFixedPackets : int64 * int * byte[] -> AudioToolbox.AudioStreamPacketDescription[]

Parámetros

inStartingPacket
Int64
nPackets
Int32
buffer
Byte[]

Devoluciones

Se aplica a

ReadFixedPackets(Int64, Int32, Byte[], AudioFileError)

Lee una cantidad fija de datos de audio.

public AudioToolbox.AudioStreamPacketDescription[] ReadFixedPackets (long inStartingPacket, int nPackets, byte[] buffer, out AudioToolbox.AudioFileError error);
member this.ReadFixedPackets : int64 * int * byte[] *  -> AudioToolbox.AudioStreamPacketDescription[]

Parámetros

inStartingPacket
Int64
nPackets
Int32
buffer
Byte[]

Devoluciones

Se aplica a

ReadFixedPackets(Boolean, Int64, Int32, Byte[], Int32, Int32)

Lee una cantidad fija de datos de audio.

public AudioToolbox.AudioStreamPacketDescription[] ReadFixedPackets (bool useCache, long inStartingPacket, int nPackets, byte[] buffer, int offset, int count);
member this.ReadFixedPackets : bool * int64 * int * byte[] * int * int -> AudioToolbox.AudioStreamPacketDescription[]

Parámetros

useCache
Boolean
inStartingPacket
Int64
nPackets
Int32
buffer
Byte[]
offset
Int32
count
Int32

Devoluciones

Se aplica a

ReadFixedPackets(Boolean, Int64, Int32, Byte[], Int32, Int32, AudioFileError)

Lee una cantidad fija de datos de audio.

public AudioToolbox.AudioStreamPacketDescription[] ReadFixedPackets (bool useCache, long inStartingPacket, int nPackets, byte[] buffer, int offset, int count, out AudioToolbox.AudioFileError error);
member this.ReadFixedPackets : bool * int64 * int * byte[] * int * int *  -> AudioToolbox.AudioStreamPacketDescription[]

Parámetros

useCache
Boolean
inStartingPacket
Int64
nPackets
Int32
buffer
Byte[]
offset
Int32
count
Int32

Devoluciones

Se aplica a