Class: shaka.msf.draft20.MessageWriter

Constructor

new MessageWriter()

Source:

Members

Parameter :number

The parameter types draft-20 added that this player sends.
Type:
  • number
Properties:
Name Value Type Description
LOCATION_FILTER 33 number
Source:

Methods

marshalFetch()

Draft-20 removed the Fetch Type field along with the Joining variants, and moved the range out of the message and into the LOCATION_FILTER parameter, leaving a body shaped exactly like SUBSCRIBE. The range asked for is the same one draft-18 puts in the message, so it goes out as a filter rather than being dropped: an absent LOCATION_FILTER means an unfiltered fetch of the whole track (draft-20 section 10.2.9), which is a different request.
Source: