MediaLogCodes Enumeration |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public enum MediaLogCodes
Public Enumeration MediaLogCodes
public enum class MediaLogCodes
Members
| Member name | Value | Description |
---|
| AudioConnection_Created | 55000 | |
| AudioConnection_NoConversionRequired | 55001 | |
| AudioConnection_ConverterCreated | 55002 | |
| AudioConnection_DifferentConverterCreated | 55003 | |
| AudioConnection_ConverterNotCreated | 55004 | |
| MediaConnection_Closed | 55005 | |
| AudioConnection_SourceNull | 55006 | |
| AudioConnection_DestinationNull | 55007 | |
| AudioConnection_OneSourceOnly | 55008 | |
| AudioConnection_CannotConnect | 55009 | |
| VideoConnection_Created | 55500 | |
| VideoConnection_FormatReinit | 55501 | |
| Conf_Created | 55502 | |
| Conf_CallAlreadyAdded | 55503 | |
| Conf_Started | 55504 | |
| Conf_Stopped | 55505 | |
| JitterBufferResult | 55506 | |
| Debug | 55507 | |
| MediaHandler_Created | 56000 | |
| MediaHandler_Closing | 56001 | |
| MediaHandler_Closed | 56002 | |
| PhoneCallHandler_FormatAdded | 56003 | |
| PhoneCallHandler_FormatRemoved | 56004 | |
| PhoneCallHandler_FormatsChanged | 56005 | |
| PhoneCallHandler_CallFormatsChanged | 56006 | |
| PhoneCallHandler_UpdateCallInboundTypes | 56007 | |
| PhoneCallHandler_Attached | 56008 | |
| PhoneCallHandler_Detached | 56009 | |
| AnswerMachine_Started | 56010 | |
| AnswerMachine_Stopped | 56011 | |
| AnswerMachine_DetectionCompleted | 56012 | |
| AnswerMachine_Debug | 56013 | |
| AnswerMachine_Trace | 56014 | |
| AnswerMachine_Result | 56015 | |
| AudioQuality_AEC_StatusChanged | 56016 | |
| AudioQuality_AEC_EchoSourceChanged | 56017 | |
| AudioQuality_AEC_EchoDelayChanged | 56018 | |
| AudioQuality_AGC_StatusChanged | 56019 | |
| AudioQuality_AGC_GainSpeedChanged | 56020 | |
| AudioQuality_AGC_MaxGainChanged | 56021 | |
| AudioQuality_NRLevelChanged | 56022 | |
| AVPlayer_InitChannel | 56023 | |
| AVPlayer_Created | 56024 | |
| MediaStream_Started | 56025 | |
| MediaStream_Stopped | 56026 | |
| STT_EngineChanged | 56027 | |
| STT_EngineChangeError | 56028 | |
| STT_EngineClosedError | 56029 | |
| STT_WordRecognized | 56030 | |
| STT_MaxAudioSegmentLengthChanged | 56031 | |
| STT_MinAudioSegmentLengthChanged | 56032 | |
| MP4WriterError | 56033 | |
| VideoFormatSelector_SelectingFormat | 56034 | |
| VideoFormatSelector_ReceiverHasNoFormat | 56035 | |
| VideoFormatSelector_ReceiverPrefers | 56036 | |
| VideoFormatSelector_UseDirectFormat | 56037 | |
| VideoFormatSelector_UseNumFormats | 56038 | |
| VideoFormatSelector_BestFormat | 56039 | |
| VideoFormatSelector_NoBestFormat | 56040 | |
See Also