Our new developer documentation is now available. Please check it out!
OdinAudioData.CopyFrame
public float[] CopyFrame()
public void CopyFrame(ref float[] buffer)
Parameters
Name | Type | Description |
---|---|---|
buffer | Single[] |
Returns
Type | Description |
---|---|
Single[] |
Variants
CopyFrame()
public float[] CopyFrame()
Returns
Type | Description |
---|---|
Single[] |
CopyFrame(buffer)
public void CopyFrame(ref float[] buffer)
Parameters
Name | Type | Description |
---|---|---|
buffer | Single[] |