@jellyfin/sdk
Preparing search index...
generated-client
SyncPlayApiAxiosParamCreator
Function SyncPlayApiAxiosParamCreator
SyncPlayApiAxiosParamCreator
(
configuration
?:
Configuration
,
)
:
{
syncPlayBuffering
:
(
bufferRequestDto
:
BufferRequestDto
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
syncPlayCreateGroup
:
(
newGroupRequestDto
:
NewGroupRequestDto
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
syncPlayGetGroups
:
(
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
syncPlayJoinGroup
:
(
joinGroupRequestDto
:
JoinGroupRequestDto
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
syncPlayLeaveGroup
:
(
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
syncPlayMovePlaylistItem
:
(
movePlaylistItemRequestDto
:
MovePlaylistItemRequestDto
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
syncPlayNextItem
:
(
nextItemRequestDto
:
NextItemRequestDto
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
syncPlayPause
:
(
options
?:
RawAxiosRequestConfig
)
=>
Promise
<
RequestArgs
>
;
syncPlayPing
:
(
pingRequestDto
:
PingRequestDto
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
syncPlayPreviousItem
:
(
previousItemRequestDto
:
PreviousItemRequestDto
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
syncPlayQueue
:
(
queueRequestDto
:
QueueRequestDto
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
syncPlayReady
:
(
readyRequestDto
:
ReadyRequestDto
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
syncPlayRemoveFromPlaylist
:
(
removeFromPlaylistRequestDto
:
RemoveFromPlaylistRequestDto
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
syncPlaySeek
:
(
seekRequestDto
:
SeekRequestDto
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
syncPlaySetIgnoreWait
:
(
ignoreWaitRequestDto
:
IgnoreWaitRequestDto
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
syncPlaySetNewQueue
:
(
playRequestDto
:
PlayRequestDto
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
syncPlaySetPlaylistItem
:
(
setPlaylistItemRequestDto
:
SetPlaylistItemRequestDto
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
syncPlaySetRepeatMode
:
(
setRepeatModeRequestDto
:
SetRepeatModeRequestDto
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
syncPlaySetShuffleMode
:
(
setShuffleModeRequestDto
:
SetShuffleModeRequestDto
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
syncPlayStop
:
(
options
?:
RawAxiosRequestConfig
)
=>
Promise
<
RequestArgs
>
;
syncPlayUnpause
:
(
options
?:
RawAxiosRequestConfig
)
=>
Promise
<
RequestArgs
>
;
}
SyncPlayApi - axios parameter creator
Parameters
Optional
configuration
:
Configuration
Returns
{
syncPlayBuffering
:
(
bufferRequestDto
:
BufferRequestDto
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
syncPlayCreateGroup
:
(
newGroupRequestDto
:
NewGroupRequestDto
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
syncPlayGetGroups
:
(
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
syncPlayJoinGroup
:
(
joinGroupRequestDto
:
JoinGroupRequestDto
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
syncPlayLeaveGroup
:
(
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
syncPlayMovePlaylistItem
:
(
movePlaylistItemRequestDto
:
MovePlaylistItemRequestDto
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
syncPlayNextItem
:
(
nextItemRequestDto
:
NextItemRequestDto
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
syncPlayPause
:
(
options
?:
RawAxiosRequestConfig
)
=>
Promise
<
RequestArgs
>
;
syncPlayPing
:
(
pingRequestDto
:
PingRequestDto
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
syncPlayPreviousItem
:
(
previousItemRequestDto
:
PreviousItemRequestDto
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
syncPlayQueue
:
(
queueRequestDto
:
QueueRequestDto
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
syncPlayReady
:
(
readyRequestDto
:
ReadyRequestDto
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
syncPlayRemoveFromPlaylist
:
(
removeFromPlaylistRequestDto
:
RemoveFromPlaylistRequestDto
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
syncPlaySeek
:
(
seekRequestDto
:
SeekRequestDto
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
syncPlaySetIgnoreWait
:
(
ignoreWaitRequestDto
:
IgnoreWaitRequestDto
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
syncPlaySetNewQueue
:
(
playRequestDto
:
PlayRequestDto
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
syncPlaySetPlaylistItem
:
(
setPlaylistItemRequestDto
:
SetPlaylistItemRequestDto
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
syncPlaySetRepeatMode
:
(
setRepeatModeRequestDto
:
SetRepeatModeRequestDto
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
syncPlaySetShuffleMode
:
(
setShuffleModeRequestDto
:
SetShuffleModeRequestDto
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
;
syncPlayStop
:
(
options
?:
RawAxiosRequestConfig
)
=>
Promise
<
RequestArgs
>
;
syncPlayUnpause
:
(
options
?:
RawAxiosRequestConfig
)
=>
Promise
<
RequestArgs
>
;
}
syncPlayBuffering
:
(
bufferRequestDto
:
BufferRequestDto
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
Throws
syncPlayCreateGroup
:
(
newGroupRequestDto
:
NewGroupRequestDto
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
Throws
syncPlayGetGroups
:
(
options
?:
RawAxiosRequestConfig
)
=>
Promise
<
RequestArgs
>
Throws
syncPlayJoinGroup
:
(
joinGroupRequestDto
:
JoinGroupRequestDto
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
Throws
syncPlayLeaveGroup
:
(
options
?:
RawAxiosRequestConfig
)
=>
Promise
<
RequestArgs
>
Throws
syncPlayMovePlaylistItem
:
(
movePlaylistItemRequestDto
:
MovePlaylistItemRequestDto
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
Throws
syncPlayNextItem
:
(
nextItemRequestDto
:
NextItemRequestDto
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
Throws
syncPlayPause
:
(
options
?:
RawAxiosRequestConfig
)
=>
Promise
<
RequestArgs
>
Throws
syncPlayPing
:
(
pingRequestDto
:
PingRequestDto
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
Throws
syncPlayPreviousItem
:
(
previousItemRequestDto
:
PreviousItemRequestDto
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
Throws
syncPlayQueue
:
(
queueRequestDto
:
QueueRequestDto
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
Throws
syncPlayReady
:
(
readyRequestDto
:
ReadyRequestDto
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
Throws
syncPlayRemoveFromPlaylist
:
(
removeFromPlaylistRequestDto
:
RemoveFromPlaylistRequestDto
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
Throws
syncPlaySeek
:
(
seekRequestDto
:
SeekRequestDto
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
Throws
syncPlaySetIgnoreWait
:
(
ignoreWaitRequestDto
:
IgnoreWaitRequestDto
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
Throws
syncPlaySetNewQueue
:
(
playRequestDto
:
PlayRequestDto
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
Throws
syncPlaySetPlaylistItem
:
(
setPlaylistItemRequestDto
:
SetPlaylistItemRequestDto
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
Throws
syncPlaySetRepeatMode
:
(
setRepeatModeRequestDto
:
SetRepeatModeRequestDto
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
Throws
syncPlaySetShuffleMode
:
(
setShuffleModeRequestDto
:
SetShuffleModeRequestDto
,
options
?:
RawAxiosRequestConfig
,
)
=>
Promise
<
RequestArgs
>
Throws
syncPlayStop
:
(
options
?:
RawAxiosRequestConfig
)
=>
Promise
<
RequestArgs
>
Throws
syncPlayUnpause
:
(
options
?:
RawAxiosRequestConfig
)
=>
Promise
<
RequestArgs
>
Throws
Export
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@jellyfin/sdk
Loading...
SyncPlayApi - axios parameter creator