|
DelayedPlayback.ListAddItem method |
![]() ![]()
|
Remarks
Adds a song (item) to the list of delayed playbacks.
For details about management of delayed playbacks refer to the How to manage delayed playbacks tutorial.
Overload list
Adds a song (item) to the list. [Visual Basic] Overloads Public Function PlayListAddItem (Int16, string, Int16) As enumErrorCodes [C#] public enumErrorCodes PlayListAddItem (Int16, string, Int16); [C++] public: enumErrorCodes PlayListAddItem (Int16, string, Int16);
Adds a song (item) to the list and predisposes its initial settings. [Visual Basic] Overloads Public Function PlayListAddItem (Int16, string, Int16, enumPlayListItemType) As enumErrorCodes [C#] public enumErrorCodes PlayListAddItem (Int16, string, Int16, enumPlayListItemType); [C++] public: enumErrorCodes PlayListAddItem (Int16, string, Int16, enumPlayListItemType);
|