Table of Contents

Enum ClientType

Namespace
VAST.Network
Assembly
VAST.Common.dll

Specifies the type of client connection to the streaming server.

public enum ClientType

Fields

DashClient = 10

DASH client.

FileWriter = 16

File writer sink.

HlsClient = 11

HLS client.

Internal = 1

Internal connection.

MjpegClient = 12

Motion JPEG HTTP client.

RtmpClient = 2

RTMP client receiving stream.

RtmpPublisher = 3

RTMP publisher sending stream.

RtspClient = 4

RTSP client receiving stream.

RtspPublisher = 5

RTSP publisher sending stream.

SrtClient = 6

SRT client receiving stream.

SrtPublisher = 7

SRT publisher sending stream.

TsHttpClient = 13

Transport stream over HTTP client.

TsMulticast = 8

Transport stream multicast receiver.

Unspecified = 0

Client type is not specified.

UserSink = 17

Custom user-defined sink.

WebRtcClient = 9

WebRTC client.

WebTransportClient = 15

WebTransport client.

WsPcmClient = 14

WebSocket PCM audio client.