Enum ClientType
Specifies the type of client connection to the streaming server.
public enum ClientType
Fields
DashClient = 10DASH client.
FileWriter = 16File writer sink.
HlsClient = 11HLS client.
Internal = 1Internal connection.
MjpegClient = 12Motion JPEG HTTP client.
RtmpClient = 2RTMP client receiving stream.
RtmpPublisher = 3RTMP publisher sending stream.
RtspClient = 4RTSP client receiving stream.
RtspPublisher = 5RTSP publisher sending stream.
SrtClient = 6SRT client receiving stream.
SrtPublisher = 7SRT publisher sending stream.
TsHttpClient = 13Transport stream over HTTP client.
TsMulticast = 8Transport stream multicast receiver.
Unspecified = 0Client type is not specified.
UserSink = 17Custom user-defined sink.
WebRtcClient = 9WebRTC client.
WebTransportClient = 15WebTransport client.
WsPcmClient = 14WebSocket PCM audio client.