-
- All Implemented Interfaces:
public class ErrorCodes.TracksErrors
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegercGenericTrackprivate final IntegercCantAccessCaptureDeviceprivate final IntegercPeerConnectionFactoryDisposedprivate final IntegercNothingToReturnprivate final IntegercInvalidVideoSettingsprivate final IntegercCodecChangeNotPermittedpublic final static ErrorCodes.TracksErrorsINSTANCE
-
Method Summary
Modifier and Type Method Description final IntegergetCGenericTrack()final IntegergetCCantAccessCaptureDevice()final IntegergetCPeerConnectionFactoryDisposed()final IntegergetCNothingToReturn()final IntegergetCInvalidVideoSettings()final IntegergetCCodecChangeNotPermitted()-
-
Method Detail
-
getCGenericTrack
final Integer getCGenericTrack()
-
getCCantAccessCaptureDevice
final Integer getCCantAccessCaptureDevice()
-
getCPeerConnectionFactoryDisposed
final Integer getCPeerConnectionFactoryDisposed()
-
getCNothingToReturn
final Integer getCNothingToReturn()
-
getCInvalidVideoSettings
final Integer getCInvalidVideoSettings()
-
getCCodecChangeNotPermitted
final Integer getCCodecChangeNotPermitted()
-
-
-
-