Semantic search

Data:clone (Українська) Створює нову копію об'єкта Data. Added since 11.0
Data:clone (日本語) Data オブジェクトの新規コピーを作成します。 Added since 11.0
Data:getFFIPointer Gets an FFI pointer to the Data. Added since 11.3
Data:getFFIPointer (Українська) Повертає вказівник на дані для інтерфейсу зовнішніх функцій (FFI). Added since 11.3
Data:getFFIPointer (日本語) Data に関する外部関数インタフェース (FFI) のポインタを取得します。 Added since 11.3
Data:getPointer Gets a pointer to the Data.
Data:getPointer (Deutsch) Gibt einen Zeiger auf das Datum zurück.
Data:getPointer (Polski) Pobiera wskażnik na dane.
Data:getPointer (Português) Obtém um ponteiro para o dado.
Data:getPointer (Русский) Получает указатель на данные.
Data:getPointer (Українська) Повертає вказівник на дані.
Data:getPointer (日本語) Data のポインタを取得します。
Data:getPointer (한국어) 데이터의 포인터를 얻어옵니다.
Data:getSize Gets the Data's size in bytes.
Data:getSize (Deutsch) Gibt die Größe des Datums in Bytes zurück.
Data:getSize (Polski) Zwraca rozmiar w bajtach danych trzymanych przez obiekt Data.
Data:getSize (Português) Obtém o tamanho do dado em bytes.
Data:getSize (Русский) Получает размер данных.
Data:getSize (Українська) Отримати розмір даних (Data) в байтах.
Data:getSize (日本語) Data の大きさをバイトで取得します。
Data:getSize (한국어) 데이터의 크기를 구합니다.
Data:getString Gets the full Data as a string. Added since 0.9.0
Data:getString (Deutsch) Gibt das gesamte Datum als Zeichenkette zurück. Added since 0.9.0
Data:getString (Polski) Zwraca pełne dane przechowywane przez obiekt Data jako string. Added since 0.9.0
Data:getString (Português) Obtém o dado todo como um string. Added since 0.9.0
Data:getString (Русский) Возвращает Data как строку. Added since 0.9.0
Data:getString (Українська) Повертає всі дані як рядок. Added since 0.9.0
Data:getString (日本語) 完全な Data を文字列形式で取得します。 Added since 0.9.0
Data:getString (한국어) 모든 데이터를 문자열로 반환합니다. Added since 0.9.0
Decoder:clone Create new copy of existing decoder. Added since 11.3
Decoder:clone (日本語) 既存のデコーダーの新しい複製を作成します。 Added since 11.3
Decoder:decode Decodes a chunk of audio data to a SoundData. Added since 11.0
Decoder:decode (Українська) Розкодує відрізок аудіо, повертаючи SoundData. Added since 11.0
Decoder:decode (日本語) 音声データのチャンクを復号化した SoundData を返します。 Added since 11.0
Decoder:getBitDepth Returns the number of bits per sample. Added since 0.9.0
Decoder:getBitDepth (Português) Retorna o número de bits por amostra. Added since 0.9.0
Decoder:getBitDepth (日本語) サンプルごとのビット数を返します。 Added since 0.9.0
Decoder:getBitDepth (한국어) 샘플 당 비트 수를 구합니다. Added since 0.9.0
Decoder:getBits Returns the number of bits per sample. Removed in 0.9.0
Decoder:getBits (Português) Retorna o número de bits por amostra. Removed in 0.9.0
Decoder:getBits (日本語) サンプルごとのビット数を返します。 Removed in 0.9.0
Decoder:getChannelCount Returns the number of channels in the stream. Added since 11.0
Decoder:getChannelCount (日本語) ストリームのチャンネル数を取得します。 Added since 11.0
Decoder:getChannels Returns the number of channels in the stream. Deprecated in 11.0
Decoder:getChannels (Português) Retorna o número de canais de um fluxo.
Decoder:getChannels (日本語) ストリームのチャンネル数を取得します。 Deprecated in 11.0
Decoder:getChannels (한국어) 채널 수를 구합니다.
Decoder:getDuration Gets the duration of the sound file. Added since 0.10.0
Decoder:getDuration (日本語) 音声ファイルの継続時間を取得します。 Added since 0.10.0
Decoder:getSampleRate Returns the sample rate of the Decoder.