Bits per sample for example, 16
Note: only 16, 20, 24, 32 bits are supported (20, 24 bits are stored into 3 bytes), for float 32, use -32 bits value
Syntax
Public nBitsPerSample As Integer
public int nBitsPerSample
public field nBitsPerSample: Integer;
public: int nBitsPerSample
See Also