VolumeAutomation.PointGetName method |
|
Remarks
Gets the friendly name of a volume point.
For details about using Volume Automation refer to the How to manage Volume Automation tutorial.
Syntax
[Visual Basic] control.VolumeAutomation.PointGetName ( nPlayer as Integer, nIndex as Integer, ) as String |
[C++] LPCTSTR control.VolumeAutomation.PointGetName ( short nPlayer, short nIndex ); |
Parameter |
Description |
|
|
nPlayer |
Number representing the zero-based index of the involved player |
nIndex |
Number representing the zero-based index of the volume point |
Return value
Value |
Meaning |
|
|
Valid string |
String representing the friendly name of the volume point: this name is the same used for adding the volume point through the VolumeAutomation.PointAdd method. |
Empty string |
An error occurred, check the LastError property value in order to see the error code meaning file |