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 ListAddItem (Int16, Int32) As Int32 [C#] public Int32 ListAddItem (Int16, Int32); [C++] public: Int32 ListAddItem (Int16, Int32);
Adds a song (item) to the list. [Visual Basic] Overloads Public Function ListAddItem (Int16, string, Int32) As Int32 [C#] public Int32 PlayListAddItem (Int16, string, Int32); [C++] public: Int32 PlayListAddItem (Int16, string, Int32);
Adds a song (item) to the list and predisposes its initial settings. [Visual Basic] Overloads Public Function PlayListAddItem (Int16, string, Int32, Int32, Int32, Int32, Int32, Int32) As Int32 [C#] public Int32 PlayListAddItem (Int16, string, Int32, Int32, Int32, Int32, Int32, Int32); [C++] public: Int32 PlayListAddItem (Int16, string, Int32, Int32, Int32, Int32, Int32, Int32);
|