Interface IPcmData
PCMデータを参照する構造体のインターフェイス
Namespace: CriWare.Interfaces
Assembly: CriWare.CriAtom.dll
Syntax
public interface IPcmDataProperties
data
PCMデータのチャンネル配列
Declaration
NativeReference<IntPtr> data { get; }Property Value
| Type | Description | 
|---|---|
| NativeReference<IntPtr> | 
format
PCMの形式
Declaration
CriAtom.PcmFormat format { get; }Property Value
| Type | Description | 
|---|---|
| CriAtom.PcmFormat | 
numChannels
チャンネル数
Declaration
int numChannels { get; }Property Value
| Type | Description | 
|---|---|
| int | 
numSamples
サンプル数
Declaration
int numSamples { get; }Property Value
| Type | Description | 
|---|---|
| int |