Skip to content

Commit

Permalink
Added playlist events.
Browse files Browse the repository at this point in the history
  • Loading branch information
stuerp committed Dec 1, 2024
1 parent 4b5125f commit b33d85d
Show file tree
Hide file tree
Showing 10 changed files with 771 additions and 538 deletions.
2 changes: 1 addition & 1 deletion HostObject.idl
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ library HostObjectLibrary
HRESULT DeletePlaylist([in] int playlistIndex);

// Auto Playlists
HRESULT CreateAutoPlaylist([in] int playlistIndex, [in] BSTR name, [in] BSTR query, [in] BSTR sort, [in] unsigned __int32 flags, [out, retval] int * newPlaylistIndex);
HRESULT CreateAutoPlaylist([in] int playlistIndex, [in] BSTR name, [in] BSTR query, [in, defaultvalue("*.*")] BSTR sort, [in, defaultvalue(0)] unsigned __int32 flags, [out, retval] int * newPlaylistIndex);
HRESULT IsAutoPlaylist([in] int playlistIndex, [out, retval] VARIANT_BOOL * result);

// Playback Order
Expand Down
Loading

0 comments on commit b33d85d

Please sign in to comment.