다음을 통해 공유


AudioFile.ReadFixedPackets 메서드

정의

오버로드

ReadFixedPackets(Int64, Int32, Byte[])

에서 inStartingPacket시작하여 바이트를 로 buffer읽습니다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[])

에서 inStartingPacket시작하여 바이트를 로 buffer읽습니다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

반환

적용 대상