Expand description
Structs§
- Invalid
Object Type - Error returned when parsing
ObjectTypefrom a string. - Invalid
Stream Type - Error returned when parsing
StreamTypefrom a string. - Invalid
Streaming Format - Error returned when parsing
StreamingFormatfrom a string. - Object
- An
CMCD-ObjectHeader contains keys whose values vary with the object being requested. - Request
- An
CMCD-RequestHeader contains keys whose values vary with each request. - Request
Range - Describes the Byte Range of the next request.
- Session
- An
CMCD-SessionHeader contains keys whose values are expected to be invariant over the life of the session. - Status
- An
CMCD-StatusHeader contains keys whose values do not vary with every request or object.
Enums§
- Object
Error - Error returned when parsing CMCD-Object header fails.
- Object
Type - Encapsulates the media type of the current object being requested.
- Request
Error - Error returned when parsing CMCD-Request header fails.
- Request
Range Parse Error - Error returned when parsing RequestRange from a string.
- Session
Error - Error returned when parsing CMCD-Session header fails.
- Status
Error - Error returned when parsing CMCD-Status header fails.
- Stream
Type - Encapsulates the type of the stream.
- Streaming
Format - Defines the streaming format of the current request.
- Value
- Container of Custom Values