LibMp3LameWrite(Single, Int32, Byte, Int32, Boolean) Method |
Namespace: Ozeki.MediaAssembly: OzekiSDK_Desktop (in OzekiSDK_Desktop.dll) Version: 10.5.1
Syntaxpublic int Write(
float[] samples,
int nSamples,
byte[] output,
int outputSize,
bool mono
)
Public Function Write (
samples As Single(),
nSamples As Integer,
output As Byte(),
outputSize As Integer,
mono As Boolean
) As Integer
public:
int Write(
array<float>^ samples,
int nSamples,
array<unsigned char>^ output,
int outputSize,
bool mono
)
member Write :
samples : float32[] *
nSamples : int *
output : byte[] *
outputSize : int *
mono : bool -> int Parameters
- samples Single
-
- nSamples Int32
-
- output Byte
-
- outputSize Int32
-
- mono Boolean
-
Return Value
Int32
See Also