|
Copyright © 2006 - 2008 MultiMedia Soft
Return to Table of contents
|
|
[Visual Basic]
Public Function ResampleNativeFormatGetDesc (
nInputDevice as Int16,
nFormatIndex as Int16
) as string
|
|
[C#]
public string ResampleNativeFormatGetDesc (
Int16 nInputDevice,
Int16 nFormatIndex
);
|
|
[C++]
public: string ResampleNativeFormatGetDesc (
Int16 nInputDevice,
Int16 nFormatIndex
);
|
|
Parameter
|
Description
|
|
|
|
|
nInputDevice
|
Number representing the zero-based index of the input device
|
|
nFormatIndex
|
Number representing the zero-based index of the recording format
|
|
Value
|
Meaning
|
|
|
|
|
Empty string
|
An error occurred. Check the LastError property value in order to see the last error.
|
|
Valid string
|
The string containing the friendly description of the requested recording format.
|