AudioFile.ReadFixedPackets Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
ReadFixedPackets(Int64, Int32, Byte[]) |
|
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[]
- error
- AudioFileError
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
- error
- AudioFileError