IGPAPI
Preparing search index...
@igpapi/ios
UploadFacade
Variable UploadFacade
Const
UploadFacade
:
Effect
<
{
endSegmentedVideo
:
(
...
args
:
[
input
:
{
ruploadParams
:
Record
<
string
,
string
|
undefined
>
;
streamId
:
string
;
}
,
]
,
)
=>
Promise
<
unknown
>
;
initVideo
:
(
...
args
:
[
input
:
UploadInitVideoInput
]
,
)
=>
Promise
<
{
offset
:
number
}
>
;
photo
:
(
...
args
:
[
input
:
UploadPhotoInput
]
,
)
=>
Promise
<
UploadPhotoResponse
>
;
startSegmentedVideo
:
(
...
args
:
[
input
:
{
ruploadParams
:
Record
<
string
,
string
|
undefined
>
}
,
]
,
)
=>
Promise
<
UploadStartSegmentedVideoResponse
>
;
video
:
(
...
args
:
[
input
:
UploadVideoInput
]
,
)
=>
Promise
<
UploadVideoResponse
>
;
videoSegmentInit
:
(
...
args
:
[
input
:
UploadVideoSegmentInitInput
]
,
)
=>
Promise
<
{
offset
:
number
}
>
;
videoSegmentTransfer
:
(
...
args
:
[
input
:
UploadVideoSegmentTransferInput
]
,
)
=>
Promise
<
unknown
>
;
}
,
never
,
PlainJsonApiHttp
|
MobileHttpRequest
|
PlainApiHeaders
,
>
= ...
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
IGPAPI
Loading...