mirror of
https://github.com/LuanRT/googlevideo.git
synced 2026-06-28 09:06:41 +00:00
1.5 KiB
1.5 KiB
googlevideo / exports/sabr-streaming-adapter / PlayerHttpRequest
Interface: PlayerHttpRequest
Defined in: src/types/sabrStreamingAdapterTypes.ts:83
Properties
body?
optionalbody:null|ArrayBuffer|ArrayBufferView
Defined in: src/types/sabrStreamingAdapterTypes.ts:88
headers
headers:
Record<string,string>
Defined in: src/types/sabrStreamingAdapterTypes.ts:86
method
method:
string
Defined in: src/types/sabrStreamingAdapterTypes.ts:85
segment
segment:
RequestSegment
Defined in: src/types/sabrStreamingAdapterTypes.ts:87
url
url:
string
Defined in: src/types/sabrStreamingAdapterTypes.ts:84