StreamFlowState
Description:
[ CCode ( cprefix = "TP_STREAM_FLOW_STATE_" , has_type_id = false ) ]
public enum StreamFlowState
The type of SendingState and ReceivingState.
Bitfield/set of flags generated from the Telepathy specification.
Content:
Enum values:
- PENDING_START -
The streaming implementation has been told to start or receiving, but has not yet indicated
that it is doing so.
- PENDING_STOP -
The streaming implementation has been told to stop sending or receiving data, but it has
not yet indicated that it has done so.
- STARTED -
The streaming implementation is successfully sending or receiving data, and everything is going swimmingly.
- STOPPED -
No data is flowing (or expected to be flowing) at this time.