#[repr(u8)]pub enum Method {
Show 69 variants
WorkerClose = 0,
WorkerDump = 1,
WorkerGetResourceUsage = 2,
WorkerUpdateSettings = 3,
WorkerCreateWebrtcserver = 4,
WorkerCreateRouter = 5,
WorkerWebrtcserverClose = 6,
WorkerCloseRouter = 7,
WebrtcserverDump = 8,
RouterDump = 9,
RouterCreateWebrtctransport = 10,
RouterCreateWebrtctransportWithServer = 11,
RouterCreatePlaintransport = 12,
RouterCreatePipetransport = 13,
RouterCreateDirecttransport = 14,
RouterCloseTransport = 15,
RouterCreateActivespeakerobserver = 16,
RouterCreateAudiolevelobserver = 17,
RouterCloseRtpobserver = 18,
TransportDump = 19,
TransportGetStats = 20,
TransportConnect = 21,
TransportSetMaxIncomingBitrate = 22,
TransportSetMaxOutgoingBitrate = 23,
TransportSetMinOutgoingBitrate = 24,
TransportRestartIce = 25,
TransportProduce = 26,
TransportProduceData = 27,
TransportConsume = 28,
TransportConsumeData = 29,
TransportEnableTraceEvent = 30,
TransportCloseProducer = 31,
TransportCloseConsumer = 32,
TransportCloseDataproducer = 33,
TransportCloseDataconsumer = 34,
PlaintransportConnect = 35,
PipetransportConnect = 36,
WebrtctransportConnect = 37,
ProducerDump = 38,
ProducerGetStats = 39,
ProducerPause = 40,
ProducerResume = 41,
ProducerEnableTraceEvent = 42,
ConsumerDump = 43,
ConsumerGetStats = 44,
ConsumerPause = 45,
ConsumerResume = 46,
ConsumerSetPreferredLayers = 47,
ConsumerSetPriority = 48,
ConsumerRequestKeyFrame = 49,
ConsumerEnableTraceEvent = 50,
DataproducerDump = 51,
DataproducerGetStats = 52,
DataproducerPause = 53,
DataproducerResume = 54,
DataconsumerDump = 55,
DataconsumerGetStats = 56,
DataconsumerPause = 57,
DataconsumerResume = 58,
DataconsumerGetBufferedAmount = 59,
DataconsumerSetBufferedAmountLowThreshold = 60,
DataconsumerSend = 61,
DataconsumerSetSubchannels = 62,
DataconsumerAddSubchannel = 63,
DataconsumerRemoveSubchannel = 64,
RtpobserverPause = 65,
RtpobserverResume = 66,
RtpobserverAddProducer = 67,
RtpobserverRemoveProducer = 68,
}
Expand description
The enum Method
in the namespace FBS.Request
Generated from these locations:
- Enum
Method
in the filefbs/request.fbs:11
Variants§
WorkerClose = 0
The variant WORKER_CLOSE
in the enum Method
WorkerDump = 1
The variant WORKER_DUMP
in the enum Method
WorkerGetResourceUsage = 2
The variant WORKER_GET_RESOURCE_USAGE
in the enum Method
WorkerUpdateSettings = 3
The variant WORKER_UPDATE_SETTINGS
in the enum Method
WorkerCreateWebrtcserver = 4
The variant WORKER_CREATE_WEBRTCSERVER
in the enum Method
WorkerCreateRouter = 5
The variant WORKER_CREATE_ROUTER
in the enum Method
WorkerWebrtcserverClose = 6
The variant WORKER_WEBRTCSERVER_CLOSE
in the enum Method
WorkerCloseRouter = 7
The variant WORKER_CLOSE_ROUTER
in the enum Method
WebrtcserverDump = 8
The variant WEBRTCSERVER_DUMP
in the enum Method
RouterDump = 9
The variant ROUTER_DUMP
in the enum Method
RouterCreateWebrtctransport = 10
The variant ROUTER_CREATE_WEBRTCTRANSPORT
in the enum Method
RouterCreateWebrtctransportWithServer = 11
The variant ROUTER_CREATE_WEBRTCTRANSPORT_WITH_SERVER
in the enum Method
RouterCreatePlaintransport = 12
The variant ROUTER_CREATE_PLAINTRANSPORT
in the enum Method
RouterCreatePipetransport = 13
The variant ROUTER_CREATE_PIPETRANSPORT
in the enum Method
RouterCreateDirecttransport = 14
The variant ROUTER_CREATE_DIRECTTRANSPORT
in the enum Method
RouterCloseTransport = 15
The variant ROUTER_CLOSE_TRANSPORT
in the enum Method
RouterCreateActivespeakerobserver = 16
The variant ROUTER_CREATE_ACTIVESPEAKEROBSERVER
in the enum Method
RouterCreateAudiolevelobserver = 17
The variant ROUTER_CREATE_AUDIOLEVELOBSERVER
in the enum Method
RouterCloseRtpobserver = 18
The variant ROUTER_CLOSE_RTPOBSERVER
in the enum Method
TransportDump = 19
The variant TRANSPORT_DUMP
in the enum Method
TransportGetStats = 20
The variant TRANSPORT_GET_STATS
in the enum Method
TransportConnect = 21
The variant TRANSPORT_CONNECT
in the enum Method
TransportSetMaxIncomingBitrate = 22
The variant TRANSPORT_SET_MAX_INCOMING_BITRATE
in the enum Method
TransportSetMaxOutgoingBitrate = 23
The variant TRANSPORT_SET_MAX_OUTGOING_BITRATE
in the enum Method
TransportSetMinOutgoingBitrate = 24
The variant TRANSPORT_SET_MIN_OUTGOING_BITRATE
in the enum Method
TransportRestartIce = 25
The variant TRANSPORT_RESTART_ICE
in the enum Method
TransportProduce = 26
The variant TRANSPORT_PRODUCE
in the enum Method
TransportProduceData = 27
The variant TRANSPORT_PRODUCE_DATA
in the enum Method
TransportConsume = 28
The variant TRANSPORT_CONSUME
in the enum Method
TransportConsumeData = 29
The variant TRANSPORT_CONSUME_DATA
in the enum Method
TransportEnableTraceEvent = 30
The variant TRANSPORT_ENABLE_TRACE_EVENT
in the enum Method
TransportCloseProducer = 31
The variant TRANSPORT_CLOSE_PRODUCER
in the enum Method
TransportCloseConsumer = 32
The variant TRANSPORT_CLOSE_CONSUMER
in the enum Method
TransportCloseDataproducer = 33
The variant TRANSPORT_CLOSE_DATAPRODUCER
in the enum Method
TransportCloseDataconsumer = 34
The variant TRANSPORT_CLOSE_DATACONSUMER
in the enum Method
PlaintransportConnect = 35
The variant PLAINTRANSPORT_CONNECT
in the enum Method
PipetransportConnect = 36
The variant PIPETRANSPORT_CONNECT
in the enum Method
WebrtctransportConnect = 37
The variant WEBRTCTRANSPORT_CONNECT
in the enum Method
ProducerDump = 38
The variant PRODUCER_DUMP
in the enum Method
ProducerGetStats = 39
The variant PRODUCER_GET_STATS
in the enum Method
ProducerPause = 40
The variant PRODUCER_PAUSE
in the enum Method
ProducerResume = 41
The variant PRODUCER_RESUME
in the enum Method
ProducerEnableTraceEvent = 42
The variant PRODUCER_ENABLE_TRACE_EVENT
in the enum Method
ConsumerDump = 43
The variant CONSUMER_DUMP
in the enum Method
ConsumerGetStats = 44
The variant CONSUMER_GET_STATS
in the enum Method
ConsumerPause = 45
The variant CONSUMER_PAUSE
in the enum Method
ConsumerResume = 46
The variant CONSUMER_RESUME
in the enum Method
ConsumerSetPreferredLayers = 47
The variant CONSUMER_SET_PREFERRED_LAYERS
in the enum Method
ConsumerSetPriority = 48
The variant CONSUMER_SET_PRIORITY
in the enum Method
ConsumerRequestKeyFrame = 49
The variant CONSUMER_REQUEST_KEY_FRAME
in the enum Method
ConsumerEnableTraceEvent = 50
The variant CONSUMER_ENABLE_TRACE_EVENT
in the enum Method
DataproducerDump = 51
The variant DATAPRODUCER_DUMP
in the enum Method
DataproducerGetStats = 52
The variant DATAPRODUCER_GET_STATS
in the enum Method
DataproducerPause = 53
The variant DATAPRODUCER_PAUSE
in the enum Method
DataproducerResume = 54
The variant DATAPRODUCER_RESUME
in the enum Method
DataconsumerDump = 55
The variant DATACONSUMER_DUMP
in the enum Method
DataconsumerGetStats = 56
The variant DATACONSUMER_GET_STATS
in the enum Method
DataconsumerPause = 57
The variant DATACONSUMER_PAUSE
in the enum Method
DataconsumerResume = 58
The variant DATACONSUMER_RESUME
in the enum Method
DataconsumerGetBufferedAmount = 59
The variant DATACONSUMER_GET_BUFFERED_AMOUNT
in the enum Method
DataconsumerSetBufferedAmountLowThreshold = 60
The variant DATACONSUMER_SET_BUFFERED_AMOUNT_LOW_THRESHOLD
in the enum Method
DataconsumerSend = 61
The variant DATACONSUMER_SEND
in the enum Method
DataconsumerSetSubchannels = 62
The variant DATACONSUMER_SET_SUBCHANNELS
in the enum Method
DataconsumerAddSubchannel = 63
The variant DATACONSUMER_ADD_SUBCHANNEL
in the enum Method
DataconsumerRemoveSubchannel = 64
The variant DATACONSUMER_REMOVE_SUBCHANNEL
in the enum Method
RtpobserverPause = 65
The variant RTPOBSERVER_PAUSE
in the enum Method
RtpobserverResume = 66
The variant RTPOBSERVER_RESUME
in the enum Method
RtpobserverAddProducer = 67
The variant RTPOBSERVER_ADD_PRODUCER
in the enum Method
RtpobserverRemoveProducer = 68
The variant RTPOBSERVER_REMOVE_PRODUCER
in the enum Method