MediaExceptions Enumeration |
Namespace: Ozeki.CommonAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public enum MediaExceptions
Public Enumeration MediaExceptions
public enum class MediaExceptions
Members
| Member name | Value | Description |
---|
| PlaybackDeviceNotInitialized | 20000 | |
| RecordingDeviceNotInitialized | 20001 | |
| VADDetectorCreatingFailed | 20002 | |
| VADDetectorDisposed | 20003 | |
| InvalidPCMDataLength | 20004 | |
| UnexpectedError | 20005 | |
| AECCreationFailed | 20006 | |
| AECDisposed | 20007 | |
| SPPCreationFailed | 20009 | |
| SPPDisposed | 20010 | |
| SourceMediaFormatIsNull | 20011 | |
| DestinationMediaFormatIsNull | 20012 | |
| SourceCannotBeNull | 20013 | |
| DestinationCannotBeNull | 20014 | |
| CannotConnectMediaHandlers | 20015 | |
| InvalidRotationValue | 20016 | |
| FileNotFound | 20017 | |
| NotSupportedFileFormat | 20018 | |
| InvalidResolutionOrFrameRate | 20019 | |
| NoCapturingDeviceSelected | 20020 | |
| ControlIsNull | 20021 | |
| CouldNotInitializeCamera | 20022 | |
| InvalidBitsPerSample | 20023 | |
| MediaFormatIsNull | 20024 | |
| WaveFormatIsNull | 20025 | |
| OneSourceAllowed | 20026 | |
| PlatformNotSupported | 20027 | |
See Also