Namespace: Ozeki.CameraAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax Public Enumeration RTSPLogCodes
public enum class RTSPLogCodes
Members
| Member name | Value | Description |
---|
| ClientCreated | 100000 | |
| ClientConnecting | 100002 | |
| ClientDisconnecting | 100004 | |
| ClientConnected | 100006 | |
| ClientDisconnected | 100008 | |
| GetParametersSent | 101000 | |
| MC_HandlerCreated | 102000 | |
| MC_CreatingChannel | 102002 | |
| MC_ChannelCreated | 102004 | |
| MC_ChannelNotCreated | 102005 | |
| MC_ConnectingToRemoteHost | 102006 | |
| MC_ConnectedToRemoteHost | 102007 | |
| MC_SettingUpCodecs | 102010 | |
| MC_CodecsSet | 102020 | |
| MC_CodecOK | 102022 | |
| MC_CodecError | 102023 | |
| MC_CreatingMediaStrategy | 102030 | |
| MC_MediaStragetyCreated | 102032 | |
| MC_CreatingTCPTransport | 102040 | |
| MC_TCPChannelCreated | 102042 | |
| MC_DataTimeoutCheckStarted | 102100 | |
| MC_DataTimeoutCheckStopped | 102102 | |
| MC_DataTimeoutOccurred | 102105 | |
| SH_StateHandlerCreated | 104000 | |
| SH_ErrorOccurred | 104003 | |
| SH_StateChanged | 104010 | |
| SH_HandlingResponse | 104020 | |
| SH_CouldNotHandleResponse | 104021 | |
| SH_ResponseStatusChecked | 104030 | |
| SH_CouldNotAuthenticate | 104035 | |
| SH_ContentBaseChanged | 104050 | |
| SH_SessionChanged | 104054 | |
| SH_SessionTimeoutOccurred | 104060 | |
| SH_TeardownRequestOccurred | 104070 | |
| SH_StreamingStarted | 104080 | |
| TL_LayerCreated | 105000 | |
| TL_LayerConnecting | 105010 | |
| TL_ResolvingRemoteEndpoint | 105014 | |
| TL_RemoteEndpointResolved | 105016 | |
| TL_CouldNotResolveRemoteEndpoint | 105017 | |
| TL_CreatingTransport | 105050 | |
| TL_TransportCreated | 105052 | |
| TL_CouldNotCreateTransport | 105053 | |
| TL_TransportConnecting | 105054 | |
| TL_TransportConnected | 105056 | |
| TL_TransportCouldNotConnect | 105057 | |
| TL_LayerConnected | 105096 | |
| TL_CouldNotConnect | 105097 | |
| TL_LayerClosing | 105100 | |
| TL_LayerClosed | 105101 | |
See Also