Macros§
- Consumer
Closed Reason Unknown - Pattern that matches an unknown
ConsumerClosedReasonmember. - Producer
Closed Reason Unknown - Pattern that matches an unknown
ProducerClosedReasonmember. - Real
OrStream Time Unknown - Pattern that matches an unknown
RealOrStreamTimemember. - Real
Time Unknown - Pattern that matches an unknown
RealTimemember. - Stream
Time Unknown - Pattern that matches an unknown
StreamTimemember.
Structs§
- Asap
- As soon as possible.
- Payload
Range - Describes a packet payload.
Enums§
- Consumer
Closed Reason - Used to indicate why a consumer has closed a stream sink connection. TODO(dalesat): Expand this enum as needed.
- Producer
Closed Reason - Used to indicate why a producer has closed a stream sink connection. TODO(dalesat): Expand this enum as needed.
- Real
OrStream Time - Specifies a real time or a stream time. Real time is expressed using a system monotonic or reference clock time. Stream time is expressed either as a duration or as a packet timestamp in the relevant units. This type is used when a transport control operation is to occur using a time value that is meaningful when the transport is progressing.
- Real
Time - Specifies a real time using a system monotonic or reference clock time or an option specifying ‘as soon as possible’. This type is used when a transport control operation is to occur using a time value that is meaningful when the transport is stopped.
- Stream
Time - Specifies a stream time either as a duration or as a packet timestamp in the relevant timestamp units. This type is used when a transport control operation is to define a positional offset value that is relative to the beginning of the stream.