AudioFile.ReadFixedPackets Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
ReadFixedPackets(Int64, Int32, Byte[]) |
Lit les octets |
ReadFixedPackets(Int64, Int32, Byte[], AudioFileError) |
Lit une quantité fixe de données audio. |
ReadFixedPackets(Boolean, Int64, Int32, Byte[], Int32, Int32) |
Lit une quantité fixe de données audio. |
ReadFixedPackets(Boolean, Int64, Int32, Byte[], Int32, Int32, AudioFileError) |
Lit une quantité fixe de données audio. |
ReadFixedPackets(Int64, Int32, Byte[])
Lit les octets nPackets
dans buffer
, en commençant à inStartingPacket
.
public AudioToolbox.AudioStreamPacketDescription[] ReadFixedPackets (long inStartingPacket, int nPackets, byte[] buffer);
member this.ReadFixedPackets : int64 * int * byte[] -> AudioToolbox.AudioStreamPacketDescription[]
Paramètres
- inStartingPacket
- Int64
- nPackets
- Int32
- buffer
- Byte[]
Retours
S’applique à
ReadFixedPackets(Int64, Int32, Byte[], AudioFileError)
Lit une quantité fixe de données audio.
public AudioToolbox.AudioStreamPacketDescription[] ReadFixedPackets (long inStartingPacket, int nPackets, byte[] buffer, out AudioToolbox.AudioFileError error);
member this.ReadFixedPackets : int64 * int * byte[] * -> AudioToolbox.AudioStreamPacketDescription[]
Paramètres
- inStartingPacket
- Int64
- nPackets
- Int32
- buffer
- Byte[]
- error
- AudioFileError
Retours
S’applique à
ReadFixedPackets(Boolean, Int64, Int32, Byte[], Int32, Int32)
Lit une quantité fixe de données 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[]
Paramètres
- useCache
- Boolean
- inStartingPacket
- Int64
- nPackets
- Int32
- buffer
- Byte[]
- offset
- Int32
- count
- Int32
Retours
S’applique à
ReadFixedPackets(Boolean, Int64, Int32, Byte[], Int32, Int32, AudioFileError)
Lit une quantité fixe de données 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[]
Paramètres
- useCache
- Boolean
- inStartingPacket
- Int64
- nPackets
- Int32
- buffer
- Byte[]
- offset
- Int32
- count
- Int32
- error
- AudioFileError