videosphere
Preparing search index...
lib/platforms/youtube
YouTubeResumableInitLogSummary
Interface YouTubeResumableInitLogSummary
Redacted resumable-init payload safe for debug logs (no raw title/description/tags).
interface
YouTubeResumableInitLogSummary
{
initUrl
:
string
;
snippet
:
{
titleLength
:
number
;
descriptionLength
:
number
;
tagCount
:
number
;
categoryId
?:
string
;
defaultLanguage
?:
string
;
defaultAudioLanguage
?:
string
;
}
;
status
:
Record
<
string
,
unknown
>
;
recordingDetails
?:
Record
<
string
,
unknown
>
;
}
Index
Properties
init
Url
snippet
status
recording
Details?
Properties
init
Url
initUrl
:
string
snippet
snippet
:
{
titleLength
:
number
;
descriptionLength
:
number
;
tagCount
:
number
;
categoryId
?:
string
;
defaultLanguage
?:
string
;
defaultAudioLanguage
?:
string
;
}
status
status
:
Record
<
string
,
unknown
>
Optional
recording
Details
recordingDetails
?:
Record
<
string
,
unknown
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
init
Url
snippet
status
recording
Details
videosphere
Loading...
Redacted resumable-init payload safe for debug logs (no raw title/description/tags).