moqtail-ts
Preparing search index...
model
Fetch
Class Fetch
Index
Constructors
constructor
Properties
group
Order
parameters
request
Id
subscriber
Priority
type
And
Props
Methods
get
Type
serialize
parse
Payload
Constructors
constructor
new
Fetch
(
requestId
:
bigint
,
subscriberPriority
:
number
,
groupOrder
:
GroupOrder
,
typeAndProps
:
|
{
props
:
{
endLocation
:
Location
;
fullTrackName
:
FullTrackName
;
startLocation
:
Location
;
}
;
type
:
StandAlone
;
}
|
{
props
:
{
joiningRequestId
:
bigint
;
joiningStart
:
bigint
}
;
type
:
Relative
;
}
|
{
props
:
{
joiningRequestId
:
bigint
;
joiningStart
:
bigint
}
;
type
:
Absolute
;
}
,
parameters
:
KeyValuePair
[]
,
)
:
Fetch
Parameters
requestId
:
bigint
subscriberPriority
:
number
groupOrder
:
GroupOrder
typeAndProps
:
|
{
props
:
{
endLocation
:
Location
;
fullTrackName
:
FullTrackName
;
startLocation
:
Location
;
}
;
type
:
StandAlone
;
}
|
{
props
:
{
joiningRequestId
:
bigint
;
joiningStart
:
bigint
}
;
type
:
Relative
;
}
|
{
props
:
{
joiningRequestId
:
bigint
;
joiningStart
:
bigint
}
;
type
:
Absolute
;
}
parameters
:
KeyValuePair
[]
Returns
Fetch
Properties
Readonly
group
Order
groupOrder
:
GroupOrder
Readonly
parameters
parameters
:
KeyValuePair
[]
Readonly
request
Id
requestId
:
bigint
Readonly
subscriber
Priority
subscriberPriority
:
number
Readonly
type
And
Props
typeAndProps
:
|
{
props
:
{
endLocation
:
Location
;
fullTrackName
:
FullTrackName
;
startLocation
:
Location
;
}
;
type
:
StandAlone
;
}
|
{
props
:
{
joiningRequestId
:
bigint
;
joiningStart
:
bigint
}
;
type
:
Relative
;
}
|
{
props
:
{
joiningRequestId
:
bigint
;
joiningStart
:
bigint
}
;
type
:
Absolute
;
}
Methods
get
Type
getType
()
:
ControlMessageType
Returns
ControlMessageType
serialize
serialize
()
:
FrozenByteBuffer
Returns
FrozenByteBuffer
Static
parse
Payload
parsePayload
(
buf
:
BaseByteBuffer
)
:
Fetch
Parameters
buf
:
BaseByteBuffer
Returns
Fetch
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
group
Order
parameters
request
Id
subscriber
Priority
type
And
Props
Methods
get
Type
serialize
parse
Payload
moqtail-ts
Loading...