Click or drag to resize

RTSPLogCodes Enumeration


Namespace: Ozeki.Camera
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntax
public enum RTSPLogCodes
Members
Member nameValueDescription
ClientCreated100,000 
ClientConnecting100,002 
ClientDisconnecting100,004 
ClientConnected100,006 
ClientDisconnected100,008 
GetParametersSent101,000 
MC_HandlerCreated102,000 
MC_CreatingChannel102,002 
MC_ChannelCreated102,004 
MC_ChannelNotCreated102,005 
MC_ConnectingToRemoteHost102,006 
MC_ConnectedToRemoteHost102,007 
MC_SettingUpCodecs102,010 
MC_CodecsSet102,020 
MC_CodecOK102,022 
MC_CodecError102,023 
MC_CreatingMediaStrategy102,030 
MC_MediaStragetyCreated102,032 
MC_CreatingTCPTransport102,040 
MC_TCPChannelCreated102,042 
MC_DataTimeoutCheckStarted102,100 
MC_DataTimeoutCheckStopped102,102 
MC_DataTimeoutOccurred102,105 
SH_StateHandlerCreated104,000 
SH_ErrorOccurred104,003 
SH_StateChanged104,010 
SH_HandlingResponse104,020 
SH_CouldNotHandleResponse104,021 
SH_ResponseStatusChecked104,030 
SH_CouldNotAuthenticate104,035 
SH_ContentBaseChanged104,050 
SH_SessionChanged104,054 
SH_SessionTimeoutOccurred104,060 
SH_TeardownRequestOccurred104,070 
SH_StreamingStarted104,080 
TL_LayerCreated105,000 
TL_LayerConnecting105,010 
TL_ResolvingRemoteEndpoint105,014 
TL_RemoteEndpointResolved105,016 
TL_CouldNotResolveRemoteEndpoint105,017 
TL_CreatingTransport105,050 
TL_TransportCreated105,052 
TL_CouldNotCreateTransport105,053 
TL_TransportConnecting105,054 
TL_TransportConnected105,056 
TL_TransportCouldNotConnect105,057 
TL_LayerConnected105,096 
TL_CouldNotConnect105,097 
TL_LayerClosing105,100 
TL_LayerClosed105,101 
See Also