pub enum Body {
Show 32 variants
WorkerDumpResponse(Box<DumpResponse>),
WorkerResourceUsageResponse(Box<ResourceUsageResponse>),
WebRtcServerDumpResponse(Box<DumpResponse>),
RouterDumpResponse(Box<DumpResponse>),
TransportProduceResponse(Box<ProduceResponse>),
TransportConsumeResponse(Box<ConsumeResponse>),
TransportRestartIceResponse(Box<RestartIceResponse>),
PlainTransportConnectResponse(Box<ConnectResponse>),
PlainTransportDumpResponse(Box<DumpResponse>),
PlainTransportGetStatsResponse(Box<GetStatsResponse>),
PipeTransportConnectResponse(Box<ConnectResponse>),
PipeTransportDumpResponse(Box<DumpResponse>),
PipeTransportGetStatsResponse(Box<GetStatsResponse>),
DirectTransportDumpResponse(Box<DumpResponse>),
DirectTransportGetStatsResponse(Box<GetStatsResponse>),
WebRtcTransportConnectResponse(Box<ConnectResponse>),
WebRtcTransportDumpResponse(Box<DumpResponse>),
WebRtcTransportGetStatsResponse(Box<GetStatsResponse>),
ProducerDumpResponse(Box<DumpResponse>),
ProducerGetStatsResponse(Box<GetStatsResponse>),
ConsumerDumpResponse(Box<DumpResponse>),
ConsumerGetStatsResponse(Box<GetStatsResponse>),
ConsumerSetPreferredLayersResponse(Box<SetPreferredLayersResponse>),
ConsumerSetPriorityResponse(Box<SetPriorityResponse>),
DataProducerDumpResponse(Box<DumpResponse>),
DataProducerGetStatsResponse(Box<GetStatsResponse>),
DataConsumerGetBufferedAmountResponse(Box<GetBufferedAmountResponse>),
DataConsumerDumpResponse(Box<DumpResponse>),
DataConsumerGetStatsResponse(Box<GetStatsResponse>),
DataConsumerSetSubchannelsResponse(Box<SetSubchannelsResponse>),
DataConsumerAddSubchannelResponse(Box<AddSubchannelResponse>),
DataConsumerRemoveSubchannelResponse(Box<RemoveSubchannelResponse>),
}
Expand description
The union Body
in the namespace FBS.Response
Generated from these locations:
- Union
Body
in the filefbs/response.fbs:12
Variants§
WorkerDumpResponse(Box<DumpResponse>)
The variant Worker_DumpResponse
in the union Body
WorkerResourceUsageResponse(Box<ResourceUsageResponse>)
The variant Worker_ResourceUsageResponse
in the union Body
WebRtcServerDumpResponse(Box<DumpResponse>)
The variant WebRtcServer_DumpResponse
in the union Body
RouterDumpResponse(Box<DumpResponse>)
The variant Router_DumpResponse
in the union Body
TransportProduceResponse(Box<ProduceResponse>)
The variant Transport_ProduceResponse
in the union Body
TransportConsumeResponse(Box<ConsumeResponse>)
The variant Transport_ConsumeResponse
in the union Body
TransportRestartIceResponse(Box<RestartIceResponse>)
The variant Transport_RestartIceResponse
in the union Body
PlainTransportConnectResponse(Box<ConnectResponse>)
The variant PlainTransport_ConnectResponse
in the union Body
PlainTransportDumpResponse(Box<DumpResponse>)
The variant PlainTransport_DumpResponse
in the union Body
PlainTransportGetStatsResponse(Box<GetStatsResponse>)
The variant PlainTransport_GetStatsResponse
in the union Body
PipeTransportConnectResponse(Box<ConnectResponse>)
The variant PipeTransport_ConnectResponse
in the union Body
PipeTransportDumpResponse(Box<DumpResponse>)
The variant PipeTransport_DumpResponse
in the union Body
PipeTransportGetStatsResponse(Box<GetStatsResponse>)
The variant PipeTransport_GetStatsResponse
in the union Body
DirectTransportDumpResponse(Box<DumpResponse>)
The variant DirectTransport_DumpResponse
in the union Body
DirectTransportGetStatsResponse(Box<GetStatsResponse>)
The variant DirectTransport_GetStatsResponse
in the union Body
WebRtcTransportConnectResponse(Box<ConnectResponse>)
The variant WebRtcTransport_ConnectResponse
in the union Body
WebRtcTransportDumpResponse(Box<DumpResponse>)
The variant WebRtcTransport_DumpResponse
in the union Body
WebRtcTransportGetStatsResponse(Box<GetStatsResponse>)
The variant WebRtcTransport_GetStatsResponse
in the union Body
ProducerDumpResponse(Box<DumpResponse>)
The variant Producer_DumpResponse
in the union Body
ProducerGetStatsResponse(Box<GetStatsResponse>)
The variant Producer_GetStatsResponse
in the union Body
ConsumerDumpResponse(Box<DumpResponse>)
The variant Consumer_DumpResponse
in the union Body
ConsumerGetStatsResponse(Box<GetStatsResponse>)
The variant Consumer_GetStatsResponse
in the union Body
ConsumerSetPreferredLayersResponse(Box<SetPreferredLayersResponse>)
The variant Consumer_SetPreferredLayersResponse
in the union Body
ConsumerSetPriorityResponse(Box<SetPriorityResponse>)
The variant Consumer_SetPriorityResponse
in the union Body
DataProducerDumpResponse(Box<DumpResponse>)
The variant DataProducer_DumpResponse
in the union Body
DataProducerGetStatsResponse(Box<GetStatsResponse>)
The variant DataProducer_GetStatsResponse
in the union Body
DataConsumerGetBufferedAmountResponse(Box<GetBufferedAmountResponse>)
The variant DataConsumer_GetBufferedAmountResponse
in the union Body
DataConsumerDumpResponse(Box<DumpResponse>)
The variant DataConsumer_DumpResponse
in the union Body
DataConsumerGetStatsResponse(Box<GetStatsResponse>)
The variant DataConsumer_GetStatsResponse
in the union Body
DataConsumerSetSubchannelsResponse(Box<SetSubchannelsResponse>)
The variant DataConsumer_SetSubchannelsResponse
in the union Body
DataConsumerAddSubchannelResponse(Box<AddSubchannelResponse>)
The variant DataConsumer_AddSubchannelResponse
in the union Body
DataConsumerRemoveSubchannelResponse(Box<RemoveSubchannelResponse>)
The variant DataConsumer_RemoveSubchannelResponse
in the union Body
Implementations§
Source§impl Body
impl Body
Sourcepub fn builder() -> BodyBuilder<Uninitialized>
pub fn builder() -> BodyBuilder<Uninitialized>
Creates a BodyBuilder for serializing an instance of this table.