Condividi tramite


AudioBuffer.Length Proprietà

Definizione

Ottiene o imposta il numero di byte attualmente in uso nel buffer.

public:
 property unsigned int Length { unsigned int get(); void set(unsigned int value); };
uint32_t Length();

void Length(uint32_t value);
public uint Length { get; set; }
var uInt32 = audioBuffer.length;
audioBuffer.length = uInt32;
Public Property Length As UInteger

Valore della proprietà

UInt32

unsigned int

uint32_t

Numero di byte attualmente in uso nel buffer.

Si applica a