Type alias RequestSubType

RequestSubType: "" | "initialization-segment" | ContentProtectionRequestSubType

The request's subtype, represented by a value from the following list:
- 'initialization-segment'
- Any value of ContentProtectionRequestSubType
- Empty string ('') when the subtype is unknown

Generated using TypeDoc