Copyright © 2005-2019 MultiMedia Soft

DelayedPlayback.ListAddItemByDate method

Previous pageReturn to chapter overviewNext page

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 ListAddItemByDate (Int16, Int32, Int32, Int32, Int32, Int32, Int32) As Int32

[C#] public Int32 ListAddItemByDate (Int16, Int32, Int32, Int32, Int32, Int32, Int32);

[C++] public: Int32 ListAddItemByDate (Int16, Int32, Int32, Int32, Int32, Int32, Int32);

 

Adds a song (item) to the list.

[Visual Basic] Overloads Public Function ListAddItemByDate (Int16, string, Int32, Int32, Int32, Int32, Int32, Int32) As Int32

[C#] public Int32 PlayListAddItemByDate (Int16, string, Int32, Int32, Int32, Int32, Int32, Int32);

[C++] public: Int32 PlayListAddItemByDate (Int16, string, Int32, Int32, Int32, Int32, Int32, Int32);

 

Adds a song (item) to the list and predisposes its initial settings.

[Visual Basic] Overloads Public Function PlayListAddItemByDate (Int16, string, Int32, Int32, Int32, Int32, Int32, Int32, _

Int32, Int32, Int32, Int32, Int32) As Int32

[C#] public Int32 PlayListAddItemByDate (Int16, string, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32,

Int32, Int32, Int32);

[C++] public: Int32 PlayListAddItemByDate (Int16, string, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32,

Int32, Int32, Int32);