Click or drag to resize
RTSPLogCodes Enumeration

Namespace: Ozeki.Camera
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public enum RTSPLogCodes
Members
  Member nameValueDescription
ClientCreated100000
ClientConnecting100002
ClientDisconnecting100004
ClientConnected100006
ClientDisconnected100008
GetParametersSent101000
MC_HandlerCreated102000
MC_CreatingChannel102002
MC_ChannelCreated102004
MC_ChannelNotCreated102005
MC_ConnectingToRemoteHost102006
MC_ConnectedToRemoteHost102007
MC_SettingUpCodecs102010
MC_CodecsSet102020
MC_CodecOK102022
MC_CodecError102023
MC_CreatingMediaStrategy102030
MC_MediaStragetyCreated102032
MC_CreatingTCPTransport102040
MC_TCPChannelCreated102042
MC_DataTimeoutCheckStarted102100
MC_DataTimeoutCheckStopped102102
MC_DataTimeoutOccurred102105
SH_StateHandlerCreated104000
SH_ErrorOccurred104003
SH_StateChanged104010
SH_HandlingResponse104020
SH_CouldNotHandleResponse104021
SH_ResponseStatusChecked104030
SH_CouldNotAuthenticate104035
SH_ContentBaseChanged104050
SH_SessionChanged104054
SH_SessionTimeoutOccurred104060
SH_TeardownRequestOccurred104070
SH_StreamingStarted104080
TL_LayerCreated105000
TL_LayerConnecting105010
TL_ResolvingRemoteEndpoint105014
TL_RemoteEndpointResolved105016
TL_CouldNotResolveRemoteEndpoint105017
TL_CreatingTransport105050
TL_TransportCreated105052
TL_CouldNotCreateTransport105053
TL_TransportConnecting105054
TL_TransportConnected105056
TL_TransportCouldNotConnect105057
TL_LayerConnected105096
TL_CouldNotConnect105097
TL_LayerClosing105100
TL_LayerClosed105101
See Also