Remarks
Obtains the number of bits per sample of the sound under editing.
Syntax
[Visual Basic]
Public Function GetBitsPerSample (
) as Int32
|
|
[C#]
public Int32 GetBitsPerSample (
);
|
|
[C++]
public: Int32 GetBitsPerSample (
);
|
|
Return value
Value
|
Meaning
|
|
|
Negative value
|
An error occurred. Check the LastError property value in order to see the last error.
|
> 0
|
The number of bits per sample
|
|