次の方法で共有


AudioFile.ReadFixedPackets メソッド

定義

オーバーロード

ReadFixedPackets(Int64, Int32, Byte[])

から バイトを に読み取inStartingPacketbufferりますnPackets

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

一定量のオーディオ データを読み取ります。

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

一定量のオーディオ データを読み取ります。

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

一定量のオーディオ データを読み取ります。

ReadFixedPackets(Int64, Int32, Byte[])

から バイトを に読み取inStartingPacketbufferりますnPackets

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

パラメーター

inStartingPacket
Int64
nPackets
Int32
buffer
Byte[]

戻り値

適用対象

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

一定量のオーディオ データを読み取ります。

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

パラメーター

inStartingPacket
Int64
nPackets
Int32
buffer
Byte[]

戻り値

適用対象

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

一定量のオーディオ データを読み取ります。

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[]

パラメーター

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

戻り値

適用対象

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

一定量のオーディオ データを読み取ります。

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[]

パラメーター

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

戻り値

適用対象