@@ -794,16 +794,16 @@ static int SubtitleShiftDown(const std::vector<std::string>& params)
794
794
// / <b>`PlayMedia(media[\,isdir][\,1]\,[playoffset=xx])`</b>
795
795
// / ,
796
796
// / Plays the given media. This can be a playlist\, music\, or video file\, directory\,
797
- // / plugin\, disc image stack\, video file stack or an URL. The optional parameter "\ ,isdir" can
798
- // / be used for playing a directory. "\,1" will start the media without switching to fullscreen.
797
+ // / plugin\, disc image stack\, video file stack or an URL. The optional parameter ` ,isdir` can
798
+ // / be used for playing a directory. `,1` will start the media without switching to fullscreen.
799
799
// / If media is a playlist or a disc image stack or a video file stack\, you can use
800
800
// / playoffset=xx where xx is the position to start playback from.
801
801
// / @param[in] media URL to media to play (optional).
802
- // / @param[in] isdir Set " isdir" if media is a directory (optional).
803
- // / @param[in] windowed Set "1" to start playback without switching to fullscreen (optional).
804
- // / @param[in] resume Set " resume" to force resuming (optional).
805
- // / @param[in] noresume Set " noresume" to force not resuming (optional).
806
- // / @param[in] playoffset Set " playoffset=<offset>" to start playback from a given position in a playlist or stack (optional).
802
+ // / @param[in] isdir Set ` isdir` if media is a directory (optional).
803
+ // / @param[in] windowed Set `1` to start playback without switching to fullscreen (optional).
804
+ // / @param[in] resume Set ` resume` to force resuming (optional).
805
+ // / @param[in] noresume Set ` noresume` to force not resuming (optional).
806
+ // / @param[in] playoffset Set ` playoffset=<offset>` to start playback from a given position in a playlist or stack (optional).
807
807
// / }
808
808
// / \table_row2_l{
809
809
// / <b>`PlayWith(core)`</b>
@@ -822,18 +822,18 @@ static int SubtitleShiftDown(const std::vector<std::string>& params)
822
822
// / <b>`QueueMedia(media[\,isdir][\,1][\,playnext]\,[playoffset=xx])`</b>
823
823
// / \anchor Builtin_QueueMedia,
824
824
// / Queues the given media. This can be a playlist\, music\, or video file\, directory\,
825
- // / plugin\, disc image stack\, video file stack or an URL. The optional parameter "\ ,isdir" can
826
- // / be used for playing a directory. "\,1" will start the media without switching to fullscreen.
825
+ // / plugin\, disc image stack\, video file stack or an URL. The optional parameter ` ,isdir` can
826
+ // / be used for playing a directory. `,1` will start the media without switching to fullscreen.
827
827
// / If media is a playlist or a disc image stack or a video file stack\, you can use
828
828
// / playoffset=xx where xx is the position to start playback from.
829
829
// / where xx is the position to start playback from.
830
830
// / @param[in] media URL of media to queue.
831
- // / @param[in] isdir Set " isdir" if media is a directory (optional).
832
- // / @param[in] 1 Set "1" to start playback without switching to fullscreen (optional).
833
- // / @param[in] resume Set " resume" to force resuming (optional).
834
- // / @param[in] noresume Set " noresume" to force not resuming (optional).
835
- // / @param[in] playoffset Set " playoffset=<offset>" to start playback from a given position in a playlist or stack (optional).
836
- // / @param[in] playnext Set " playnext" to play the media right after the currently playing item, if player is currently
831
+ // / @param[in] isdir Set ` isdir` if media is a directory (optional).
832
+ // / @param[in] 1 Set `1` to start playback without switching to fullscreen (optional).
833
+ // / @param[in] resume Set ` resume` to force resuming (optional).
834
+ // / @param[in] noresume Set ` noresume` to force not resuming (optional).
835
+ // / @param[in] playoffset Set ` playoffset=<offset>` to start playback from a given position in a playlist or stack (optional).
836
+ // / @param[in] playnext Set ` playnext` to play the media right after the currently playing item, if player is currently
837
837
// / playing. If player is not playing, append media to current playlist (optional).
838
838
// / <p><hr>
839
839
// / @skinning_v20 **[New builtin]** \link Builtin_QueueMedia `QueueMedia(media[\,isdir][\,1][\,playnext]\,[playoffset=xx])`\endlink
0 commit comments