Esempio n. 1
0
 ///<summary>Open a particular media source in the specified play list.</summary>
 ///<remarks>
 ///@param InPlaylist The play list to open.
 ///@param Index The index of the source to open.
 ///@return true if the source will be opened, false otherwise.
 ///@see Close, OpenFile, OpenPlaylist, OpenSource, OpenUrl, Reopen
 ///</remarks>
 public bool OpenPlaylistIndex(MediaPlaylist InPlaylist, int Index) =>
 MediaPlayer_methods.OpenPlaylistIndex_method.Invoke(ObjPointer, InPlaylist, Index);
Esempio n. 2
0
 ///<summary>Open the first media source in the specified play list.</summary>
 ///<remarks>
 ///@param InPlaylist The play list to open.
 ///@return true if the source will be opened, false otherwise.
 ///@see Close, OpenFile, OpenPlaylistIndex, OpenSource, OpenUrl, Reopen
 ///</remarks>
 public bool OpenPlaylist(MediaPlaylist InPlaylist) =>
 MediaPlayer_methods.OpenPlaylist_method.Invoke(ObjPointer, InPlaylist);