diff --git a/Docs/API-Diff/5.7.0_5.8.0_android_diff.html b/Docs/API-Diff/5.7.0_5.8.0_android_diff.html new file mode 100755 index 00000000..5d6375cd --- /dev/null +++ b/Docs/API-Diff/5.7.0_5.8.0_android_diff.html @@ -0,0 +1,524 @@ + + + + + +
+

DJI Mobile SDK V5 5.7.0 to 5.8.0 Differences

+
+

API changes

+ + + + + + + + + + + + + + + + + + + + + + + + + + +
5.7.0 Parent and Name5.7.0 Code5.8.0 Parent and Name5.8.0 CodeParentNameTypeParamReturn
dji.v5.manager.aircraft.uas.RemoteIdWorkingState.UNKNOWN_ERROR UNKNOWN_ERROR(65535)dji.v5.manager.aircraft.uas.RemoteIdWorkingState.NOT_SUPPORTED NOT_SUPPORTED(5) +
+ X +
+
+

APIs added to 5.8.0

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Parent and NameCode
dji.v5.manager.interfaces.ICameraStreamManagerinterface ICameraStreamManager
dji.v5.manager.interfaces.ICameraStreamManager.AvailableCameraUpdatedListenerinterface AvailableCameraUpdatedListener
dji.v5.manager.interfaces.ICameraStreamManager.AvailableCameraUpdatedListener.onAvailableCameraUpdated void onAvailableCameraUpdated(@NonNull List<ComponentIndexType> availableCameraList)
dji.v5.manager.interfaces.ICameraStreamManager.CameraFrameListenerinterface CameraFrameListener
dji.v5.manager.interfaces.ICameraStreamManager.CameraFrameListener.onFrame void onFrame(@NonNull byte[] frameData, int offset, int length, int width, int height, @NonNull FrameFormat format)
dji.v5.manager.interfaces.ICameraStreamManager.FrameFormatenum FrameFormat
dji.v5.manager.interfaces.ICameraStreamManager.FrameFormat.NV21 NV21(ImageFormat.NV21)
dji.v5.manager.interfaces.ICameraStreamManager.FrameFormat.RGBA_8888 RGBA_8888(ImageFormat.FLEX_RGBA_8888)
dji.v5.manager.interfaces.ICameraStreamManager.FrameFormat.YUV420_888 YUV420_888(ImageFormat.YUV_420_888)
dji.v5.manager.interfaces.ICameraStreamManager.FrameFormat.YUV444_888 YUV444_888(ImageFormat.YUV_444_888)
dji.v5.manager.interfaces.ICameraStreamManager.FrameFormat.YUY2 YUY2(ImageFormat.YUY2)
dji.v5.manager.interfaces.ICameraStreamManager.MimeTypeenum MimeType
dji.v5.manager.interfaces.ICameraStreamManager.MimeType.H264 H264(MediaFormat.MIMETYPE_VIDEO_AVC)
dji.v5.manager.interfaces.ICameraStreamManager.MimeType.H265 H265(MediaFormat.MIMETYPE_VIDEO_HEVC)
dji.v5.manager.interfaces.ICameraStreamManager.ReceiveStreamListenerinterface ReceiveStreamListener
dji.v5.manager.interfaces.ICameraStreamManager.ReceiveStreamListener.onReceiveStream void onReceiveStream( @NonNull byte[] data, int offset, int length, @NonNull StreamInfo info)
dji.v5.manager.interfaces.ICameraStreamManager.ScaleTypeenum ScaleType
dji.v5.manager.interfaces.ICameraStreamManager.ScaleType.CENTER_CROP CENTER_CROP(1)
dji.v5.manager.interfaces.ICameraStreamManager.ScaleType.CENTER_INSIDE CENTER_INSIDE(2)
dji.v5.manager.interfaces.ICameraStreamManager.ScaleType.FIX_XY FIX_XY(0)
dji.v5.manager.datacenter.camera.StreamInfoclass StreamInfo
dji.v5.manager.datacenter.camera.StreamInfo.getFrameRateint getFrameRate()
dji.v5.manager.datacenter.camera.StreamInfo.getHeightint getHeight()
dji.v5.manager.datacenter.camera.StreamInfo.getMimeTypeICameraStreamManager.MimeType getMimeType()
dji.v5.manager.datacenter.camera.StreamInfo.getPresentationTimeMslong getPresentationTimeMs()
dji.v5.manager.datacenter.camera.StreamInfo.getWidthint getWidth()
dji.v5.manager.datacenter.camera.StreamInfo.isKeyFrameboolean isKeyFrame()
dji.v5.manager.interfaces.ICameraStreamManager.addAvailableCameraUpdatedListener void addAvailableCameraUpdatedListener(@NonNull AvailableCameraUpdatedListener listener)
dji.v5.manager.interfaces.ICameraStreamManager.addFrameListener void addFrameListener(@NonNull ComponentIndexType cameraIndex, @NonNull FrameFormat format, @NonNull CameraFrameListener listener)
dji.v5.manager.interfaces.ICameraStreamManager.addReceiveStreamListener void addReceiveStreamListener(@NonNull ComponentIndexType cameraIndex, @NonNull ReceiveStreamListener listener)
dji.v5.manager.interfaces.ICameraStreamManager.putCameraStreamSurface void putCameraStreamSurface(@NonNull ComponentIndexType cameraIndex, @NonNull Surface surface, int surfaceWidth, int surfaceHeight, @NonNull ScaleType scaleType)
dji.v5.manager.interfaces.ICameraStreamManager.removeAvailableCameraUpdatedListener void removeAvailableCameraUpdatedListener(@NonNull AvailableCameraUpdatedListener listener)
dji.v5.manager.interfaces.ICameraStreamManager.removeCameraStreamSurface void removeCameraStreamSurface(@NonNull Surface surface)
dji.v5.manager.interfaces.ICameraStreamManager.removeFrameListener void removeFrameListener(@NonNull CameraFrameListener listener)
dji.v5.manager.interfaces.ICameraStreamManager.removeReceiveStreamListener void removeReceiveStreamListener(@NonNull ReceiveStreamListener listener)
dji.v5.manager.interfaces.ICameraStreamManager.setKeepAliveDecoding void setKeepAliveDecoding(boolean isKeepALive)
dji.v5.manager.aircraft.flysafe.FlySafeDatabaseComponentenum FlySafeDatabaseComponent
dji.v5.manager.aircraft.flysafe.FlySafeDatabaseComponent.AIRCRAFT AIRCRAFT(0)
dji.v5.manager.aircraft.flysafe.FlySafeDatabaseComponent.MSDK MSDK(1)
dji.v5.manager.aircraft.flysafe.info.FlySafeDatabaseInfoclass FlySafeDatabaseInfo
dji.v5.manager.aircraft.flysafe.info.FlySafeDatabaseInfo.getComponentFlySafeDatabaseComponent getComponent()
dji.v5.manager.aircraft.flysafe.info.FlySafeDatabaseInfo.getDatabaseNameString getDatabaseName()
dji.v5.manager.aircraft.flysafe.info.FlySafeDatabaseInfo.getDatabaseSizelong getDatabaseSize()
dji.v5.manager.aircraft.flysafe.info.FlySafeDatabaseInfo.getDatabaseTimeStamplong getDatabaseTimeStamp()
dji.v5.manager.aircraft.flysafe.info.FlySafeDatabaseInfo.getFlySafeDatabaseUpgradeModeFlySafeDatabaseUpgradeMode getFlySafeDatabaseUpgradeMode()
dji.v5.manager.aircraft.flysafe.FlySafeDatabaseListenerinterface FlySafeDatabaseListener
dji.v5.manager.aircraft.flysafe.FlySafeDatabaseListener.onFlySafeDatabaseInfoUpdate void onFlySafeDatabaseInfoUpdate(FlySafeDatabaseInfo flySafeDatabaseInfo)
dji.v5.manager.aircraft.flysafe.FlySafeDatabaseListener.onFlySafeDatabaseStateUpdate void onFlySafeDatabaseStateUpdate(FlySafeDatabaseState flySafeDatabaseState)
dji.v5.manager.aircraft.flysafe.FlySafeDatabaseStateenum FlySafeDatabaseState
dji.v5.manager.aircraft.flysafe.FlySafeDatabaseState.NEED_TO_IMPORT NEED_TO_IMPORT(1)
dji.v5.manager.aircraft.flysafe.FlySafeDatabaseState.NEED_TO_SYNC NEED_TO_SYNC(0)
dji.v5.manager.aircraft.flysafe.FlySafeDatabaseState.UP_TO_DATE UP_TO_DATE(2)
dji.v5.manager.aircraft.flysafe.FlySafeDatabaseUpgradeModeenum FlySafeDatabaseUpgradeMode
dji.v5.manager.aircraft.flysafe.FlySafeDatabaseUpgradeMode.AUTOMATIC_UPGRADE AUTOMATIC_UPGRADE(1)
dji.v5.manager.aircraft.flysafe.FlySafeDatabaseUpgradeMode.MANUAL_IMPORT MANUAL_IMPORT(0)
dji.v5.manager.aircraft.flysafe.info.FlyZoneInformation.getLowerLimitdouble getLowerLimit()
dji.v5.manager.aircraft.flysafe.info.FlyZoneInformation.getUpperLimitdouble getUpperLimit()
dji.v5.manager.aircraft.flysafe.info.FlyZoneLicenseInfo.getRidUnlockTypeRidUnlockType getRidUnlockType()
dji.v5.manager.aircraft.flysafe.info.RidUnlockTypeenum RidUnlockType
dji.v5.manager.aircraft.flysafe.info.RidUnlockType.CHINA CHINA(2)
dji.v5.manager.aircraft.flysafe.info.RidUnlockType.EUROPEAN EUROPEAN(1)
dji.v5.manager.aircraft.flysafe.info.RidUnlockType.UNKNOWN UNKNOWN(255)
dji.v5.manager.interfaces.IFlyZoneManager.addFlySafeDatabaseListener void addFlySafeDatabaseListener(@NonNull FlySafeDatabaseListener listener)
dji.v5.manager.interfaces.IFlyZoneManager.clearAllFlySafeDatabaseListener void clearAllFlySafeDatabaseListener()
dji.v5.manager.interfaces.IFlyZoneManager.importFlySafeDynamicDatabaseToMSDK void importFlySafeDynamicDatabaseToMSDK(String databaseFilePath, @NonNull CommonCallbacks.CompletionCallbackWithProgress<Double> callback)
dji.v5.manager.interfaces.IFlyZoneManager.pushFlySafeDynamicDatabaseToAircraft void pushFlySafeDynamicDatabaseToAircraft(@NonNull CommonCallbacks.CompletionCallbackWithProgress<Double> callback)
dji.v5.manager.interfaces.IFlyZoneManager.removeFlySafeDatabaseListener void removeFlySafeDatabaseListener(@NonNull FlySafeDatabaseListener listener)
dji.v5.manager.interfaces.IFlyZoneManager.setFlySafeDynamicDatabaseUpgradeMode void setFlySafeDynamicDatabaseUpgradeMode(@NonNull FlySafeDatabaseUpgradeMode flySafeDynamicDatabaseUpgradeMode , @NonNull CommonCallbacks.CompletionCallback callback)
dji.v5.common.ldm.LDMExemptModule.REAL_NAME REAL_NAME
dji.v5.manager.interfaces.ILiveStreamManager.getCameraIndex ComponentIndexType getCameraIndex()
dji.v5.manager.interfaces.ILiveStreamManager.setCameraIndex void setCameraIndex(@NonNull ComponentIndexType cameraIndex)
dji.v5.manager.interfaces.IMediaDataCenter.getCameraStreamManager ICameraStreamManager getCameraStreamManager()
dji.v5.manager.interfaces.IMediaManager.MediaFrameListenerinterface MediaFrameListener
dji.v5.manager.interfaces.IMediaManager.MediaFrameListener.onError void onError(@NonNull IDJIError error)
dji.v5.manager.interfaces.IMediaManager.MediaFrameListener.onReceiveStream void onReceiveStream( byte[] data, int offset, int length, @NonNull StreamInfo info)
dji.v5.manager.interfaces.IMediaManager.playVideoToSurface void playVideoToSurface(MediaFile mediaFile, Surface surface, int surfaceWidth, int surfaceHeight, ICameraStreamManager.ScaleType scaleType, MediaFrameListener listener)
dji.v5.manager.aircraft.megaphone.MegaphoneInfoclass MegaphoneInfo
dji.v5.manager.aircraft.megaphone.MegaphoneInfoListenerinterface MegaphoneInfoListener
dji.v5.manager.aircraft.megaphone.MegaphoneInfoListener.onUpdateMegaphoneInfo void onUpdateMegaphoneInfo(MegaphoneInfo megaphoneInfo)
dji.v5.manager.aircraft.megaphone.MegaphoneInfo.getPlayModePlayMode getPlayMode()
dji.v5.manager.aircraft.megaphone.MegaphoneInfo.getStatusMegaphoneStatus getStatus()
dji.v5.manager.aircraft.megaphone.MegaphoneInfo.getVolumeInteger getVolume()
dji.v5.manager.aircraft.megaphone.MegaphoneInfo.getWorkModeWorkMode getWorkMode()
dji.v5.manager.interfaces.IMegaphoneManager.addMegaphoneInfoListener void addMegaphoneInfoListener(MegaphoneInfoListener listener)
dji.v5.manager.interfaces.IMegaphoneManager.clearAllMegaphoneInfoListener void clearAllMegaphoneInfoListener()
dji.v5.manager.interfaces.IMegaphoneManager.removeMegaphoneInfoListener void removeMegaphoneInfoListener(MegaphoneInfoListener listener)
dji.v5.manager.aircraft.uas.AreaStrategy.CHINA_STRATEGY CHINA_STRATEGY(AreaCode.CHINA.value())
dji.v5.manager.aircraft.uas.AreaStrategy.EUROPEAN_STRATEGY EUROPEAN_STRATEGY("EU")
dji.v5.manager.aircraft.uas.OperatorRegistrationNumberStatusclass OperatorRegistrationNumberStatus implements KeepProguard
dji.v5.manager.aircraft.uas.OperatorRegistrationNumberStatusListenerinterface OperatorRegistrationNumberStatusListener
dji.v5.manager.aircraft.uas.OperatorRegistrationNumberStatusListener.onUpdate void onUpdate(OperatorRegistrationNumberStatus operatorRegNumberStatus)
dji.v5.manager.aircraft.uas.OperatorRegistrationNumberStatus.isOperatorRegistrationNumberImportboolean isOperatorRegistrationNumberImport()
dji.v5.manager.aircraft.uas.RealNameRegistrationStatusclass RealNameRegistrationStatus
dji.v5.manager.aircraft.uas.RealNameRegistrationStatusListenerinterface RealNameRegistrationStatusListener
dji.v5.manager.aircraft.uas.RealNameRegistrationStatusListener.onUpdate void onUpdate(RealNameRegistrationStatus realNameRegistrationStatus)
dji.v5.manager.aircraft.uas.RealNameRegistrationStatus.getRealNameRegistrationStateFromAircraftRealNameRegistrationState getRealNameRegistrationStateFromAircraft()
dji.v5.manager.aircraft.uas.RemoteIdWorkingState.NOT_SUPPORTED NOT_SUPPORTED(5)
dji.v5.manager.aircraft.uas.RemoteIdWorkingState.NO_BROADCAST NO_BROADCAST(4)
dji.v5.manager.interfaces.IUASRemoteIDManager.addOperatorRegistrationNumberStatusListener void addOperatorRegistrationNumberStatusListener(OperatorRegistrationNumberStatusListener listener)
dji.v5.manager.interfaces.IUASRemoteIDManager.addRealNameRegistrationStatusListener void addRealNameRegistrationStatusListener(RealNameRegistrationStatusListener listener)
dji.v5.manager.interfaces.IUASRemoteIDManager.clearAllOperatorRegistrationNumberStatusListener void clearAllOperatorRegistrationNumberStatusListener()
dji.v5.manager.interfaces.IUASRemoteIDManager.clearAllRealNameRegistrationStatusListener void clearAllRealNameRegistrationStatusListener()
dji.v5.manager.interfaces.IUASRemoteIDManager.getOperatorRegistrationNumber void getOperatorRegistrationNumber(@NonNull CommonCallbacks.CompletionCallbackWithParam<String> callback)
dji.v5.manager.interfaces.IUASRemoteIDManager.removeOperatorRegistrationNumberStatusListener void removeOperatorRegistrationNumberStatusListener(OperatorRegistrationNumberStatusListener listener)
dji.v5.manager.interfaces.IUASRemoteIDManager.removeRealNameRegistrationStatusListener void removeRealNameRegistrationStatusListener(RealNameRegistrationStatusListener listener)
dji.v5.manager.interfaces.IUASRemoteIDManager.setOperatorRegistrationNumber void setOperatorRegistrationNumber(String number, @NonNull CommonCallbacks.CompletionCallback callback)
dji.v5.manager.interfaces.IUASRemoteIDManager.setUASRemoteIDAreaStrategy IDJIError setUASRemoteIDAreaStrategy(AreaStrategy strategy)
dji.v5.manager.interfaces.IUASRemoteIDManager.updateRealNameRegistrationStateFromUOM void updateRealNameRegistrationStateFromUOM( CommonCallbacks.CompletionCallback callback)
dji.v5.manager.aircraft.waypoint3.WaypointActionListener.onExecutionFinish void onExecutionFinish(int actionGroup, int actionId, @Nullable IDJIError error)
dji.v5.manager.aircraft.waypoint3.WaypointActionListener.onExecutionStart void onExecutionStart(int actionGroup , int actionId)
+

--android --android

+ + \ No newline at end of file diff --git a/Docs/Android_API/cn/Components/DJICommonCallbacks/DJICommonCallbacks.html b/Docs/Android_API/cn/Components/DJICommonCallbacks/DJICommonCallbacks.html index 7ff7ada8..c03a45fc 100644 --- a/Docs/Android_API/cn/Components/DJICommonCallbacks/DJICommonCallbacks.html +++ b/Docs/Android_API/cn/Components/DJICommonCallbacks/DJICommonCallbacks.html @@ -228,8 +228,6 @@
IVideoChannel @@ -248,6 +246,18 @@
+
ICameraStreamManager + +
IMediaManager
ILiveStreamManager @@ -430,6 +442,10 @@
FlySafeNotificationListener
+
FlySafeDatabaseListener +
+
FlySafeDatabaseInfo +
ILTEManager @@ -488,6 +504,10 @@
RealTimeTransimissionStateListener
+
MegaphoneInfoListener +
+
MegaphoneInfo +
IPipelineManager @@ -538,6 +558,14 @@
UARegistrationNumberStatusListener
+
OperatorRegistrationNumberStatus +
+
OperatorRegistrationNumberStatusListener +
+
RealNameRegistrationStatus +
+
RealNameRegistrationStatusListener +
ILDMManager diff --git a/Docs/Android_API/cn/Components/DJICommonCallbacks/DJICommonCallbacks_CompletionCallback.html b/Docs/Android_API/cn/Components/DJICommonCallbacks/DJICommonCallbacks_CompletionCallback.html index 3ca101d0..26f122e3 100644 --- a/Docs/Android_API/cn/Components/DJICommonCallbacks/DJICommonCallbacks_CompletionCallback.html +++ b/Docs/Android_API/cn/Components/DJICommonCallbacks/DJICommonCallbacks_CompletionCallback.html @@ -228,8 +228,6 @@
IVideoChannel @@ -248,6 +246,18 @@
+
ICameraStreamManager + +
IMediaManager
ILiveStreamManager @@ -430,6 +442,10 @@
FlySafeNotificationListener
+
FlySafeDatabaseListener +
+
FlySafeDatabaseInfo +
ILTEManager @@ -488,6 +504,10 @@
RealTimeTransimissionStateListener
+
MegaphoneInfoListener +
+
MegaphoneInfo +
IPipelineManager @@ -538,6 +558,14 @@
UARegistrationNumberStatusListener
+
OperatorRegistrationNumberStatus +
+
OperatorRegistrationNumberStatusListener +
+
RealNameRegistrationStatus +
+
RealNameRegistrationStatusListener +
ILDMManager diff --git a/Docs/Android_API/cn/Components/DJICommonCallbacks/DJICommonCallbacks_CompletionCallbackWithParam.html b/Docs/Android_API/cn/Components/DJICommonCallbacks/DJICommonCallbacks_CompletionCallbackWithParam.html index 21f12335..ea96ac69 100644 --- a/Docs/Android_API/cn/Components/DJICommonCallbacks/DJICommonCallbacks_CompletionCallbackWithParam.html +++ b/Docs/Android_API/cn/Components/DJICommonCallbacks/DJICommonCallbacks_CompletionCallbackWithParam.html @@ -228,8 +228,6 @@
IVideoChannel @@ -248,6 +246,18 @@
+
ICameraStreamManager + +
IMediaManager
ILiveStreamManager @@ -430,6 +442,10 @@
FlySafeNotificationListener
+
FlySafeDatabaseListener +
+
FlySafeDatabaseInfo +
ILTEManager @@ -488,6 +504,10 @@
RealTimeTransimissionStateListener
+
MegaphoneInfoListener +
+
MegaphoneInfo +
IPipelineManager @@ -538,6 +558,14 @@
UARegistrationNumberStatusListener
+
OperatorRegistrationNumberStatus +
+
OperatorRegistrationNumberStatusListener +
+
RealNameRegistrationStatus +
+
RealNameRegistrationStatusListener +
ILDMManager diff --git a/Docs/Android_API/cn/Components/DJICommonCallbacks/DJICommonCallbacks_CompletionCallbackWithTwoParamXY.html b/Docs/Android_API/cn/Components/DJICommonCallbacks/DJICommonCallbacks_CompletionCallbackWithTwoParamXY.html index ddafe38a..bd29cf8b 100644 --- a/Docs/Android_API/cn/Components/DJICommonCallbacks/DJICommonCallbacks_CompletionCallbackWithTwoParamXY.html +++ b/Docs/Android_API/cn/Components/DJICommonCallbacks/DJICommonCallbacks_CompletionCallbackWithTwoParamXY.html @@ -228,8 +228,6 @@
IVideoChannel @@ -248,6 +246,18 @@
+
ICameraStreamManager + +
IMediaManager
ILiveStreamManager @@ -430,6 +442,10 @@
FlySafeNotificationListener
+
FlySafeDatabaseListener +
+
FlySafeDatabaseInfo +
ILTEManager @@ -488,6 +504,10 @@
RealTimeTransimissionStateListener
+
MegaphoneInfoListener +
+
MegaphoneInfo +
IPipelineManager @@ -538,6 +558,14 @@
UARegistrationNumberStatusListener
+
OperatorRegistrationNumberStatus +
+
OperatorRegistrationNumberStatusListener +
+
RealNameRegistrationStatus +
+
RealNameRegistrationStatusListener +
ILDMManager diff --git a/Docs/Android_API/cn/Components/DJICommonCallbacks/DJICommonCallbacks_CompletionCallback_Interface.html b/Docs/Android_API/cn/Components/DJICommonCallbacks/DJICommonCallbacks_CompletionCallback_Interface.html index 4be25861..58f05452 100644 --- a/Docs/Android_API/cn/Components/DJICommonCallbacks/DJICommonCallbacks_CompletionCallback_Interface.html +++ b/Docs/Android_API/cn/Components/DJICommonCallbacks/DJICommonCallbacks_CompletionCallback_Interface.html @@ -228,8 +228,6 @@
IVideoChannel @@ -248,6 +246,18 @@
+
ICameraStreamManager + +
IMediaManager
ILiveStreamManager @@ -430,6 +442,10 @@
FlySafeNotificationListener
+
FlySafeDatabaseListener +
+
FlySafeDatabaseInfo +
ILTEManager @@ -488,6 +504,10 @@
RealTimeTransimissionStateListener
+
MegaphoneInfoListener +
+
MegaphoneInfo +
IPipelineManager @@ -538,6 +558,14 @@
UARegistrationNumberStatusListener
+
OperatorRegistrationNumberStatus +
+
OperatorRegistrationNumberStatusListener +
+
RealNameRegistrationStatus +
+
RealNameRegistrationStatusListener +
ILDMManager diff --git a/Docs/Android_API/cn/Components/DJICommonCallbacks/DJIKeyManager_KeyListener.html b/Docs/Android_API/cn/Components/DJICommonCallbacks/DJIKeyManager_KeyListener.html index bddfb91c..86f55b9b 100644 --- a/Docs/Android_API/cn/Components/DJICommonCallbacks/DJIKeyManager_KeyListener.html +++ b/Docs/Android_API/cn/Components/DJICommonCallbacks/DJIKeyManager_KeyListener.html @@ -228,8 +228,6 @@
IVideoChannel @@ -248,6 +246,18 @@
+
ICameraStreamManager + +
IMediaManager
ILiveStreamManager @@ -430,6 +442,10 @@
FlySafeNotificationListener
+
FlySafeDatabaseListener +
+
FlySafeDatabaseInfo +
ILTEManager @@ -488,6 +504,10 @@
RealTimeTransimissionStateListener
+
MegaphoneInfoListener +
+
MegaphoneInfo +
IPipelineManager @@ -538,6 +558,14 @@
UARegistrationNumberStatusListener
+
OperatorRegistrationNumberStatus +
+
OperatorRegistrationNumberStatusListener +
+
RealNameRegistrationStatus +
+
RealNameRegistrationStatusListener +
ILDMManager diff --git a/Docs/Android_API/cn/Components/DJICommonCallbacks/IKeyManager_KeyListener.html b/Docs/Android_API/cn/Components/DJICommonCallbacks/IKeyManager_KeyListener.html index 255a7425..100a534d 100644 --- a/Docs/Android_API/cn/Components/DJICommonCallbacks/IKeyManager_KeyListener.html +++ b/Docs/Android_API/cn/Components/DJICommonCallbacks/IKeyManager_KeyListener.html @@ -228,8 +228,6 @@
IVideoChannel @@ -248,6 +246,18 @@
+
ICameraStreamManager + +
IMediaManager
ILiveStreamManager @@ -430,6 +442,10 @@
FlySafeNotificationListener
+
FlySafeDatabaseListener +
+
FlySafeDatabaseInfo +
ILTEManager @@ -488,6 +504,10 @@
RealTimeTransimissionStateListener
+
MegaphoneInfoListener +
+
MegaphoneInfo +
IPipelineManager @@ -538,6 +558,14 @@
UARegistrationNumberStatusListener
+
OperatorRegistrationNumberStatus +
+
OperatorRegistrationNumberStatusListener +
+
RealNameRegistrationStatus +
+
RealNameRegistrationStatusListener +
ILDMManager diff --git a/Docs/Android_API/cn/Components/DJIError/DJIError.html b/Docs/Android_API/cn/Components/DJIError/DJIError.html index 20e62808..e9cce90b 100644 --- a/Docs/Android_API/cn/Components/DJIError/DJIError.html +++ b/Docs/Android_API/cn/Components/DJIError/DJIError.html @@ -228,8 +228,6 @@
IVideoChannel @@ -248,6 +246,18 @@
+
ICameraStreamManager + +
IMediaManager
ILiveStreamManager @@ -430,6 +442,10 @@
FlySafeNotificationListener
+
FlySafeDatabaseListener +
+
FlySafeDatabaseInfo +
ILTEManager @@ -488,6 +504,10 @@
RealTimeTransimissionStateListener
+
MegaphoneInfoListener +
+
MegaphoneInfo +
IPipelineManager @@ -538,6 +558,14 @@
UARegistrationNumberStatusListener
+
OperatorRegistrationNumberStatus +
+
OperatorRegistrationNumberStatusListener +
+
RealNameRegistrationStatus +
+
RealNameRegistrationStatusListener +
ILDMManager diff --git a/Docs/Android_API/cn/Components/DJIError_DJILDMError/DJIError_DJILDMError.html b/Docs/Android_API/cn/Components/DJIError_DJILDMError/DJIError_DJILDMError.html index 3930dd30..d47c76ac 100644 --- a/Docs/Android_API/cn/Components/DJIError_DJILDMError/DJIError_DJILDMError.html +++ b/Docs/Android_API/cn/Components/DJIError_DJILDMError/DJIError_DJILDMError.html @@ -228,8 +228,6 @@
IVideoChannel @@ -248,6 +246,18 @@
+
ICameraStreamManager + +
IMediaManager
ILiveStreamManager @@ -430,6 +442,10 @@
FlySafeNotificationListener
+
FlySafeDatabaseListener +
+
FlySafeDatabaseInfo +
ILTEManager @@ -488,6 +504,10 @@
RealTimeTransimissionStateListener
+
MegaphoneInfoListener +
+
MegaphoneInfo +
IPipelineManager @@ -538,6 +558,14 @@
UARegistrationNumberStatusListener
+
OperatorRegistrationNumberStatus +
+
OperatorRegistrationNumberStatusListener +
+
RealNameRegistrationStatus +
+
RealNameRegistrationStatusListener +
ILDMManager diff --git a/Docs/Android_API/cn/Components/DJIFlightRecordManager/DJIFlightRecordManager.html b/Docs/Android_API/cn/Components/DJIFlightRecordManager/DJIFlightRecordManager.html index 7e0e10e0..2dd646be 100644 --- a/Docs/Android_API/cn/Components/DJIFlightRecordManager/DJIFlightRecordManager.html +++ b/Docs/Android_API/cn/Components/DJIFlightRecordManager/DJIFlightRecordManager.html @@ -228,8 +228,6 @@
IVideoChannel @@ -248,6 +246,18 @@
+
ICameraStreamManager + +
IMediaManager
ILiveStreamManager @@ -430,6 +442,10 @@
FlySafeNotificationListener
+
FlySafeDatabaseListener +
+
FlySafeDatabaseInfo +
ILTEManager @@ -488,6 +504,10 @@
RealTimeTransimissionStateListener
+
MegaphoneInfoListener +
+
MegaphoneInfo +
IPipelineManager @@ -538,6 +558,14 @@
UARegistrationNumberStatusListener
+
OperatorRegistrationNumberStatus +
+
OperatorRegistrationNumberStatusListener +
+
RealNameRegistrationStatus +
+
RealNameRegistrationStatusListener +
ILDMManager diff --git a/Docs/Android_API/cn/Components/DJIFlightRecordManager/DJIMegaphoneManager.html b/Docs/Android_API/cn/Components/DJIFlightRecordManager/DJIMegaphoneManager.html index 8cd7941a..5f963657 100644 --- a/Docs/Android_API/cn/Components/DJIFlightRecordManager/DJIMegaphoneManager.html +++ b/Docs/Android_API/cn/Components/DJIFlightRecordManager/DJIMegaphoneManager.html @@ -228,8 +228,6 @@
IVideoChannel @@ -248,6 +246,18 @@
+
ICameraStreamManager + +
IMediaManager
ILiveStreamManager @@ -430,6 +442,10 @@
FlySafeNotificationListener
+
FlySafeDatabaseListener +
+
FlySafeDatabaseInfo +
ILTEManager @@ -488,6 +504,10 @@
RealTimeTransimissionStateListener
+
MegaphoneInfoListener +
+
MegaphoneInfo +
IPipelineManager @@ -538,6 +558,14 @@
UARegistrationNumberStatusListener
+
OperatorRegistrationNumberStatus +
+
OperatorRegistrationNumberStatusListener +
+
RealNameRegistrationStatus +
+
RealNameRegistrationStatusListener +
ILDMManager diff --git a/Docs/Android_API/cn/Components/DJIFlightRecordManager/DJIMegaphoneManager_FileInfo.html b/Docs/Android_API/cn/Components/DJIFlightRecordManager/DJIMegaphoneManager_FileInfo.html index c252418a..2cd7d3e9 100644 --- a/Docs/Android_API/cn/Components/DJIFlightRecordManager/DJIMegaphoneManager_FileInfo.html +++ b/Docs/Android_API/cn/Components/DJIFlightRecordManager/DJIMegaphoneManager_FileInfo.html @@ -228,8 +228,6 @@
IVideoChannel @@ -248,6 +246,18 @@
+
ICameraStreamManager + +
IMediaManager
ILiveStreamManager @@ -430,6 +442,10 @@
FlySafeNotificationListener
+
FlySafeDatabaseListener +
+
FlySafeDatabaseInfo +
ILTEManager @@ -488,6 +504,10 @@
RealTimeTransimissionStateListener
+
MegaphoneInfoListener +
+
MegaphoneInfo +
IPipelineManager @@ -538,6 +558,14 @@
UARegistrationNumberStatusListener
+
OperatorRegistrationNumberStatus +
+
OperatorRegistrationNumberStatusListener +
+
RealNameRegistrationStatus +
+
RealNameRegistrationStatusListener +
ILDMManager diff --git a/Docs/Android_API/cn/Components/DJIFlightRecordManager/DJIMegaphoneManager_RealTimeTransimissionStateListener.html b/Docs/Android_API/cn/Components/DJIFlightRecordManager/DJIMegaphoneManager_RealTimeTransimissionStateListener.html index a7b80fc7..476a40ef 100644 --- a/Docs/Android_API/cn/Components/DJIFlightRecordManager/DJIMegaphoneManager_RealTimeTransimissionStateListener.html +++ b/Docs/Android_API/cn/Components/DJIFlightRecordManager/DJIMegaphoneManager_RealTimeTransimissionStateListener.html @@ -228,8 +228,6 @@
IVideoChannel @@ -248,6 +246,18 @@
+
ICameraStreamManager + +
IMediaManager
ILiveStreamManager @@ -430,6 +442,10 @@
FlySafeNotificationListener
+
FlySafeDatabaseListener +
+
FlySafeDatabaseInfo +
ILTEManager @@ -488,6 +504,10 @@
RealTimeTransimissionStateListener
+
MegaphoneInfoListener +
+
MegaphoneInfo +
IPipelineManager @@ -538,6 +558,14 @@
UARegistrationNumberStatusListener
+
OperatorRegistrationNumberStatus +
+
OperatorRegistrationNumberStatusListener +
+
RealNameRegistrationStatus +
+
RealNameRegistrationStatusListener +
ILDMManager diff --git a/Docs/Android_API/cn/Components/DJISDKManager/DJISDKManager.html b/Docs/Android_API/cn/Components/DJISDKManager/DJISDKManager.html index b4509ee9..ad89ffc5 100644 --- a/Docs/Android_API/cn/Components/DJISDKManager/DJISDKManager.html +++ b/Docs/Android_API/cn/Components/DJISDKManager/DJISDKManager.html @@ -228,8 +228,6 @@
IVideoChannel @@ -248,6 +246,18 @@
+
ICameraStreamManager + +
IMediaManager
ILiveStreamManager @@ -430,6 +442,10 @@
FlySafeNotificationListener
+
FlySafeDatabaseListener +
+
FlySafeDatabaseInfo +
ILTEManager @@ -488,6 +504,10 @@
RealTimeTransimissionStateListener
+
MegaphoneInfoListener +
+
MegaphoneInfo +
IPipelineManager @@ -538,6 +558,14 @@
UARegistrationNumberStatusListener
+
OperatorRegistrationNumberStatus +
+
OperatorRegistrationNumberStatusListener +
+
RealNameRegistrationStatus +
+
RealNameRegistrationStatusListener +
ILDMManager diff --git a/Docs/Android_API/cn/Components/DJISDKManager/ISDKManager_SDKManagerCallback.html b/Docs/Android_API/cn/Components/DJISDKManager/ISDKManager_SDKManagerCallback.html index d82c140c..0d19ded2 100644 --- a/Docs/Android_API/cn/Components/DJISDKManager/ISDKManager_SDKManagerCallback.html +++ b/Docs/Android_API/cn/Components/DJISDKManager/ISDKManager_SDKManagerCallback.html @@ -228,8 +228,6 @@
IVideoChannel @@ -248,6 +246,18 @@
+
ICameraStreamManager + +
IMediaManager
ILiveStreamManager @@ -430,6 +442,10 @@
FlySafeNotificationListener
+
FlySafeDatabaseListener +
+
FlySafeDatabaseInfo +
ILTEManager @@ -488,6 +504,10 @@
RealTimeTransimissionStateListener
+
MegaphoneInfoListener +
+
MegaphoneInfo +
IPipelineManager @@ -538,6 +558,14 @@
UARegistrationNumberStatusListener
+
OperatorRegistrationNumberStatus +
+
OperatorRegistrationNumberStatusListener +
+
RealNameRegistrationStatus +
+
RealNameRegistrationStatusListener +
ILDMManager diff --git a/Docs/Android_API/cn/Components/FlightRecordManager/FlightLogManager.html b/Docs/Android_API/cn/Components/FlightRecordManager/FlightLogManager.html index 23e61c82..4bc183a2 100644 --- a/Docs/Android_API/cn/Components/FlightRecordManager/FlightLogManager.html +++ b/Docs/Android_API/cn/Components/FlightRecordManager/FlightLogManager.html @@ -228,8 +228,6 @@
IVideoChannel @@ -248,6 +246,18 @@
+
ICameraStreamManager + +
IMediaManager
ILiveStreamManager @@ -430,6 +442,10 @@
FlySafeNotificationListener
+
FlySafeDatabaseListener +
+
FlySafeDatabaseInfo +
ILTEManager @@ -488,6 +504,10 @@
RealTimeTransimissionStateListener
+
MegaphoneInfoListener +
+
MegaphoneInfo +
IPipelineManager @@ -538,6 +558,14 @@
UARegistrationNumberStatusListener
+
OperatorRegistrationNumberStatus +
+
OperatorRegistrationNumberStatusListener +
+
RealNameRegistrationStatus +
+
RealNameRegistrationStatusListener +
ILDMManager diff --git a/Docs/Android_API/cn/Components/FlightRecordManager/FlightRecordManager.html b/Docs/Android_API/cn/Components/FlightRecordManager/FlightRecordManager.html index fdff916c..f291146b 100644 --- a/Docs/Android_API/cn/Components/FlightRecordManager/FlightRecordManager.html +++ b/Docs/Android_API/cn/Components/FlightRecordManager/FlightRecordManager.html @@ -228,8 +228,6 @@
IVideoChannel @@ -248,6 +246,18 @@
+
ICameraStreamManager + +
IMediaManager
ILiveStreamManager @@ -430,6 +442,10 @@
FlySafeNotificationListener
+
FlySafeDatabaseListener +
+
FlySafeDatabaseInfo +
ILTEManager @@ -488,6 +504,10 @@
RealTimeTransimissionStateListener
+
MegaphoneInfoListener +
+
MegaphoneInfo +
IPipelineManager @@ -538,6 +558,14 @@
UARegistrationNumberStatusListener
+
OperatorRegistrationNumberStatus +
+
OperatorRegistrationNumberStatusListener +
+
RealNameRegistrationStatus +
+
RealNameRegistrationStatusListener +
ILDMManager diff --git a/Docs/Android_API/cn/Components/FlightRecordManager/IFlightLogManager.html b/Docs/Android_API/cn/Components/FlightRecordManager/IFlightLogManager.html index 3e711022..9efa7e99 100644 --- a/Docs/Android_API/cn/Components/FlightRecordManager/IFlightLogManager.html +++ b/Docs/Android_API/cn/Components/FlightRecordManager/IFlightLogManager.html @@ -228,8 +228,6 @@
IVideoChannel @@ -248,6 +246,18 @@
+
ICameraStreamManager + +
IMediaManager
ILiveStreamManager @@ -430,6 +442,10 @@
FlySafeNotificationListener
+
FlySafeDatabaseListener +
+
FlySafeDatabaseInfo +
ILTEManager @@ -488,6 +504,10 @@
RealTimeTransimissionStateListener
+
MegaphoneInfoListener +
+
MegaphoneInfo +
IPipelineManager @@ -538,6 +558,14 @@
UARegistrationNumberStatusListener
+
OperatorRegistrationNumberStatus +
+
OperatorRegistrationNumberStatusListener +
+
RealNameRegistrationStatus +
+
RealNameRegistrationStatusListener +
ILDMManager diff --git a/Docs/Android_API/cn/Components/FlightRecordManager/IMegaphoneManager.html b/Docs/Android_API/cn/Components/FlightRecordManager/IMegaphoneManager.html index 611352ad..e61a7666 100644 --- a/Docs/Android_API/cn/Components/FlightRecordManager/IMegaphoneManager.html +++ b/Docs/Android_API/cn/Components/FlightRecordManager/IMegaphoneManager.html @@ -228,8 +228,6 @@
IVideoChannel @@ -248,6 +246,18 @@
+
ICameraStreamManager + +
IMediaManager
ILiveStreamManager @@ -430,6 +442,10 @@
FlySafeNotificationListener
+
FlySafeDatabaseListener +
+
FlySafeDatabaseInfo +
ILTEManager @@ -488,6 +504,10 @@
RealTimeTransimissionStateListener
+
MegaphoneInfoListener +
+
MegaphoneInfo +
IPipelineManager @@ -538,6 +558,14 @@
UARegistrationNumberStatusListener
+
OperatorRegistrationNumberStatus +
+
OperatorRegistrationNumberStatusListener +
+
RealNameRegistrationStatus +
+
RealNameRegistrationStatusListener +
ILDMManager diff --git a/Docs/Android_API/cn/Components/FlightRecordManager/IMegaphoneManager_FileInfo.html b/Docs/Android_API/cn/Components/FlightRecordManager/IMegaphoneManager_FileInfo.html index c5430dfb..4fa21e6e 100644 --- a/Docs/Android_API/cn/Components/FlightRecordManager/IMegaphoneManager_FileInfo.html +++ b/Docs/Android_API/cn/Components/FlightRecordManager/IMegaphoneManager_FileInfo.html @@ -228,8 +228,6 @@
IVideoChannel @@ -248,6 +246,18 @@
+
ICameraStreamManager + +
IMediaManager
ILiveStreamManager @@ -430,6 +442,10 @@
FlySafeNotificationListener
+
FlySafeDatabaseListener +
+
FlySafeDatabaseInfo +
ILTEManager @@ -488,6 +504,10 @@
RealTimeTransimissionStateListener
+
MegaphoneInfoListener +
+
MegaphoneInfo +
IPipelineManager @@ -538,6 +558,14 @@
UARegistrationNumberStatusListener
+
OperatorRegistrationNumberStatus +
+
OperatorRegistrationNumberStatusListener +
+
RealNameRegistrationStatus +
+
RealNameRegistrationStatusListener +
ILDMManager diff --git a/Docs/Android_API/cn/Components/FlightRecordManager/IMegaphoneManager_RealTimeTransimissionStateListener.html b/Docs/Android_API/cn/Components/FlightRecordManager/IMegaphoneManager_RealTimeTransimissionStateListener.html index 0da09b16..32997df9 100644 --- a/Docs/Android_API/cn/Components/FlightRecordManager/IMegaphoneManager_RealTimeTransimissionStateListener.html +++ b/Docs/Android_API/cn/Components/FlightRecordManager/IMegaphoneManager_RealTimeTransimissionStateListener.html @@ -228,8 +228,6 @@
IVideoChannel @@ -248,6 +246,18 @@
+
ICameraStreamManager + +
IMediaManager
ILiveStreamManager @@ -430,6 +442,10 @@
FlySafeNotificationListener
+
FlySafeDatabaseListener +
+
FlySafeDatabaseInfo +
ILTEManager @@ -488,6 +504,10 @@
RealTimeTransimissionStateListener
+
MegaphoneInfoListener +
+
MegaphoneInfo +
IPipelineManager @@ -538,6 +558,14 @@
UARegistrationNumberStatusListener
+
OperatorRegistrationNumberStatus +
+
OperatorRegistrationNumberStatusListener +
+
RealNameRegistrationStatus +
+
RealNameRegistrationStatusListener +
ILDMManager diff --git a/Docs/Android_API/cn/Components/FlightRecordManager/MegaphoneManager.html b/Docs/Android_API/cn/Components/FlightRecordManager/MegaphoneManager.html index 8aea8047..b9f08d08 100644 --- a/Docs/Android_API/cn/Components/FlightRecordManager/MegaphoneManager.html +++ b/Docs/Android_API/cn/Components/FlightRecordManager/MegaphoneManager.html @@ -228,8 +228,6 @@
IVideoChannel @@ -248,6 +246,18 @@
+
ICameraStreamManager + +
IMediaManager
ILiveStreamManager @@ -430,6 +442,10 @@
FlySafeNotificationListener
+
FlySafeDatabaseListener +
+
FlySafeDatabaseInfo +
ILTEManager @@ -488,6 +504,10 @@
RealTimeTransimissionStateListener
+
MegaphoneInfoListener +
+
MegaphoneInfo +
IPipelineManager @@ -538,6 +558,14 @@
UARegistrationNumberStatusListener
+
OperatorRegistrationNumberStatus +
+
OperatorRegistrationNumberStatusListener +
+
RealNameRegistrationStatus +
+
RealNameRegistrationStatusListener +
ILDMManager diff --git a/Docs/Android_API/cn/Components/FlightRecordManager/MegaphoneManager_FileInfo.html b/Docs/Android_API/cn/Components/FlightRecordManager/MegaphoneManager_FileInfo.html index 2c6703e5..0e8e8698 100644 --- a/Docs/Android_API/cn/Components/FlightRecordManager/MegaphoneManager_FileInfo.html +++ b/Docs/Android_API/cn/Components/FlightRecordManager/MegaphoneManager_FileInfo.html @@ -228,8 +228,6 @@
IVideoChannel @@ -248,6 +246,18 @@
+
ICameraStreamManager + +
IMediaManager
ILiveStreamManager @@ -430,6 +442,10 @@
FlySafeNotificationListener
+
FlySafeDatabaseListener +
+
FlySafeDatabaseInfo +
ILTEManager @@ -488,6 +504,10 @@
RealTimeTransimissionStateListener
+
MegaphoneInfoListener +
+
MegaphoneInfo +
IPipelineManager @@ -538,6 +558,14 @@
UARegistrationNumberStatusListener
+
OperatorRegistrationNumberStatus +
+
OperatorRegistrationNumberStatusListener +
+
RealNameRegistrationStatus +
+
RealNameRegistrationStatusListener +
ILDMManager diff --git a/Docs/Android_API/cn/Components/FlightRecordManager/MegaphoneManager_RealTimeTransimissionStateListener.html b/Docs/Android_API/cn/Components/FlightRecordManager/MegaphoneManager_RealTimeTransimissionStateListener.html index 06cd0fdc..df967193 100644 --- a/Docs/Android_API/cn/Components/FlightRecordManager/MegaphoneManager_RealTimeTransimissionStateListener.html +++ b/Docs/Android_API/cn/Components/FlightRecordManager/MegaphoneManager_RealTimeTransimissionStateListener.html @@ -228,8 +228,6 @@
IVideoChannel @@ -248,6 +246,18 @@
+
ICameraStreamManager + +
IMediaManager
ILiveStreamManager @@ -430,6 +442,10 @@
FlySafeNotificationListener
+
FlySafeDatabaseListener +
+
FlySafeDatabaseInfo +
ILTEManager @@ -488,6 +504,10 @@
RealTimeTransimissionStateListener
+
MegaphoneInfoListener +
+
MegaphoneInfo +
IPipelineManager @@ -538,6 +558,14 @@
UARegistrationNumberStatusListener
+
OperatorRegistrationNumberStatus +
+
OperatorRegistrationNumberStatusListener +
+
RealNameRegistrationStatus +
+
RealNameRegistrationStatusListener +
ILDMManager diff --git a/Docs/Android_API/cn/Components/IAreaCodeManager/IAreaCodeManager.html b/Docs/Android_API/cn/Components/IAreaCodeManager/IAreaCodeManager.html index 4fba1e22..fc721a60 100644 --- a/Docs/Android_API/cn/Components/IAreaCodeManager/IAreaCodeManager.html +++ b/Docs/Android_API/cn/Components/IAreaCodeManager/IAreaCodeManager.html @@ -228,8 +228,6 @@
IVideoChannel @@ -248,6 +246,18 @@
+
ICameraStreamManager + +
IMediaManager
ILiveStreamManager @@ -430,6 +442,10 @@
FlySafeNotificationListener
+
FlySafeDatabaseListener +
+
FlySafeDatabaseInfo +
ILTEManager @@ -488,6 +504,10 @@
RealTimeTransimissionStateListener
+
MegaphoneInfoListener +
+
MegaphoneInfo +
IPipelineManager @@ -538,6 +558,14 @@
UARegistrationNumberStatusListener
+
OperatorRegistrationNumberStatus +
+
OperatorRegistrationNumberStatusListener +
+
RealNameRegistrationStatus +
+
RealNameRegistrationStatusListener +
ILDMManager diff --git a/Docs/Android_API/cn/Components/IAreaCodeManager/IAreaCodeManager_AreaCodeData.html b/Docs/Android_API/cn/Components/IAreaCodeManager/IAreaCodeManager_AreaCodeData.html index 43fa0a7f..51fbe31e 100644 --- a/Docs/Android_API/cn/Components/IAreaCodeManager/IAreaCodeManager_AreaCodeData.html +++ b/Docs/Android_API/cn/Components/IAreaCodeManager/IAreaCodeManager_AreaCodeData.html @@ -228,8 +228,6 @@
IVideoChannel @@ -248,6 +246,18 @@
+
ICameraStreamManager + +
IMediaManager
ILiveStreamManager @@ -430,6 +442,10 @@
FlySafeNotificationListener
+
FlySafeDatabaseListener +
+
FlySafeDatabaseInfo +
ILTEManager @@ -488,6 +504,10 @@
RealTimeTransimissionStateListener
+
MegaphoneInfoListener +
+
MegaphoneInfo +
IPipelineManager @@ -538,6 +558,14 @@
UARegistrationNumberStatusListener
+
OperatorRegistrationNumberStatus +
+
OperatorRegistrationNumberStatusListener +
+
RealNameRegistrationStatus +
+
RealNameRegistrationStatusListener +
ILDMManager diff --git a/Docs/Android_API/cn/Components/IAreaCodeManager/IAreaCodeManager_AreaCodeData_AreaCodeChangeListener.html b/Docs/Android_API/cn/Components/IAreaCodeManager/IAreaCodeManager_AreaCodeData_AreaCodeChangeListener.html index 02ffd066..acfe9df9 100644 --- a/Docs/Android_API/cn/Components/IAreaCodeManager/IAreaCodeManager_AreaCodeData_AreaCodeChangeListener.html +++ b/Docs/Android_API/cn/Components/IAreaCodeManager/IAreaCodeManager_AreaCodeData_AreaCodeChangeListener.html @@ -228,8 +228,6 @@
IVideoChannel @@ -248,6 +246,18 @@
+
ICameraStreamManager + +
IMediaManager
ILiveStreamManager @@ -430,6 +442,10 @@
FlySafeNotificationListener
+
FlySafeDatabaseListener +
+
FlySafeDatabaseInfo +
ILTEManager @@ -488,6 +504,10 @@
RealTimeTransimissionStateListener
+
MegaphoneInfoListener +
+
MegaphoneInfo +
IPipelineManager @@ -538,6 +558,14 @@
UARegistrationNumberStatusListener
+
OperatorRegistrationNumberStatus +
+
OperatorRegistrationNumberStatusListener +
+
RealNameRegistrationStatus +
+
RealNameRegistrationStatusListener +
ILDMManager diff --git a/Docs/Android_API/cn/Components/IDataProtectionManager/IDataProtectionManager.html b/Docs/Android_API/cn/Components/IDataProtectionManager/IDataProtectionManager.html index 7468f28d..e6e0d34a 100644 --- a/Docs/Android_API/cn/Components/IDataProtectionManager/IDataProtectionManager.html +++ b/Docs/Android_API/cn/Components/IDataProtectionManager/IDataProtectionManager.html @@ -228,8 +228,6 @@
IVideoChannel @@ -248,6 +246,18 @@
+
ICameraStreamManager + +
IMediaManager
ILiveStreamManager @@ -430,6 +442,10 @@
FlySafeNotificationListener
+
FlySafeDatabaseListener +
+
FlySafeDatabaseInfo +
ILTEManager @@ -488,6 +504,10 @@
RealTimeTransimissionStateListener
+
MegaphoneInfoListener +
+
MegaphoneInfo +
IPipelineManager @@ -538,6 +558,14 @@
UARegistrationNumberStatusListener
+
OperatorRegistrationNumberStatus +
+
OperatorRegistrationNumberStatusListener +
+
RealNameRegistrationStatus +
+
RealNameRegistrationStatusListener +
ILDMManager diff --git a/Docs/Android_API/cn/Components/IDeviceHealthManager/IDeviceHealthManager.html b/Docs/Android_API/cn/Components/IDeviceHealthManager/IDeviceHealthManager.html index 60b7e2c0..db42d016 100644 --- a/Docs/Android_API/cn/Components/IDeviceHealthManager/IDeviceHealthManager.html +++ b/Docs/Android_API/cn/Components/IDeviceHealthManager/IDeviceHealthManager.html @@ -228,8 +228,6 @@
IVideoChannel @@ -248,6 +246,18 @@
+
ICameraStreamManager + +
IMediaManager
ILiveStreamManager @@ -430,6 +442,10 @@
FlySafeNotificationListener
+
FlySafeDatabaseListener +
+
FlySafeDatabaseInfo +
ILTEManager @@ -488,6 +504,10 @@
RealTimeTransimissionStateListener
+
MegaphoneInfoListener +
+
MegaphoneInfo +
IPipelineManager @@ -538,6 +558,14 @@
UARegistrationNumberStatusListener
+
OperatorRegistrationNumberStatus +
+
OperatorRegistrationNumberStatusListener +
+
RealNameRegistrationStatus +
+
RealNameRegistrationStatusListener +
ILDMManager diff --git a/Docs/Android_API/cn/Components/IDeviceHealthManager/IDeviceHealthManager_DJIDeviceHealthInfo.html b/Docs/Android_API/cn/Components/IDeviceHealthManager/IDeviceHealthManager_DJIDeviceHealthInfo.html index a7e370be..2ae39422 100644 --- a/Docs/Android_API/cn/Components/IDeviceHealthManager/IDeviceHealthManager_DJIDeviceHealthInfo.html +++ b/Docs/Android_API/cn/Components/IDeviceHealthManager/IDeviceHealthManager_DJIDeviceHealthInfo.html @@ -228,8 +228,6 @@
IVideoChannel @@ -248,6 +246,18 @@
+
ICameraStreamManager + +
IMediaManager
ILiveStreamManager @@ -430,6 +442,10 @@
FlySafeNotificationListener
+
FlySafeDatabaseListener +
+
FlySafeDatabaseInfo +
ILTEManager @@ -488,6 +504,10 @@
RealTimeTransimissionStateListener
+
MegaphoneInfoListener +
+
MegaphoneInfo +
IPipelineManager @@ -538,6 +558,14 @@
UARegistrationNumberStatusListener
+
OperatorRegistrationNumberStatus +
+
OperatorRegistrationNumberStatusListener +
+
RealNameRegistrationStatus +
+
RealNameRegistrationStatusListener +
ILDMManager diff --git a/Docs/Android_API/cn/Components/IDeviceHealthManager/IDeviceHealthManager_DJIDeviceHealthInfoChangeListener.html b/Docs/Android_API/cn/Components/IDeviceHealthManager/IDeviceHealthManager_DJIDeviceHealthInfoChangeListener.html index 63ea99b8..343310c0 100644 --- a/Docs/Android_API/cn/Components/IDeviceHealthManager/IDeviceHealthManager_DJIDeviceHealthInfoChangeListener.html +++ b/Docs/Android_API/cn/Components/IDeviceHealthManager/IDeviceHealthManager_DJIDeviceHealthInfoChangeListener.html @@ -228,8 +228,6 @@
IVideoChannel @@ -248,6 +246,18 @@
+
ICameraStreamManager + +
IMediaManager
ILiveStreamManager @@ -430,6 +442,10 @@
FlySafeNotificationListener
+
FlySafeDatabaseListener +
+
FlySafeDatabaseInfo +
ILTEManager @@ -488,6 +504,10 @@
RealTimeTransimissionStateListener
+
MegaphoneInfoListener +
+
MegaphoneInfo +
IPipelineManager @@ -538,6 +558,14 @@
UARegistrationNumberStatusListener
+
OperatorRegistrationNumberStatus +
+
OperatorRegistrationNumberStatusListener +
+
RealNameRegistrationStatus +
+
RealNameRegistrationStatusListener +
ILDMManager diff --git a/Docs/Android_API/cn/Components/IDeviceStatusManager/IDeviceStatusManager.html b/Docs/Android_API/cn/Components/IDeviceStatusManager/IDeviceStatusManager.html index a0bc47ff..efd9ea9c 100644 --- a/Docs/Android_API/cn/Components/IDeviceStatusManager/IDeviceStatusManager.html +++ b/Docs/Android_API/cn/Components/IDeviceStatusManager/IDeviceStatusManager.html @@ -228,8 +228,6 @@
IVideoChannel @@ -248,6 +246,18 @@
+
ICameraStreamManager + +
IMediaManager
ILiveStreamManager @@ -430,6 +442,10 @@
FlySafeNotificationListener
+
FlySafeDatabaseListener +
+
FlySafeDatabaseInfo +
ILTEManager @@ -488,6 +504,10 @@
RealTimeTransimissionStateListener
+
MegaphoneInfoListener +
+
MegaphoneInfo +
IPipelineManager @@ -538,6 +558,14 @@
UARegistrationNumberStatusListener
+
OperatorRegistrationNumberStatus +
+
OperatorRegistrationNumberStatusListener +
+
RealNameRegistrationStatus +
+
RealNameRegistrationStatusListener +
ILDMManager diff --git a/Docs/Android_API/cn/Components/IDeviceStatusManager/IDeviceStatusManager_DJIDeviceStatusChangeListener.html b/Docs/Android_API/cn/Components/IDeviceStatusManager/IDeviceStatusManager_DJIDeviceStatusChangeListener.html index dec071c2..c4cadf54 100644 --- a/Docs/Android_API/cn/Components/IDeviceStatusManager/IDeviceStatusManager_DJIDeviceStatusChangeListener.html +++ b/Docs/Android_API/cn/Components/IDeviceStatusManager/IDeviceStatusManager_DJIDeviceStatusChangeListener.html @@ -228,8 +228,6 @@
IVideoChannel @@ -248,6 +246,18 @@
+
ICameraStreamManager + +
IMediaManager
ILiveStreamManager @@ -430,6 +442,10 @@
FlySafeNotificationListener
+
FlySafeDatabaseListener +
+
FlySafeDatabaseInfo +
ILTEManager @@ -488,6 +504,10 @@
RealTimeTransimissionStateListener
+
MegaphoneInfoListener +
+
MegaphoneInfo +
IPipelineManager @@ -538,6 +558,14 @@
UARegistrationNumberStatusListener
+
OperatorRegistrationNumberStatus +
+
OperatorRegistrationNumberStatusListener +
+
RealNameRegistrationStatus +
+
RealNameRegistrationStatusListener +
ILDMManager diff --git a/Docs/Android_API/cn/Components/IFlightLogManager/IFlightLogManager.html b/Docs/Android_API/cn/Components/IFlightLogManager/IFlightLogManager.html index 258aa436..d8c54494 100644 --- a/Docs/Android_API/cn/Components/IFlightLogManager/IFlightLogManager.html +++ b/Docs/Android_API/cn/Components/IFlightLogManager/IFlightLogManager.html @@ -228,8 +228,6 @@
IVideoChannel @@ -248,6 +246,18 @@
+
ICameraStreamManager + +
IMediaManager
ILiveStreamManager @@ -430,6 +442,10 @@
FlySafeNotificationListener
+
FlySafeDatabaseListener +
+
FlySafeDatabaseInfo +
ILTEManager @@ -488,6 +504,10 @@
RealTimeTransimissionStateListener
+
MegaphoneInfoListener +
+
MegaphoneInfo +
IPipelineManager @@ -538,6 +558,14 @@
UARegistrationNumberStatusListener
+
OperatorRegistrationNumberStatus +
+
OperatorRegistrationNumberStatusListener +
+
RealNameRegistrationStatus +
+
RealNameRegistrationStatusListener +
ILDMManager diff --git a/Docs/Android_API/cn/Components/IFlyZoneManager/IFlyZoneManager.html b/Docs/Android_API/cn/Components/IFlyZoneManager/IFlyZoneManager.html index c8788283..1f78cbee 100644 --- a/Docs/Android_API/cn/Components/IFlyZoneManager/IFlyZoneManager.html +++ b/Docs/Android_API/cn/Components/IFlyZoneManager/IFlyZoneManager.html @@ -228,8 +228,6 @@
IVideoChannel @@ -248,6 +246,18 @@
+
ICameraStreamManager + +
IMediaManager
ILiveStreamManager @@ -430,6 +442,10 @@
FlySafeNotificationListener
+
FlySafeDatabaseListener +
+
FlySafeDatabaseInfo +
ILTEManager @@ -488,6 +504,10 @@
RealTimeTransimissionStateListener
+
MegaphoneInfoListener +
+
MegaphoneInfo +
IPipelineManager @@ -538,6 +558,14 @@
UARegistrationNumberStatusListener
+
OperatorRegistrationNumberStatus +
+
OperatorRegistrationNumberStatusListener +
+
RealNameRegistrationStatus +
+
RealNameRegistrationStatusListener +
ILDMManager @@ -580,7 +608,7 @@
interface IFlyZoneManager
包:dji.v5.manager.interfaces
描述:
-

此类是限飞解禁管理类,主要支持如下功能:

  • 获取飞行安全相关提示。
  • 获取飞行器周边的限飞区。
  • 解除加强警告区。
  • 解锁授权区。
  • 解禁限飞区:下载限飞区解禁证书,将解禁证书导入到飞行器,使能或者关闭飞行器解禁证书。


  • MSDK 5.3.0开始支持

    +

    此类是限飞解禁管理类,主要支持如下功能:

  • 获取飞行安全相关提示。
  • 获取飞行器周边的限飞区。
  • 解除加强警告区。
  • 解锁授权区。
  • 解禁限飞区:下载限飞区解禁证书,将解禁证书导入到飞行器,使能或者关闭飞行器解禁证书。
  • 飞行安全数据库更新。


  • MSDK 5.3.0开始支持

    类成员:

    飞行安全通知

    method
    @@ -617,7 +645,7 @@

    飞行安全提示

    void getFlyZonesInSurroundingArea(@NonNull LocationCoordinate2D location, @NonNull CommonCallbacks.CompletionCallbackWithParam<List<FlyZoneInformation>> callback)
    包:dji.v5.manager.interfaces
    描述:
    -

    获取距离中心位置50公里范围内的限飞区。

    MSDK 5.3.0开始支持

    +

    获取距离中心位置50公里范围内的限飞区。
    注意:
    如果获取到的限飞区数量过多,在地图上绘制限飞区可能存在卡顿问题,建议做相关优化显示。


    MSDK 5.3.0开始支持

    输入参数:
    @NonNull LocationCoordinate2D location设置中心位置。
    @NonNull CommonCallbacks.CompletionCallbackWithParam<List<FlyZoneInformation>> callback返回执行结果的回调。


    @@ -701,13 +729,69 @@
    描述:
    输入参数:
    @NonNull FlyZoneLicenseInfo info证书信息。
    boolean isEnabledtrue表示使能解禁证书。
    @NonNull CommonCallbacks.CompletionCallback callback返回执行结果的回调。


    +

    飞行安全数据库

    +
    method
    +
    method addFlySafeDatabaseListener
    + +
    void addFlySafeDatabaseListener(@NonNull FlySafeDatabaseListener listener)
    +
    包:dji.v5.manager.interfaces
    +
    描述:
    +

    添加飞行安全数据库的监听器。飞行安全数据库信息包括:数据库更新模式,数据库更新状态,手动导入的数据库信息。

    MSDK 5.8.0开始支持

    +
    输入参数:
    +
    @NonNull FlySafeDatabaseListener listener飞行安全数据库的监听器
    +
    method
    +
    method removeFlySafeDatabaseListener
    + +
    void removeFlySafeDatabaseListener(@NonNull FlySafeDatabaseListener listener)
    +
    包:dji.v5.manager.interfaces
    +
    描述:
    +

    移除飞行安全数据库的监听器。

    MSDK 5.8.0开始支持

    +
    输入参数:
    +
    @NonNull FlySafeDatabaseListener listener飞行安全数据库的监听器
    +
    method
    +
    method clearAllFlySafeDatabaseListener
    + +
    void clearAllFlySafeDatabaseListener()
    +
    包:dji.v5.manager.interfaces
    +
    描述:
    +

    移除所有飞行安全数据库的监听器。

    MSDK 5.8.0开始支持

    +
    +
    method
    +
    method setFlySafeDynamicDatabaseUpgradeMode
    + +
    void setFlySafeDynamicDatabaseUpgradeMode(@NonNull FlySafeDatabaseUpgradeMode flySafeDynamicDatabaseUpgradeMode , @NonNull CommonCallbacks.CompletionCallback callback)
    +
    包:dji.v5.manager.interfaces
    +
    描述:
    +

    设置飞行安全动态数据库的更新模式,当前只支持手动导入欧盟地理感知数据。如果你希望在欧盟地区合规飞行无人机,请参照如下流程将欧盟地理感知数据导入到飞行器中。

    +
  • 查阅欧洲航空安全局官网下载地理感知数据导入到飞行器中。
  • 调用setFlySafeDynamicDatabaseUpgradeMode将飞行安全动态数据库更新模式设置为手动导入模式。
  • 调用importFlySafeDynamicDatabaseToMSDK将地理感知数据导入到MSDK中。
  • 调用pushFlySafeDynamicDatabaseToAircraft将地理感知数据同步到飞行器中。
  • 调用getFlyZonesInSurroundingArea获取以飞行器为中心,50公里范围内到地理感知数据。


  • MSDK 5.8.0开始支持 +
    输入参数:
    +
    @NonNull FlySafeDatabaseUpgradeMode flySafeDynamicDatabaseUpgradeMode飞行安全动态数据库更新模式,当前只支持手动导入模式。
    @NonNull CommonCallbacks.CompletionCallback callback返回执行结果的回调。
    +
    method
    +
    method importFlySafeDynamicDatabaseToMSDK
    + +
    void importFlySafeDynamicDatabaseToMSDK(String databaseFilePath, @NonNull CommonCallbacks.CompletionCallbackWithProgress<Double> callback)
    +
    包:dji.v5.manager.interfaces
    +
    描述:
    +

    将飞行安全动态数据库导入到MSDK中,当前只支持导入欧盟地理感知数据。如果你希望在欧盟地区合规飞行无人机,请参照如下流程将欧盟地理感知数据导入到飞行器中。

  • 查阅欧洲航空安全局官网下载地理感知数据导入到飞行器中。
  • 调用setFlySafeDynamicDatabaseUpgradeMode将飞行安全动态数据库更新模式设置为手动导入模式。
  • 调用importFlySafeDynamicDatabaseToMSDK将地理感知数据导入到MSDK中。
  • 调用pushFlySafeDynamicDatabaseToAircraft将地理感知数据同步到飞行器中。
  • 调用getFlyZonesInSurroundingArea获取以飞行器为中心,50公里范围内到地理感知数据。


  • MSDK 5.8.0开始支持

    +
    输入参数:
    +
    String databaseFilePath数据库文件路径,数据库文件必须为JSON格式并且需要符合ED-269规范。
    @NonNull CommonCallbacks.CompletionCallbackWithProgress<Double> callback返回执行结果的回调。
    +
    method
    +
    method pushFlySafeDynamicDatabaseToAircraft
    + +
    void pushFlySafeDynamicDatabaseToAircraft(@NonNull CommonCallbacks.CompletionCallbackWithProgress<Double>  callback)
    +
    包:dji.v5.manager.interfaces
    +
    描述:
    +

    将飞行安全动态数据库同步到飞行器中。当前只支持同步欧盟地理感知数据。如果你希望在欧盟地区合规飞行无人机,请参照如下流程将欧盟地理感知数据导入到飞行器中。

  • 查阅欧洲航空安全局官网下载地理感知数据导入到飞行器中。
  • 调用setFlySafeDynamicDatabaseUpgradeMode将飞行安全动态数据库更新模式设置为手动导入模式。
  • 调用importFlySafeDynamicDatabaseToMSDK将地理感知数据导入到MSDK中。
  • 调用pushFlySafeDynamicDatabaseToAircraft将地理感知数据同步到飞行器中。
  • 调用getFlyZonesInSurroundingArea获取以飞行器为中心,50公里范围内到地理感知数据。


  • MSDK 5.8.0开始支持

    +
    输入参数:
    +
    @NonNull CommonCallbacks.CompletionCallbackWithProgress<Double> callback返回执行结果的回调。
    +


    enum
    enum FlySafeTipEvent
    enum FlySafeTipEvent
    包:dji.v5.manager.aircraft.flysafe.info
    -
    描述:
    +
    描述:

    飞行安全提示信息的事件枚举。

    MSDK 5.3.0开始支持

    Enum Members:
    TAKE_OFF_IN_HEIGHT_LIMIT_ZONE_WITHOUT_GPS飞行器低于限高区,无GPS信号,请注意飞行安全。
    TAKE_OFF_IN_HEIGHT_LIMIT_ZONE飞行器低于限高区,请注意飞行安全。
    TAKE_OFF_IN_WARNING_AREA飞行器处于警告区,请注意飞行安全。
    TOUCH_NO_FLY_ZONE飞行器已接近禁飞区,请注意飞行安全。
    TOUCH_AUTHORIZATION_ZONE飞行器已接近授权区,请注意飞行安全。
    REACH_MAXIMUM_FLIGHT_HEIGHT飞行器已达限高区内的最大飞行高度。
    RTH_AFFECTED_AT_BOUNDARY_OF_GEO_ZONE飞行器已接近限飞区,返航可能会受到影响。请小心飞离限飞区。
    AT_BOUNDARY_OF_CUSTOM_UNLOCK_ZONE飞行器已接近解禁区。
    ENTER_LIMIT_HEIGHT_AREA飞行器已进入限高区。
    COLLISION_WITH_LIMIT_HEIGHT_AREA_SOON_IN_WHITE_LIST_VALID_AREA飞行器已接近解禁区,请注意飞行安全。
    @@ -718,7 +802,7 @@
    Class Members:
    enum FlySafeWarningEvent
    包:dji.v5.manager.aircraft.flysafe.info
    -
    描述:
    +
    描述:

    飞行安全警告信息的事件枚举。

    MSDK 5.3.0开始支持

    Enum Members:
    TAKE_OFF_FAILED_IN_NO_FLY_ZONE飞行器在禁飞区无法起飞。
    TAKE_OFF_FAILED_IN_NO_FLY_ZONE_WITHOUT_GPS移动设备处于禁飞区,飞行器GPS信号不好,无法起飞。
    TAKE_OFF_FAILED_WITHOUT_CUSTOM_UNLOCKING不能起飞。 您尚未申请在该区域飞行。
    TAKE_OFF_FAILED_IN_AUTHORIZED_AREA_WITHOUT_GPS_AND_UNLOCKING移动设备在授权区,飞行器GPS信号不好,解锁前无法起飞。
    TAKE_OFF_FAILED_IN_AUTHORIZED_ZONE_WITHOUT_UNLOCKING飞行器在授权区,未解锁前不能起飞。
    TAKE_OFF_FAILED_IN_AUTHORIZED_ZONE飞行器在授权区,你未获得飞行授权。
    TAKE_OFF_IN_ENHANCED_WARNING_ZONE飞行器处于加强警告区,请注意飞行安全。
    TAKE_OFF_NEAR_NO_FLY_ZONE附近有禁飞区,请注意飞行限制。
    LIMITED_RESTRICTIONS_NEARBY附近有禁飞区,请注意飞行限制。
    AUTHORIZED_ZONE_WITHOUT_UNLOCKING_NEARBY附近有授权区,请注意飞行限制。
    AUTHORIZED_ZONE_AND_RESTRICTIONS_NEARBY附近有授权区,你已获得飞行授权。
    RESTRICTIONS_IN_LIMITED_FLY_ZONE_NEARBY附近有禁飞区,请注意飞行限制。
    IN_AUTHORIZATION_ZONE飞行器在授权区,你已获得飞行授权。
    TAKE_OFF_FAILED_UNDER_LIMIT_AREA_WITH_GPS_ONCE移动设备在禁飞区,飞行器GPS信号不好,解锁前无法起飞。
    HAVE_ONE_HOUR_WILL_APPLY_TFRS1小时后,7KM内将有临时限飞区生效,请注意飞行安全。
    @@ -729,7 +813,7 @@
    Class Members:
    enum FlySafeSeriousWarningEvent
    包:dji.v5.manager.aircraft.flysafe.info
    -
    描述:
    +
    描述:

    飞行安全严重警告信息的事件枚举。

    MSDK 5.3.0开始支持

    Enum Members:
    IN_NO_FLY_ZONE飞行器处于禁飞区,倒计时结束后会强制自动掉落。你将无法控制飞行器油门,但可以控制飞行器的前后左右以避开障碍物。
    IN_LIMIT_HEIGHT_AREA飞行器处于限高区,倒计时结束后会自动下降到限高高度。你将无法控制飞行器油门,但可以控制飞行器的前后左右以避开障碍物。
    IN_AUTHORIZATION_ZONE_WITHOUT_UNLOCKING飞行器处于授权区,倒计时结束后会强制自动掉落。你将无法控制飞行器油门,但可以控制飞行器的前后左右以避开障碍物。
    HAVE_THREE_MIN_WILL_APPLY_TFRS三分钟后,附近将有临时限飞区生效,请注意飞行安全。
    @@ -740,7 +824,7 @@
    Class Members:
    enum FlySafeReturnToHomeEvent
    包:dji.v5.manager.aircraft.flysafe.info
    -
    描述:
    +
    描述:

    飞行安全返航信息的事件枚举。

    MSDK 5.3.0开始支持

    Enum Members:
    NEAR_NO_FLY_ZONE接近禁飞区。返航可能会受到影响。请小心飞行。
    CROSS_NO_FLY_ZONE当前返航路线将经过禁飞区。返航可能会失败,请注意飞行器位置。
    @@ -751,7 +835,7 @@
    Class Members:
    enum FlyZoneType
    包:dji.v5.manager.aircraft.flysafe.info
    -
    描述:
    +
    描述:

    限飞区类型。包括机场,公园,学校,体育馆等。

    MSDK 5.3.0开始支持

    Enum Members:
    AIRPORT机场。
    COMMERCIAL_AIRPORTS商业机场。
    PRIVATE_COMMERCIAL_AIRPORTS私人商业机场。
    RECREATIONAL_AIRPORTS休闲机场。
    PRIVATE_RECREATIONAL_AIRPORTS私人休闲机场。
    HELIPORT直升机场。
    UNPAVED_AIRPORT未使用机场。
    NATIONAL_PARKS公园。
    NOAA美国国家海洋和大气局。
    PARCEL邮局。
    POWER_PLANT发电厂。
    SCHOOL学校。
    STADIUM体育场。
    NUCLEAR_POWER_PLANT核电站。
    PROHIBITED_SPECIAL_USE特殊用途。
    RESTRICTED_SPECIAL_USE特殊用途。
    SPECIAL特殊限飞区。
    TEMPORARY_FLIGHT_RESTRICTIONS临时飞行限制。
    CLASS_B_AIR_SPACEB类管制空域。 有关美国受控空域(B、C、D、E 类)的更多信息,请参见http://www.dji.com/flysafe/geo-system#notes。
    CLASS_C_AIR_SPACEC类管制空域。 有关美国受控空域(B、C、D、E 类)的更多信息,请参见http://www.dji.com/flysafe/geo-system#notes。
    CLASS_D_AIR_SPACED类管制空域。 有关美国受控空域(B、C、D、E 类)的更多信息,请参见http://www.dji.com/flysafe/geo-system#notes。
    CLASS_E_AIR_SPACEE类管制空域。 有关美国受控空域(B、C、D、E 类)的更多信息,请参见http://www.dji.com/flysafe/geo-system#notes。
    PRISON监狱。
    MILITARY军事用地。
    @@ -762,7 +846,7 @@
    Class Members:
    enum FlyZoneCategory
    包:dji.v5.manager.aircraft.flysafe.info
    -
    描述:
    +
    描述:

    限飞区策略。包括禁飞区,授权区,警告区和加强警告区等。

    MSDK 5.3.0开始支持

    Enum Members:
    WARNING警告区。
    ENHANCED_WARNING加强警告区。
    AUTHORIZATION授权区。
    RESTRICTED禁飞区。
    @@ -773,7 +857,7 @@
    Class Members:
    enum FlyZoneShape
    包:dji.v5.manager.aircraft.flysafe.info
    -
    描述:
    +
    描述:

    限飞区形状类型。包括圆形和多边形。

    MSDK 5.3.0开始支持

    Enum Members:
    CIRCLE圆形。
    MULTI_POLYGON多边形。包含圆柱和多边形限飞区。
    @@ -784,13 +868,56 @@
    Class Members:
    enum MultiPolygonFlyZoneShape
    包:dji.v5.manager.aircraft.flysafe.info
    -
    描述:
    +
    描述:

    多边形限飞区形状类型。包括圆柱和多边形。

    MSDK 5.3.0开始支持

    Enum Members:
    CYLINDER圆柱。
    POLYGON多边形。
    Class Members:
    -
    class
    class
    class
    class
    +
    class
    class
    class
    enum
    +
    enum RidUnlockType
    + +
    enum RidUnlockType
    +
    包:dji.v5.manager.aircraft.flysafe.info
    +
    描述:
    +

    RID解禁类型。

    MSDK 5.8.0开始支持

    +
    Enum Members:
    +
    EUROPEAN欧盟。
    CHINA中国。
    +
    Class Members:
    +
    +
    class
    class
    class
    enum
    +
    enum FlySafeDatabaseUpgradeMode
    + +
    enum FlySafeDatabaseUpgradeMode
    +
    包:dji.v5.manager.aircraft.flysafe
    +
    描述:
    +

    飞行安全数据库更新模式。包括手动导入和自动更新。MSDK只支持手动导入模式,如需要使用自动更新模式,请使用DJI官方APP。

    MSDK 5.8.0开始支持

    +
    Enum Members:
    +
    MANUAL_IMPORT手动导入模式。MSDK只支持手动更新模式,如需要使用自动更新模式,请使用DJI官方APP。
    AUTOMATIC_UPGRADE自动更新模式。MSDK只支持手动更新模式,如需要使用自动更新模式,请使用DJI官方APP。自动更新模式只能作为飞行安全的补充,如果你希望在欧盟地区合规飞行无人机,请参照将欧盟地理感知数据手动导入到飞行器中。
    +
    Class Members:
    +
    +
    enum
    +
    enum FlySafeDatabaseComponent
    + +
    enum FlySafeDatabaseComponent
    +
    包:dji.v5.manager.aircraft.flysafe
    +
    描述:
    +

    飞行安全数据库模块类型。包括MSDK和飞行器。

    MSDK 5.8.0开始支持

    +
    Enum Members:
    +
    AIRCRAFT飞行器。
    MSDKMSDK。
    +
    Class Members:
    +
    +
    enum
    +
    enum FlySafeDatabaseState
    + +
    enum FlySafeDatabaseState
    +
    包:dji.v5.manager.aircraft.flysafe
    +
    描述:
    +

    飞行安全数据库状态。

    MSDK 5.8.0开始支持

    +
    Enum Members:
    +
    NEED_TO_IMPORT需要导入。表示MSDK当前的数据库没有包含飞行器当前位置的数据。请调用importFlySafeDynamicDatabaseToMSDK导入飞行器位置附近的数据库。
    NEED_TO_SYNC需要同步。表示需要将MSDK中数据库同步给飞行器。请调用pushFlySafeDynamicDatabaseToAircraft将MSDK中的数据库推送给飞行器。
    UP_TO_DATE已更新到最新数据。表示MSDK的数据库已经成功同步给飞行器。
    +
    Class Members:
    +
    diff --git a/Docs/Android_API/cn/Components/IFlyZoneManager/IFlyZoneManager_DJIFlySafeReturnToHomeInformation.html b/Docs/Android_API/cn/Components/IFlyZoneManager/IFlyZoneManager_DJIFlySafeReturnToHomeInformation.html index b2591e6e..0e435be0 100644 --- a/Docs/Android_API/cn/Components/IFlyZoneManager/IFlyZoneManager_DJIFlySafeReturnToHomeInformation.html +++ b/Docs/Android_API/cn/Components/IFlyZoneManager/IFlyZoneManager_DJIFlySafeReturnToHomeInformation.html @@ -228,8 +228,6 @@
    IVideoChannel @@ -248,6 +246,18 @@
    +
    ICameraStreamManager + +
    IMediaManager
    ILiveStreamManager @@ -430,6 +442,10 @@
    FlySafeNotificationListener
    +
    FlySafeDatabaseListener +
    +
    FlySafeDatabaseInfo +
    ILTEManager @@ -488,6 +504,10 @@
    RealTimeTransimissionStateListener
    +
    MegaphoneInfoListener +
    +
    MegaphoneInfo +
    IPipelineManager @@ -538,6 +558,14 @@
    UARegistrationNumberStatusListener
    +
    OperatorRegistrationNumberStatus +
    +
    OperatorRegistrationNumberStatusListener +
    +
    RealNameRegistrationStatus +
    +
    RealNameRegistrationStatusListener +
    ILDMManager diff --git a/Docs/Android_API/cn/Components/IFlyZoneManager/IFlyZoneManager_DJIFlyingSafetySeriousWarningInformation.html b/Docs/Android_API/cn/Components/IFlyZoneManager/IFlyZoneManager_DJIFlyingSafetySeriousWarningInformation.html index a2d596cd..f21a463e 100644 --- a/Docs/Android_API/cn/Components/IFlyZoneManager/IFlyZoneManager_DJIFlyingSafetySeriousWarningInformation.html +++ b/Docs/Android_API/cn/Components/IFlyZoneManager/IFlyZoneManager_DJIFlyingSafetySeriousWarningInformation.html @@ -228,8 +228,6 @@
    IVideoChannel @@ -248,6 +246,18 @@
    +
    ICameraStreamManager + +
    IMediaManager
    ILiveStreamManager @@ -430,6 +442,10 @@
    FlySafeNotificationListener
    +
    FlySafeDatabaseListener +
    +
    FlySafeDatabaseInfo +
    ILTEManager @@ -488,6 +504,10 @@
    RealTimeTransimissionStateListener
    +
    MegaphoneInfoListener +
    +
    MegaphoneInfo +
    IPipelineManager @@ -538,6 +558,14 @@
    UARegistrationNumberStatusListener
    +
    OperatorRegistrationNumberStatus +
    +
    OperatorRegistrationNumberStatusListener +
    +
    RealNameRegistrationStatus +
    +
    RealNameRegistrationStatusListener +
    ILDMManager diff --git a/Docs/Android_API/cn/Components/IFlyZoneManager/IFlyZoneManager_DJIFlyingSafetyWarningInformation.html b/Docs/Android_API/cn/Components/IFlyZoneManager/IFlyZoneManager_DJIFlyingSafetyWarningInformation.html index 93de216e..0c90ea1d 100644 --- a/Docs/Android_API/cn/Components/IFlyZoneManager/IFlyZoneManager_DJIFlyingSafetyWarningInformation.html +++ b/Docs/Android_API/cn/Components/IFlyZoneManager/IFlyZoneManager_DJIFlyingSafetyWarningInformation.html @@ -228,8 +228,6 @@
    IVideoChannel @@ -248,6 +246,18 @@
    +
    ICameraStreamManager + +
    IMediaManager
    ILiveStreamManager @@ -430,6 +442,10 @@
    FlySafeNotificationListener
    +
    FlySafeDatabaseListener +
    +
    FlySafeDatabaseInfo +
    ILTEManager @@ -488,6 +504,10 @@
    RealTimeTransimissionStateListener
    +
    MegaphoneInfoListener +
    +
    MegaphoneInfo +
    IPipelineManager @@ -538,6 +558,14 @@
    UARegistrationNumberStatusListener
    +
    OperatorRegistrationNumberStatus +
    +
    OperatorRegistrationNumberStatusListener +
    +
    RealNameRegistrationStatus +
    +
    RealNameRegistrationStatusListener +
    ILDMManager diff --git a/Docs/Android_API/cn/Components/IFlyZoneManager/IFlyZoneManager_FlySafeDatabaseInfo.html b/Docs/Android_API/cn/Components/IFlyZoneManager/IFlyZoneManager_FlySafeDatabaseInfo.html new file mode 100644 index 00000000..53649dfb --- /dev/null +++ b/Docs/Android_API/cn/Components/IFlyZoneManager/IFlyZoneManager_FlySafeDatabaseInfo.html @@ -0,0 +1,721 @@ + + + + + + + DJI Mobile SDK Documentation + + + + +
    +
    +
    +
    +
    +
    +
    + + +
    +
    +
    +
    +
      +
      +
      +
        +
        +
        +
        + +
        +
        +

        class FlySafeDatabaseInfo

        +
        class FlySafeDatabaseInfo
        +
        包:dji.v5.manager.aircraft.flysafe.info
        +
        描述:
        +

        飞行安全数据库信息类。包括模块类型,更新模式,数据库名称,大小和导入时间。

        MSDK 5.8.0开始支持

        +
        类成员:
        +
        +
        method getComponent
        + +
        FlySafeDatabaseComponent getComponent()
        +
        包:dji.v5.manager.aircraft.flysafe.info
        +
        描述:
        +

        获取飞行安全数据库的模块类型。

        MSDK 5.8.0开始支持

        +
        返回值:
        +
        FlySafeDatabaseComponent返回飞行安全数据库的模块类型。
        +
        +
        method getFlySafeDatabaseUpgradeMode
        + +
        FlySafeDatabaseUpgradeMode  getFlySafeDatabaseUpgradeMode()
        +
        包:dji.v5.manager.aircraft.flysafe.info
        +
        描述:
        +

        获取飞行安全数据库的更新模式。

        MSDK 5.8.0开始支持

        +
        返回值:
        +
        FlySafeDatabaseUpgradeMode返回飞行安全数据库的更新模式。
        +
        +
        method getDatabaseName
        + +
        String getDatabaseName()
        +
        包:dji.v5.manager.aircraft.flysafe.info
        +
        描述:
        +

        获取飞行安全数据库的名称。
        注意:
        飞行器上的数据库名称无法获取。


        MSDK 5.8.0开始支持

        +
        返回值:
        +
        String返回飞行安全数据库的名称。
        +
        +
        method getDatabaseSize
        + +
        long getDatabaseSize()
        +
        包:dji.v5.manager.aircraft.flysafe.info
        +
        描述:
        +

        获取飞行安全数据库的大小。
        注意:
        飞行器上的数据库大小无法获取。


        MSDK 5.8.0开始支持

        +
        返回值:
        +
        long返回飞行安全数据库的大小。
        +
        +
        method getDatabaseTimeStamp
        + +
        long getDatabaseTimeStamp()
        +
        包:dji.v5.manager.aircraft.flysafe.info
        +
        描述:
        +

        获取飞行安全数据库的导入时间。

        MSDK 5.8.0开始支持

        +
        返回值:
        +
        long返回飞行安全数据库的导入时间。
        + +
        +
        +
        + +
        + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Docs/Android_API/cn/Components/IFlyZoneManager/IFlyZoneManager_FlySafeDatabaseListener.html b/Docs/Android_API/cn/Components/IFlyZoneManager/IFlyZoneManager_FlySafeDatabaseListener.html new file mode 100644 index 00000000..9c744fb7 --- /dev/null +++ b/Docs/Android_API/cn/Components/IFlyZoneManager/IFlyZoneManager_FlySafeDatabaseListener.html @@ -0,0 +1,694 @@ + + + + + + + DJI Mobile SDK Documentation + + + + +
        +
        +
        +
        +
        +
        +
        + + +
        +
        +
        +
        +
          +
          +
          +
            +
            +
            +
            + +
            +
            +

            class FlySafeDatabaseListener

            +
            interface FlySafeDatabaseListener
            +
            包:dji.v5.manager.aircraft.flysafe
            +
            描述:
            +

            飞行安全数据库的监听器。

            MSDK 5.8.0开始支持

            +
            类成员:
            +
            +
            method onFlySafeDatabaseInfoUpdate
            + +
            void onFlySafeDatabaseInfoUpdate(FlySafeDatabaseInfo flySafeDatabaseInfo)
            +
            包:dji.v5.manager.aircraft.flysafe
            +
            描述:
            +

            当飞行安全提示信息发生变化时会回调此方法。

            MSDK 5.8.0开始支持

            +
            输入参数:
            +
            FlySafeDatabaseInfo flySafeDatabaseInfo飞行安全数据库信息。
            +
            +
            method onFlySafeDatabaseStateUpdate
            + +
            void onFlySafeDatabaseStateUpdate(FlySafeDatabaseState  flySafeDatabaseState)
            +
            包:dji.v5.manager.aircraft.flysafe
            +
            描述:
            +

            当飞行安全数据库状态发生变化时会回调此方法。

            MSDK 5.8.0开始支持

            +
            输入参数:
            +
            FlySafeDatabaseState flySafeDatabaseState飞行安全数据库状态。
            + +
            +
            +
            + +
            + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Docs/Android_API/cn/Components/IFlyZoneManager/IFlyZoneManager_FlySafeNotificationListener.html b/Docs/Android_API/cn/Components/IFlyZoneManager/IFlyZoneManager_FlySafeNotificationListener.html index 15a79fb0..e22fa074 100644 --- a/Docs/Android_API/cn/Components/IFlyZoneManager/IFlyZoneManager_FlySafeNotificationListener.html +++ b/Docs/Android_API/cn/Components/IFlyZoneManager/IFlyZoneManager_FlySafeNotificationListener.html @@ -228,8 +228,6 @@
            IVideoChannel @@ -248,6 +246,18 @@
            +
            ICameraStreamManager + +
            IMediaManager
            ILiveStreamManager @@ -430,6 +442,10 @@
            FlySafeNotificationListener
            +
            FlySafeDatabaseListener +
            +
            FlySafeDatabaseInfo +
            ILTEManager @@ -488,6 +504,10 @@
            RealTimeTransimissionStateListener
            +
            MegaphoneInfoListener +
            +
            MegaphoneInfo +
            IPipelineManager @@ -538,6 +558,14 @@
            UARegistrationNumberStatusListener
            +
            OperatorRegistrationNumberStatus +
            +
            OperatorRegistrationNumberStatusListener +
            +
            RealNameRegistrationStatus +
            +
            RealNameRegistrationStatusListener +
            ILDMManager diff --git a/Docs/Android_API/cn/Components/IFlyZoneManager/IFlyZoneManager_FlySafeReturnToHomeInformation.html b/Docs/Android_API/cn/Components/IFlyZoneManager/IFlyZoneManager_FlySafeReturnToHomeInformation.html index d604ed07..6fa4ddd3 100644 --- a/Docs/Android_API/cn/Components/IFlyZoneManager/IFlyZoneManager_FlySafeReturnToHomeInformation.html +++ b/Docs/Android_API/cn/Components/IFlyZoneManager/IFlyZoneManager_FlySafeReturnToHomeInformation.html @@ -228,8 +228,6 @@
            IVideoChannel @@ -248,6 +246,18 @@
            +
            ICameraStreamManager + +
            IMediaManager
            ILiveStreamManager @@ -430,6 +442,10 @@
            FlySafeNotificationListener
            +
            FlySafeDatabaseListener +
            +
            FlySafeDatabaseInfo +
            ILTEManager @@ -488,6 +504,10 @@
            RealTimeTransimissionStateListener
            +
            MegaphoneInfoListener +
            +
            MegaphoneInfo +
            IPipelineManager @@ -538,6 +558,14 @@
            UARegistrationNumberStatusListener
            +
            OperatorRegistrationNumberStatus +
            +
            OperatorRegistrationNumberStatusListener +
            +
            RealNameRegistrationStatus +
            +
            RealNameRegistrationStatusListener +
            ILDMManager diff --git a/Docs/Android_API/cn/Components/IFlyZoneManager/IFlyZoneManager_FlySafeTipInformation.html b/Docs/Android_API/cn/Components/IFlyZoneManager/IFlyZoneManager_FlySafeTipInformation.html index e703ccad..8dbcba46 100644 --- a/Docs/Android_API/cn/Components/IFlyZoneManager/IFlyZoneManager_FlySafeTipInformation.html +++ b/Docs/Android_API/cn/Components/IFlyZoneManager/IFlyZoneManager_FlySafeTipInformation.html @@ -228,8 +228,6 @@
            IVideoChannel @@ -248,6 +246,18 @@
            +
            ICameraStreamManager + +
            IMediaManager
            ILiveStreamManager @@ -430,6 +442,10 @@
            FlySafeNotificationListener
            +
            FlySafeDatabaseListener +
            +
            FlySafeDatabaseInfo +
            ILTEManager @@ -488,6 +504,10 @@
            RealTimeTransimissionStateListener
            +
            MegaphoneInfoListener +
            +
            MegaphoneInfo +
            IPipelineManager @@ -538,6 +558,14 @@
            UARegistrationNumberStatusListener
            +
            OperatorRegistrationNumberStatus +
            +
            OperatorRegistrationNumberStatusListener +
            +
            RealNameRegistrationStatus +
            +
            RealNameRegistrationStatusListener +
            ILDMManager diff --git a/Docs/Android_API/cn/Components/IFlyZoneManager/IFlyZoneManager_FlyZoneInformation.html b/Docs/Android_API/cn/Components/IFlyZoneManager/IFlyZoneManager_FlyZoneInformation.html index 4fd334d5..c575755d 100644 --- a/Docs/Android_API/cn/Components/IFlyZoneManager/IFlyZoneManager_FlyZoneInformation.html +++ b/Docs/Android_API/cn/Components/IFlyZoneManager/IFlyZoneManager_FlyZoneInformation.html @@ -228,8 +228,6 @@
            IVideoChannel @@ -248,6 +246,18 @@
            +
            ICameraStreamManager + +
            IMediaManager
            ILiveStreamManager @@ -430,6 +442,10 @@
            FlySafeNotificationListener
            +
            FlySafeDatabaseListener +
            +
            FlySafeDatabaseInfo +
            ILTEManager @@ -488,6 +504,10 @@
            RealTimeTransimissionStateListener
            +
            MegaphoneInfoListener +
            +
            MegaphoneInfo +
            IPipelineManager @@ -538,6 +558,14 @@
            UARegistrationNumberStatusListener
            +
            OperatorRegistrationNumberStatus +
            +
            OperatorRegistrationNumberStatusListener +
            +
            RealNameRegistrationStatus +
            +
            RealNameRegistrationStatusListener +
            ILDMManager @@ -629,24 +657,44 @@
            描述:
            返回值:
            FlyZoneShape返回限飞区形状类型。


            +

            地理感知

            +
            method
            +
            method getLowerLimit
            + +
            double getLowerLimit()
            +
            包:dji.v5.manager.aircraft.flysafe.info
            +
            描述:
            +

            获取地理感知数据的下限,目前仅支持欧盟地理感知数据。

            MSDK 5.8.0开始支持

            +
            返回值:
            +
            double返回地理感知数据的下限。
            +
            method
            +
            method getUpperLimit
            + +
            double getUpperLimit()
            +
            包:dji.v5.manager.aircraft.flysafe.info
            +
            描述:
            +

            获取地理感知数据的上限,目前仅支持欧盟地理感知数据。

            MSDK 5.8.0开始支持

            +
            返回值:
            +
            double返回地理感知数据的上限。
            +


            圆形限飞区信息

            method
            method getCircleCenter
            LocationCoordinate2D getCircleCenter()
            包:dji.v5.manager.aircraft.flysafe.info
            -
            描述:
            +
            描述:

            获取圆形限飞区中心坐标。

            MSDK 5.3.0开始支持

            -
            返回值:
            +
            返回值:
            LocationCoordinate2D返回圆形限飞区中心坐标。
            method
            method getCircleRadius
            double getCircleRadius()
            包:dji.v5.manager.aircraft.flysafe.info
            -
            描述:
            +
            描述:

            获取圆形限飞区的半径。

            MSDK 5.3.0开始支持

            -
            返回值:
            +
            返回值:
            double返回圆形限飞区的半径。


            多边形限飞区信息

            @@ -655,9 +703,9 @@

            多边形限飞区信息

            List<MultiPolygonFlyZoneInformation> getMultiPolygonFlyZoneInformation()
            包:dji.v5.manager.aircraft.flysafe.info
            -
            描述:
            +
            描述:

            获取多边形限飞区信息。包含圆柱和多边形限飞区信息。

            MSDK 5.3.0开始支持

            -
            返回值:
            +
            返回值:
            List<MultiPolygonFlyZoneInformation>返回多边形限飞区的信息。
            diff --git a/Docs/Android_API/cn/Components/IFlyZoneManager/IFlyZoneManager_FlyZoneLicenseInfo.html b/Docs/Android_API/cn/Components/IFlyZoneManager/IFlyZoneManager_FlyZoneLicenseInfo.html index 70789ded..f12d501f 100644 --- a/Docs/Android_API/cn/Components/IFlyZoneManager/IFlyZoneManager_FlyZoneLicenseInfo.html +++ b/Docs/Android_API/cn/Components/IFlyZoneManager/IFlyZoneManager_FlyZoneLicenseInfo.html @@ -228,8 +228,6 @@
            IVideoChannel @@ -248,6 +246,18 @@
            +
            ICameraStreamManager + +
            IMediaManager
            ILiveStreamManager @@ -430,6 +442,10 @@
            FlySafeNotificationListener
            +
            FlySafeDatabaseListener +
            +
            FlySafeDatabaseInfo +
            ILTEManager @@ -488,6 +504,10 @@
            RealTimeTransimissionStateListener
            +
            MegaphoneInfoListener +
            +
            MegaphoneInfo +
            IPipelineManager @@ -538,6 +558,14 @@
            UARegistrationNumberStatusListener
            +
            OperatorRegistrationNumberStatus +
            +
            OperatorRegistrationNumberStatusListener +
            +
            RealNameRegistrationStatus +
            +
            RealNameRegistrationStatusListener +
            ILDMManager @@ -577,7 +605,7 @@

            class FlyZoneLicenseInfo

            -
            class FlyZoneLicenseInfo
            +
            class FlyZoneLicenseInfo implements KeepProguard
            包:dji.v5.manager.aircraft.flysafe.info
            描述:

            限飞区解禁证书类。包括解禁证书基本信息,比如证书类型,有效期,证书绑定的飞行器飞控SN,使能状态等。

            MSDK 5.3.0开始支持

            @@ -737,6 +765,17 @@
            描述:

            获取国家解禁区ID。

            MSDK 5.3.0开始支持

            返回值:
            int返回国家解禁区ID。
            +


            +

            RID解禁信息

            +
            +
            method getRidUnlockType
            + +
            RidUnlockType getRidUnlockType()
            +
            包:dji.v5.manager.aircraft.flysafe.info
            +
            描述:
            +

            获取RID解禁类型。

            MSDK 5.8.0开始支持

            +
            返回值:
            +
            RidUnlockType返回RID解禁类型。
            diff --git a/Docs/Android_API/cn/Components/IFlyZoneManager/IFlyZoneManager_FlyingSafetySeriousWarningInformation.html b/Docs/Android_API/cn/Components/IFlyZoneManager/IFlyZoneManager_FlyingSafetySeriousWarningInformation.html index aab47c35..1245ff1e 100644 --- a/Docs/Android_API/cn/Components/IFlyZoneManager/IFlyZoneManager_FlyingSafetySeriousWarningInformation.html +++ b/Docs/Android_API/cn/Components/IFlyZoneManager/IFlyZoneManager_FlyingSafetySeriousWarningInformation.html @@ -228,8 +228,6 @@
            IVideoChannel @@ -248,6 +246,18 @@
            +
            ICameraStreamManager + +
            IMediaManager
            ILiveStreamManager @@ -430,6 +442,10 @@
            FlySafeNotificationListener
            +
            FlySafeDatabaseListener +
            +
            FlySafeDatabaseInfo +
            ILTEManager @@ -488,6 +504,10 @@
            RealTimeTransimissionStateListener
            +
            MegaphoneInfoListener +
            +
            MegaphoneInfo +
            IPipelineManager @@ -538,6 +558,14 @@
            UARegistrationNumberStatusListener
            +
            OperatorRegistrationNumberStatus +
            +
            OperatorRegistrationNumberStatusListener +
            +
            RealNameRegistrationStatus +
            +
            RealNameRegistrationStatusListener +
            ILDMManager diff --git a/Docs/Android_API/cn/Components/IFlyZoneManager/IFlyZoneManager_FlyingSafetyWarningInformation.html b/Docs/Android_API/cn/Components/IFlyZoneManager/IFlyZoneManager_FlyingSafetyWarningInformation.html index 7e6f3894..08ce4a36 100644 --- a/Docs/Android_API/cn/Components/IFlyZoneManager/IFlyZoneManager_FlyingSafetyWarningInformation.html +++ b/Docs/Android_API/cn/Components/IFlyZoneManager/IFlyZoneManager_FlyingSafetyWarningInformation.html @@ -228,8 +228,6 @@
            IVideoChannel @@ -248,6 +246,18 @@
            +
            ICameraStreamManager + +
            IMediaManager
            ILiveStreamManager @@ -430,6 +442,10 @@
            FlySafeNotificationListener
            +
            FlySafeDatabaseListener +
            +
            FlySafeDatabaseInfo +
            ILTEManager @@ -488,6 +504,10 @@
            RealTimeTransimissionStateListener
            +
            MegaphoneInfoListener +
            +
            MegaphoneInfo +
            IPipelineManager @@ -538,6 +558,14 @@
            UARegistrationNumberStatusListener
            +
            OperatorRegistrationNumberStatus +
            +
            OperatorRegistrationNumberStatusListener +
            +
            RealNameRegistrationStatus +
            +
            RealNameRegistrationStatusListener +
            ILDMManager diff --git a/Docs/Android_API/cn/Components/IFlyZoneManager/IFlyZoneManager_MultiPolygonFlyZoneInformation.html b/Docs/Android_API/cn/Components/IFlyZoneManager/IFlyZoneManager_MultiPolygonFlyZoneInformation.html index ce64063e..c9e93efd 100644 --- a/Docs/Android_API/cn/Components/IFlyZoneManager/IFlyZoneManager_MultiPolygonFlyZoneInformation.html +++ b/Docs/Android_API/cn/Components/IFlyZoneManager/IFlyZoneManager_MultiPolygonFlyZoneInformation.html @@ -228,8 +228,6 @@
            IVideoChannel @@ -248,6 +246,18 @@
            +
            ICameraStreamManager + +
            IMediaManager
            ILiveStreamManager @@ -430,6 +442,10 @@
            FlySafeNotificationListener
            +
            FlySafeDatabaseListener +
            +
            FlySafeDatabaseInfo +
            ILTEManager @@ -488,6 +504,10 @@
            RealTimeTransimissionStateListener
            +
            MegaphoneInfoListener +
            +
            MegaphoneInfo +
            IPipelineManager @@ -538,6 +558,14 @@
            UARegistrationNumberStatusListener
            +
            OperatorRegistrationNumberStatus +
            +
            OperatorRegistrationNumberStatusListener +
            +
            RealNameRegistrationStatus +
            +
            RealNameRegistrationStatusListener +
            ILDMManager diff --git a/Docs/Android_API/cn/Components/IKeyManager/DJIKey.html b/Docs/Android_API/cn/Components/IKeyManager/DJIKey.html index 839ac067..7b92350f 100644 --- a/Docs/Android_API/cn/Components/IKeyManager/DJIKey.html +++ b/Docs/Android_API/cn/Components/IKeyManager/DJIKey.html @@ -228,8 +228,6 @@
            IVideoChannel @@ -248,6 +246,18 @@
            +
            ICameraStreamManager + +
            IMediaManager
            ILiveStreamManager @@ -430,6 +442,10 @@
            FlySafeNotificationListener
            +
            FlySafeDatabaseListener +
            +
            FlySafeDatabaseInfo +
            ILTEManager @@ -488,6 +504,10 @@
            RealTimeTransimissionStateListener
            +
            MegaphoneInfoListener +
            +
            MegaphoneInfo +
            IPipelineManager @@ -538,6 +558,14 @@
            UARegistrationNumberStatusListener
            +
            OperatorRegistrationNumberStatus +
            +
            OperatorRegistrationNumberStatusListener +
            +
            RealNameRegistrationStatus +
            +
            RealNameRegistrationStatusListener +
            ILDMManager diff --git a/Docs/Android_API/cn/Components/IKeyManager/DJIKeyInfo.html b/Docs/Android_API/cn/Components/IKeyManager/DJIKeyInfo.html index d7e842a7..1b1d50d7 100644 --- a/Docs/Android_API/cn/Components/IKeyManager/DJIKeyInfo.html +++ b/Docs/Android_API/cn/Components/IKeyManager/DJIKeyInfo.html @@ -228,8 +228,6 @@
            IVideoChannel @@ -248,6 +246,18 @@
            +
            ICameraStreamManager + +
            IMediaManager
            ILiveStreamManager @@ -430,6 +442,10 @@
            FlySafeNotificationListener
            +
            FlySafeDatabaseListener +
            +
            FlySafeDatabaseInfo +
            ILTEManager @@ -488,6 +504,10 @@
            RealTimeTransimissionStateListener
            +
            MegaphoneInfoListener +
            +
            MegaphoneInfo +
            IPipelineManager @@ -538,6 +558,14 @@
            UARegistrationNumberStatusListener
            +
            OperatorRegistrationNumberStatus +
            +
            OperatorRegistrationNumberStatusListener +
            +
            RealNameRegistrationStatus +
            +
            RealNameRegistrationStatusListener +
            ILDMManager diff --git a/Docs/Android_API/cn/Components/IKeyManager/DJIValue.html b/Docs/Android_API/cn/Components/IKeyManager/DJIValue.html index 3c8b5597..be779266 100644 --- a/Docs/Android_API/cn/Components/IKeyManager/DJIValue.html +++ b/Docs/Android_API/cn/Components/IKeyManager/DJIValue.html @@ -228,8 +228,6 @@
            IVideoChannel @@ -248,6 +246,18 @@
            +
            ICameraStreamManager + +
            IMediaManager
            ILiveStreamManager @@ -430,6 +442,10 @@
            FlySafeNotificationListener
            +
            FlySafeDatabaseListener +
            +
            FlySafeDatabaseInfo +
            ILTEManager @@ -488,6 +504,10 @@
            RealTimeTransimissionStateListener
            +
            MegaphoneInfoListener +
            +
            MegaphoneInfo +
            IPipelineManager @@ -538,6 +558,14 @@
            UARegistrationNumberStatusListener
            +
            OperatorRegistrationNumberStatus +
            +
            OperatorRegistrationNumberStatusListener +
            +
            RealNameRegistrationStatus +
            +
            RealNameRegistrationStatusListener +
            ILDMManager @@ -813,7 +841,7 @@
            Class Members:
            描述:

            相机支持的视频源类型。

            Enum Members:
            -
            DEFAULT_CAMERA默认镜头。单镜头相机默认使用此镜头类型。
            WIDE_CAMERA广角。
            ZOOM_CAMERA变焦。
            INFRARED_CAMERA红外。
            RGB_CAMERA多光谱RGB。
            NDVI_CAMERA多光谱NDVI。
            MS_G_CAMERA多光谱G。
            MS_R_CAMERA多光谱R。
            MS_RE_CAMERA多光谱RE。
            MS_NIR_CAMERA多光谱NIR。
            POINT_CLOUD_CAMERA点云,只支持Zenmuse L2。
            +
            DEFAULT_CAMERA默认镜头。单镜头相机默认使用此镜头类型。
            WIDE_CAMERA广角。
            ZOOM_CAMERA变焦。
            INFRARED_CAMERA红外。
            VISION_CAMERA可见光。只支持Mavic 3E系列机型和Mavic 3M。
            RGB_CAMERA多光谱RGB。
            NDVI_CAMERA多光谱NDVI。
            MS_G_CAMERA多光谱G。
            MS_R_CAMERA多光谱R。
            MS_RE_CAMERA多光谱RE。
            MS_NIR_CAMERA多光谱NIR。
            POINT_CLOUD_CAMERA点云,只支持Zenmuse L2。
            Class Members:
            兴趣区域
            enum
            @@ -1196,7 +1224,7 @@
            Class Members:
            描述:

            智能低电量返航状态。

            Enum Members:
            -
            IDLE未触发智能低电量返航。飞行器返航着陆后会把状态重置为这个状态。
            COUNTING_DOWN触发智能低电量返航,飞行器正在倒计时。如果在10秒内没有收到用户取消返航请求,飞行器将执行智能返航操作,状态会变成EXECUTED,如果用户取消了返航请求,状态会变成CANCELLED
            EXECUTED执行智能低电量返航。直到飞行器返航着陆或者被中途取消返航,该状态才会被重置。
            CANCELLED智能低电量返航被取消。直到飞行器着陆,该状态才会被重置。
            +
            IDLE未触发智能低电量返航。飞行器返航着陆后会把状态重置为这个状态。
            COUNTING_DOWN触发智能低电量返航,飞行器正在倒计时。如果在10秒内没有收到用户取消返航请求,飞行器将执行智能返航操作,状态会变成EXECUTED,如果用户调用KeyLowBatteryRTHConfirm取消了返航请求,状态会变成CANCELLED
            EXECUTED执行智能低电量返航。直到飞行器返航着陆或者被中途取消返航,该状态才会被重置。
            CANCELLED智能低电量返航被取消。直到飞行器着陆,该状态才会被重置。
            Class Members:
            class
            指南针校准
            enum
            @@ -1420,7 +1448,7 @@
            Class Members:
            enum WlmDongleWorkState implements JNIProguardKeepTag
            包:dji.sdk.keyvalue.value.airlink
            描述:
            -

            TLE Dongle工作状态。

            +

            LTE Dongle工作状态。

            Enum Members:
            NOT_REGISTER_NO_SEARCHSim卡未注册,未搜网。
            NOT_REGISTER_SEARCHINGSim卡未注册,搜网中。
            REGISTER_HOME_NETWORKSim卡已注册,归属地网络使用中。
            REGISTER_ROAMINGSim卡已注册,漫游中。
            REGISTER_DENIEDSim卡注册被拒绝。
            Class Members:
            diff --git a/Docs/Android_API/cn/Components/IKeyManager/IKeyManager.html b/Docs/Android_API/cn/Components/IKeyManager/IKeyManager.html index 1a7824d8..5e480c52 100644 --- a/Docs/Android_API/cn/Components/IKeyManager/IKeyManager.html +++ b/Docs/Android_API/cn/Components/IKeyManager/IKeyManager.html @@ -228,8 +228,6 @@
            IVideoChannel @@ -248,6 +246,18 @@
            +
            ICameraStreamManager + +
            IMediaManager
            ILiveStreamManager @@ -430,6 +442,10 @@
            FlySafeNotificationListener
            +
            FlySafeDatabaseListener +
            +
            FlySafeDatabaseInfo +
            ILTEManager @@ -488,6 +504,10 @@
            RealTimeTransimissionStateListener
            +
            MegaphoneInfoListener +
            +
            MegaphoneInfo +
            IPipelineManager @@ -538,6 +558,14 @@
            UARegistrationNumberStatusListener
            +
            OperatorRegistrationNumberStatus +
            +
            OperatorRegistrationNumberStatusListener +
            +
            RealNameRegistrationStatus +
            +
            RealNameRegistrationStatusListener +
            ILDMManager @@ -601,7 +629,7 @@
            返回值:
            描述:

            同步方式获取DJIKeyDJIValue值,该值是从MSDK缓存中读取数据。如果读取不到数据,则会返回设置的defaultValue。如需要从硬件设备中异步获取数值,请调用getValue

            MSDK 5.0.0开始支持

            输入参数:
            -
            DJIKey<Result> keyDJIKey实例。
            @NonNull Result defaultValue读取不到缓存值的时候希望返回默认值。
            +
            DJIKey<Result> keyDJIKey实例。
            @NonNull Result defaultValue读取不到缓存值的时候返回默认值。
            返回值:
            <Result> Result返回DJIValue值。
            method
            diff --git a/Docs/Android_API/cn/Components/IKeyManager/IKeyManager_KeyListener.html b/Docs/Android_API/cn/Components/IKeyManager/IKeyManager_KeyListener.html index 5264b09e..b09f1a35 100644 --- a/Docs/Android_API/cn/Components/IKeyManager/IKeyManager_KeyListener.html +++ b/Docs/Android_API/cn/Components/IKeyManager/IKeyManager_KeyListener.html @@ -228,8 +228,6 @@
            IVideoChannel @@ -248,6 +246,18 @@
            +
            ICameraStreamManager + +
            IMediaManager
            ILiveStreamManager @@ -430,6 +442,10 @@
            FlySafeNotificationListener
            +
            FlySafeDatabaseListener +
            +
            FlySafeDatabaseInfo +
            ILTEManager @@ -488,6 +504,10 @@
            RealTimeTransimissionStateListener
            +
            MegaphoneInfoListener +
            +
            MegaphoneInfo +
            IPipelineManager @@ -538,6 +558,14 @@
            UARegistrationNumberStatusListener
            +
            OperatorRegistrationNumberStatus +
            +
            OperatorRegistrationNumberStatusListener +
            +
            RealNameRegistrationStatus +
            +
            RealNameRegistrationStatusListener +
            ILDMManager diff --git a/Docs/Android_API/cn/Components/IKeyManager/KeyTools.html b/Docs/Android_API/cn/Components/IKeyManager/KeyTools.html index e04b9e42..38f3cc0e 100644 --- a/Docs/Android_API/cn/Components/IKeyManager/KeyTools.html +++ b/Docs/Android_API/cn/Components/IKeyManager/KeyTools.html @@ -228,8 +228,6 @@
            IVideoChannel @@ -248,6 +246,18 @@
            +
            ICameraStreamManager + +
            IMediaManager
            ILiveStreamManager @@ -430,6 +442,10 @@
            FlySafeNotificationListener
            +
            FlySafeDatabaseListener +
            +
            FlySafeDatabaseInfo +
            ILTEManager @@ -488,6 +504,10 @@
            RealTimeTransimissionStateListener
            +
            MegaphoneInfoListener +
            +
            MegaphoneInfo +
            IPipelineManager @@ -538,6 +558,14 @@
            UARegistrationNumberStatusListener
            +
            OperatorRegistrationNumberStatus +
            +
            OperatorRegistrationNumberStatusListener +
            +
            RealNameRegistrationStatus +
            +
            RealNameRegistrationStatusListener +
            ILDMManager diff --git a/Docs/Android_API/cn/Components/IKeyManager/Key_Airlink_AirlinkKey.html b/Docs/Android_API/cn/Components/IKeyManager/Key_Airlink_AirlinkKey.html index 2aac34ef..6400ffef 100644 --- a/Docs/Android_API/cn/Components/IKeyManager/Key_Airlink_AirlinkKey.html +++ b/Docs/Android_API/cn/Components/IKeyManager/Key_Airlink_AirlinkKey.html @@ -228,8 +228,6 @@
            IVideoChannel @@ -248,6 +246,18 @@
            +
            ICameraStreamManager + +
            IMediaManager
            ILiveStreamManager @@ -430,6 +442,10 @@
            FlySafeNotificationListener
            +
            FlySafeDatabaseListener +
            +
            FlySafeDatabaseInfo +
            ILTEManager @@ -488,6 +504,10 @@
            RealTimeTransimissionStateListener
            +
            MegaphoneInfoListener +
            +
            MegaphoneInfo +
            IPipelineManager @@ -538,6 +558,14 @@
            UARegistrationNumberStatusListener
            +
            OperatorRegistrationNumberStatus +
            +
            OperatorRegistrationNumberStatusListener +
            +
            RealNameRegistrationStatus +
            +
            RealNameRegistrationStatusListener +
            ILDMManager @@ -704,7 +732,7 @@

            无线链路管理

            描述:

            参数: WlmLinkQualityLevelInfo

            获取无线链路管理信号质量等级。可通过此接口获取OcuSync链路和LTE链路的信号质量等级。
            注意:
            建议使用功能更加完善的ILTEManager,支持LTE认证,开启和关闭增强图传的功能。


            MSDK 5.1.0开始支持

            -
            IVideoChannel @@ -248,6 +246,18 @@
            +
            ICameraStreamManager + +
            IMediaManager
            ILiveStreamManager @@ -430,6 +442,10 @@
            FlySafeNotificationListener
            +
            FlySafeDatabaseListener +
            +
            FlySafeDatabaseInfo +
            ILTEManager @@ -488,6 +504,10 @@
            RealTimeTransimissionStateListener
            +
            MegaphoneInfoListener +
            +
            MegaphoneInfo +
            IPipelineManager @@ -538,6 +558,14 @@
            UARegistrationNumberStatusListener
            +
            OperatorRegistrationNumberStatus +
            +
            OperatorRegistrationNumberStatusListener +
            +
            RealNameRegistrationStatus +
            +
            RealNameRegistrationStatusListener +
            ILDMManager diff --git a/Docs/Android_API/cn/Components/IKeyManager/Key_Battery_BatteryKey.html b/Docs/Android_API/cn/Components/IKeyManager/Key_Battery_BatteryKey.html index d0759e9b..23ea81fa 100644 --- a/Docs/Android_API/cn/Components/IKeyManager/Key_Battery_BatteryKey.html +++ b/Docs/Android_API/cn/Components/IKeyManager/Key_Battery_BatteryKey.html @@ -228,8 +228,6 @@
            IVideoChannel @@ -248,6 +246,18 @@
            +
            ICameraStreamManager + +
            IMediaManager
            ILiveStreamManager @@ -430,6 +442,10 @@
            FlySafeNotificationListener
            +
            FlySafeDatabaseListener +
            +
            FlySafeDatabaseInfo +
            ILTEManager @@ -488,6 +504,10 @@
            RealTimeTransimissionStateListener
            +
            MegaphoneInfoListener +
            +
            MegaphoneInfo +
            IPipelineManager @@ -538,6 +558,14 @@
            UARegistrationNumberStatusListener
            +
            OperatorRegistrationNumberStatus +
            +
            OperatorRegistrationNumberStatusListener +
            +
            RealNameRegistrationStatus +
            +
            RealNameRegistrationStatusListener +
            ILDMManager diff --git a/Docs/Android_API/cn/Components/IKeyManager/Key_Battery_DJIBatteryKey.html b/Docs/Android_API/cn/Components/IKeyManager/Key_Battery_DJIBatteryKey.html index 9aafae69..97f68997 100644 --- a/Docs/Android_API/cn/Components/IKeyManager/Key_Battery_DJIBatteryKey.html +++ b/Docs/Android_API/cn/Components/IKeyManager/Key_Battery_DJIBatteryKey.html @@ -228,8 +228,6 @@
            IVideoChannel @@ -248,6 +246,18 @@
            +
            ICameraStreamManager + +
            IMediaManager
            ILiveStreamManager @@ -430,6 +442,10 @@
            FlySafeNotificationListener
            +
            FlySafeDatabaseListener +
            +
            FlySafeDatabaseInfo +
            ILTEManager @@ -488,6 +504,10 @@
            RealTimeTransimissionStateListener
            +
            MegaphoneInfoListener +
            +
            MegaphoneInfo +
            IPipelineManager @@ -538,6 +558,14 @@
            UARegistrationNumberStatusListener
            +
            OperatorRegistrationNumberStatus +
            +
            OperatorRegistrationNumberStatusListener +
            +
            RealNameRegistrationStatus +
            +
            RealNameRegistrationStatusListener +
            ILDMManager diff --git a/Docs/Android_API/cn/Components/IKeyManager/Key_Camera_CameraKey.html b/Docs/Android_API/cn/Components/IKeyManager/Key_Camera_CameraKey.html index b791034a..30c55a9c 100644 --- a/Docs/Android_API/cn/Components/IKeyManager/Key_Camera_CameraKey.html +++ b/Docs/Android_API/cn/Components/IKeyManager/Key_Camera_CameraKey.html @@ -228,8 +228,6 @@
            IVideoChannel @@ -248,6 +246,18 @@
            +
            ICameraStreamManager + +
            IMediaManager
            ILiveStreamManager @@ -430,6 +442,10 @@
            FlySafeNotificationListener
            +
            FlySafeDatabaseListener +
            +
            FlySafeDatabaseInfo +
            ILTEManager @@ -488,6 +504,10 @@
            RealTimeTransimissionStateListener
            +
            MegaphoneInfoListener +
            +
            MegaphoneInfo +
            IPipelineManager @@ -538,6 +558,14 @@
            UARegistrationNumberStatusListener
            +
            OperatorRegistrationNumberStatus +
            +
            OperatorRegistrationNumberStatusListener +
            +
            RealNameRegistrationStatus +
            +
            RealNameRegistrationStatusListener +
            ILDMManager @@ -1180,13 +1208,13 @@
            描述:
            描述:

            参数:DoublePoint2D
            相机自动对焦的对焦目标。[0,0]代表相机屏幕的左上角,[1,1]代表相机屏幕的右下角。在AF模式下,设置对焦目标后,相机将自动以对焦目标为中心点进行一次对焦。

            注意:
            1. 要使用此功能,请调用KeyCameraVideoStreamSource把视频源设置为ZOOM_CAMERA
            2. 使用KeyTools创建DJIKey实例的时候,把CameraLensType设置为CAMERA_LENS_ZOOM。如果是M3M机型,则设置为CAMERA_LENS_RGB。如果是单镜头机型,则设置为CAMERA_LENS_DEFAULT


            MSDK 5.0.0开始支持

            -
            夜景模式
            +
            红外增强
            final KeyIRCutEnabled
            static final DJIKeyInfo<Boolean> KeyIRCutEnabled = new DJIKeyInfo<>(componentType.value(),subComponentType.value(),"IRCutEnabled", SingleValueConverter.BooleanConverter).canGet(true).canSet(true).canListen(true).canPerformAction(false).setIsEvent(false).setInnerIdentifier("IRCutEnable")
            包:dji.sdk.keyvalue.key
            描述:
            -

            参数: Boolean

            true表示开启夜景模式。夜景模式通过打开变焦相机中的红外滤光片,提升相机在低照度环境下的拍摄效果。只支持变焦镜头。

            MSDK 5.0.0开始支持

            +

            参数: Boolean

            true表示开启红外增强功能。红外增强开启后,变焦镜头的图传会变成黑白。

            MSDK 5.0.0开始支持

            镜头去雾
            final KeyCleanFog
            diff --git a/Docs/Android_API/cn/Components/IKeyManager/Key_Camera_DJICameraKey.html b/Docs/Android_API/cn/Components/IKeyManager/Key_Camera_DJICameraKey.html index 81f579ca..4f7d2dbb 100644 --- a/Docs/Android_API/cn/Components/IKeyManager/Key_Camera_DJICameraKey.html +++ b/Docs/Android_API/cn/Components/IKeyManager/Key_Camera_DJICameraKey.html @@ -228,8 +228,6 @@
            IVideoChannel @@ -248,6 +246,18 @@
            +
            ICameraStreamManager + +
            IMediaManager
            ILiveStreamManager @@ -430,6 +442,10 @@
            FlySafeNotificationListener
            +
            FlySafeDatabaseListener +
            +
            FlySafeDatabaseInfo +
            ILTEManager @@ -488,6 +504,10 @@
            RealTimeTransimissionStateListener
            +
            MegaphoneInfoListener +
            +
            MegaphoneInfo +
            IPipelineManager @@ -538,6 +558,14 @@
            UARegistrationNumberStatusListener
            +
            OperatorRegistrationNumberStatus +
            +
            OperatorRegistrationNumberStatusListener +
            +
            RealNameRegistrationStatus +
            +
            RealNameRegistrationStatusListener +
            ILDMManager diff --git a/Docs/Android_API/cn/Components/IKeyManager/Key_FlightController_DJIFlightControllerKey.html b/Docs/Android_API/cn/Components/IKeyManager/Key_FlightController_DJIFlightControllerKey.html index 0bd1c88d..a5dfff5c 100644 --- a/Docs/Android_API/cn/Components/IKeyManager/Key_FlightController_DJIFlightControllerKey.html +++ b/Docs/Android_API/cn/Components/IKeyManager/Key_FlightController_DJIFlightControllerKey.html @@ -228,8 +228,6 @@
            IVideoChannel @@ -248,6 +246,18 @@
            +
            ICameraStreamManager + +
            IMediaManager
            ILiveStreamManager @@ -430,6 +442,10 @@
            FlySafeNotificationListener
            +
            FlySafeDatabaseListener +
            +
            FlySafeDatabaseInfo +
            ILTEManager @@ -488,6 +504,10 @@
            RealTimeTransimissionStateListener
            +
            MegaphoneInfoListener +
            +
            MegaphoneInfo +
            IPipelineManager @@ -538,6 +558,14 @@
            UARegistrationNumberStatusListener
            +
            OperatorRegistrationNumberStatus +
            +
            OperatorRegistrationNumberStatusListener +
            +
            RealNameRegistrationStatus +
            +
            RealNameRegistrationStatusListener +
            ILDMManager diff --git a/Docs/Android_API/cn/Components/IKeyManager/Key_FlightController_FlightControllerKey.html b/Docs/Android_API/cn/Components/IKeyManager/Key_FlightController_FlightControllerKey.html index 0292bc97..46cfec8a 100644 --- a/Docs/Android_API/cn/Components/IKeyManager/Key_FlightController_FlightControllerKey.html +++ b/Docs/Android_API/cn/Components/IKeyManager/Key_FlightController_FlightControllerKey.html @@ -228,8 +228,6 @@
            IVideoChannel @@ -248,6 +246,18 @@
            +
            ICameraStreamManager + +
            IMediaManager
            ILiveStreamManager @@ -430,6 +442,10 @@
            FlySafeNotificationListener
            +
            FlySafeDatabaseListener +
            +
            FlySafeDatabaseInfo +
            ILTEManager @@ -488,6 +504,10 @@
            RealTimeTransimissionStateListener
            +
            MegaphoneInfoListener +
            +
            MegaphoneInfo +
            IPipelineManager @@ -538,6 +558,14 @@
            UARegistrationNumberStatusListener
            +
            OperatorRegistrationNumberStatus +
            +
            OperatorRegistrationNumberStatusListener +
            +
            RealNameRegistrationStatus +
            +
            RealNameRegistrationStatusListener +
            ILDMManager @@ -778,7 +806,7 @@
            描述:
            static final DJIActionKeyInfo<EmptyMsg,EmptyMsg> KeyStartIMUCalibration = new DJIActionKeyInfo<>(componentType.value(),subComponentType.value(),"StartIMUCalibration", EmptyValueConverter.converter,EmptyValueConverter.converter).canGet(false).canSet(false).canListen(false).canPerformAction(true).setIsEvent(false)
            包:dji.sdk.keyvalue.key
            描述:
            -

            启动IMU校准。对于具有多个IMU的飞行器,此方法将进行所有IMU的校准。 建议在IMU校准后调用KeyRebootDevice重启设备。

            以下是IMU校准的操作流程:

          • 1. 调用KeyStartIMUCalibration启动IMU校准,通过监听KeyIMUCalibrationInfo获取IMU校准信息。IMUCalibrationState变成校准中CALIBRATING则表示成功启动IMU校准。
          • 2. 调用getOrientationsToCalibrate获取未校准的飞机方向列表。参考IMUCalibrationOrientation中的图示,依次摆放飞机进行单个飞机方向的IMU校准,在校准过程中保持飞行器静止和水平。
          • 3. 调用getOrientationCalibrationState获取单个飞机方向的IMU校准状态,当校准状态变成SUCCESSFUL再摆放下一个方向。
          • 3. 当未校准的飞机方向列表getOrientationsToCalibrate为空的时候,getOrientationCalibrationState获取到的总体校准状态变成校准成功状态SUCCESSFUL则表示IMU校准已完成。

          • 注意:
            请勿在飞行器电机起转后启动IMU校准。可通过KeyAreMotorsOn判断飞行器电机是否起转。


            MSDK 5.0.0开始支持

            +

            启动IMU校准。对于具有多个IMU的飞行器,此方法将进行所有IMU的校准。 建议在IMU校准后调用KeyRebootDevice重启设备。

            以下是IMU校准的操作流程:

          • 调用KeyStartIMUCalibration启动IMU校准,通过监听KeyIMUCalibrationInfo获取IMU校准信息。IMUCalibrationState变成校准中CALIBRATING则表示成功启动IMU校准。
          • 调用getOrientationsToCalibrate获取未校准的飞机方向列表。参考IMUCalibrationOrientation中的图示,依次摆放飞机进行单个飞机方向的IMU校准,在校准过程中保持飞行器静止和水平。
          • 调用getOrientationCalibrationState获取单个飞机方向的IMU校准状态,当校准状态变成SUCCESSFUL再摆放下一个方向。
          • 当未校准的飞机方向列表getOrientationsToCalibrate为空的时候,getOrientationCalibrationState获取到的总体校准状态变成校准成功状态SUCCESSFUL则表示IMU校准已完成。

          • 注意:
            请勿在飞行器电机起转后启动IMU校准。可通过KeyAreMotorsOn 判断飞行器电机是否起转。


            MSDK 5.0.0开始支持

            final KeyIMUCalibrationInfo
            @@ -794,7 +822,7 @@
            描述:
            static final DJIKeyInfo<Integer> KeyUltrasonicHeight = new DJIKeyInfo<>(componentType.value(),subComponentType.value(),"UltrasonicHeight", SingleValueConverter.IntegerConverter).canGet(true).canSet(false).canListen(true).canPerformAction(false).setIsEvent(false)
            包:dji.sdk.keyvalue.key
            描述:
            -

            参数: Integer

            获取超声波测距高度。该高度为飞机起飞后,从上往下测量的距离。单位:分米,最大可测距离为25.5米。

            MSDK 5.0.0开始支持

            +

            参数: Integer

            获取超声波测距高度,单位:分米。该高度为飞机起飞后,从上往下测量的距离。通常会融合气压计高度,让数据更加准确。
            注意:
            1. 此高度的最大可测距离通常为25.5米,根据飞机实际能力而定。
            2. 如果飞行器自带下视传感器,此高度还会融合下视传感器测距高度。
            3. 如果飞行器自带红外传感器,此高度还会融合红外传感器测距高度。


            MSDK 5.0.0开始支持

            风速
            final KeyWindWarning
            @@ -1177,14 +1205,22 @@
            描述:
            描述:

            参数: Boolean

            true表示开启智能低电量返航功能。为防止因电池电量不足而出现不必要的危险,飞行器将会根据飞行的位置信息,智能地判断当前电量是否充足。若当前电量仅够完成返航过程,MSDK将提示是否需要执行返航。若用户在10秒内不作选择,则10秒后飞行器将自动进入返航。返航过程中可短按遥控器智能返航按键取消返航过程。智能低电量返航在同一次飞行过程中仅出现一次。如果用户取消低电量返航提醒并继续飞行,将可能导致飞行器返回时电量不足而迫降,造成飞行器丢失或坠毁。为了安全起见,不建议关闭此功能。

            MSDK 5.0.0开始支持

            -
            -
            final KeyGoHomeAssessment
            +
            +
            final KeyLowBatteryRTHInfo
            -
            static final DJIKeyInfo<LowBatteryRTHInfo> KeyGoHomeAssessment = new DJIKeyInfo<>(componentType.value(),subComponentType.value(),"GoHomeAssessment", new DJIValueConverter<>(LowBatteryRTHInfo.class)).canGet(true).canSet(false).canListen(true).canPerformAction(false).setIsEvent(false)
            +
            static final DJIKeyInfo<LowBatteryRTHInfo> KeyLowBatteryRTHInfo = new KeyLowBatteryRTHInfo().canGet(true).canSet(false).canListen(true).canPerformAction(false).setIsEvent(false)
            包:dji.sdk.keyvalue.key
            描述:

            参数: LowBatteryRTHInfo

            获取智能低电量返航相关信息。仅在KeyLowBatteryRTHEnabled开启后有效。

            MSDK 5.0.0开始支持

            +
            +
            final KeyLowBatteryRTHConfirm
            + +
            static final DJIActionKeyInfo<Boolean, EmptyMsg> KeyLowBatteryRTHConfirm = new KeyLowBatteryRTHConfirm().canGet(false).canSet(false).canListen(false).canPerformAction(true).setIsEvent(false)
            +
            包:dji.sdk.keyvalue.key
            +
            描述:
            +

            参数: Boolean

            确认或者取消返航操作。当调用KeyLowBatteryRTHInfo获取到的状态为COUNTING_DOWN时,你可以调用此接口确认或者取消返航操作。 true表示确认返航。false表示取消返航。

            MSDK 5.8.0开始支持

            +


            安全密码

            @@ -1192,7 +1228,7 @@

            安全密码

            static final DJIKeyInfo<List<AccessLockerDeviceStatus>> KeyAccessLockerAllDeviceStatus = new DJIKeyInfo<>(componentType.value(),subComponentType.value(),"AccessLockerAllDeviceStatus", new SingleValueConverter<>((Class)List.class,AccessLockerV1AllDeviceStates.class)).canGet(true).canSet(false).canListen(true).canPerformAction(false).setIsEvent(false).setInnerIdentifier("AccessLockerV1AllDeviceStates")
            包:dji.sdk.keyvalue.key
            -
            描述:
            +
            描述:

            参数: List<AccessLockerDeviceStatus>

            获取存储设备的安全密码状态。可通过此接口获取飞行器上的存储设备是否支持安全密码功能,是否开启安全密码功能以及是否需要验证安全密码。
            安全密码是为了保护您的媒体数据安全。设置安全密码后,MSDK App连接飞行器后需要进行密码校验,验证通过后才可以进行拍照录像以及读写存储设备中的媒体数据。

          • getIsFeatureSupportedtrue,表示该存储设备支持安全密码功能。你可以调用KeyAccessLockerSetSecurityCode设置安全密码。
          • getIsFeatureEnabledtrue,表示该存储设备的安全密码功能已开启。你可以调用KeyAccessLockerModifySecurityCode进行安全密码修改。如果你忘记了安全密码,你可以调用KeyAccessLockerResetSecurityCode重置安全密码。
          • getIsFeatureNeedToBeVerifiedtrue,表示该存储设备需要验证安全密码。请调用KeyAccessLockerVerifySecurityCode进行安全密码验证,否则将无法进行拍照录像,并且无法读写存储设备中的媒体数据。当飞行器重启或者存储设备拔插后通常需要验证安全密码。
          • DJI不会在设备上存储用户密码,也不会回传DJI。
          • 用户忘记密码后,不支持找回密码。如您不慎遗失安全密码,只能通过格式化的方式来解锁存储设备。
          • 安全密码仅支持禅思H20系列相机,M30系列机型相机及Mavic 3行业系列相机,暂不支持禅思 P1、禅思 L1以及其他第三方负载。

            MSDK 5.1.0开始支持
          • @@ -1200,7 +1236,7 @@
            描述:
            static final DJIActionKeyInfo<AccessLockerSetSecurityCodeInfo,EmptyMsg> KeyAccessLockerSetSecurityCode = new DJIActionKeyInfo<>(componentType.value(),subComponentType.value(),"AccessLockerSetSecurityCode", new DJIValueConverter<>(AccessLockerSetSecurityCodeInfo.class),EmptyValueConverter.converter).canGet(false).canSet(false).canListen(false).canPerformAction(true).setIsEvent(false).setInnerIdentifier("AccessLockerV1SetupUserAccount")
            包:dji.sdk.keyvalue.key
            -
            描述:
            +
            描述:

            参数: AccessLockerSetSecurityCodeInfo

            设置安全密码。可通过此接口选择设备和存储类型进行安全密码设置。

          • 设置安全密码后存储设备将被格式化,请确认媒体数据已备份。
          • 请妥善保管安全密码,遗失后将无法找回,只能通过格式化的方式来解锁存储设备。
          • 你设置的密码长度需要至少4位,建议使用数字,大写、小写字母组成密码。


          • MSDK 5.1.0开始支持

            @@ -1209,7 +1245,7 @@
            描述:
            static final DJIActionKeyInfo<AccessLockerVerifySecurityCodeInfo,EmptyMsg> KeyAccessLockerVerifySecurityCode = new DJIActionKeyInfo<>(componentType.value(),subComponentType.value(),"AccessLockerVerifySecurityCode", new DJIValueConverter<>(AccessLockerVerifySecurityCodeInfo.class),EmptyValueConverter.converter).canGet(false).canSet(false).canListen(false).canPerformAction(true).setIsEvent(false).setInnerIdentifier("AccessLockerV1VerifyUserAccount")
            包:dji.sdk.keyvalue.key
            -
            描述:
            +
            描述:

            参数: AccessLockerVerifySecurityCodeInfo

            校验安全密码。可通过此接口校验安全密码,验证通过后才可以进行拍照录像以及读写存储设备中的媒体数据。

            MSDK 5.1.0开始支持

            @@ -1218,7 +1254,7 @@
            描述:
            static final DJIActionKeyInfo<AccessLockerModifySecurityCodeInfo,EmptyMsg> KeyAccessLockerModifySecurityCode = new DJIActionKeyInfo<>(componentType.value(),subComponentType.value(),"AccessLockerModifySecurityCode", new DJIValueConverter<>(AccessLockerModifySecurityCodeInfo.class),EmptyValueConverter.converter).canGet(false).canSet(false).canListen(false).canPerformAction(true).setIsEvent(false).setInnerIdentifier("AccessLockerV1ModifyUserAccount")
            包:dji.sdk.keyvalue.key
            -
            描述:
            +
            描述:

            参数: AccessLockerModifySecurityCodeInfo

            修改安全密码。

            MSDK 5.1.0开始支持

            重置安全密码
            @@ -1226,7 +1262,7 @@
            描述:
            static final DJIActionKeyInfo<AccessLockerResetSecurityCodeInfo,EmptyMsg> KeyAccessLockerResetSecurityCode = new DJIActionKeyInfo<>(componentType.value(),subComponentType.value(),"AccessLockerResetSecurityCode", new DJIValueConverter<>(AccessLockerResetSecurityCodeInfo.class),EmptyValueConverter.converter).canGet(false).canSet(false).canListen(false).canPerformAction(true).setIsEvent(false).setInnerIdentifier("AccessLockerV1ResetUserAccount")
            包:dji.sdk.keyvalue.key
            -
            描述:
            +
            描述:

            参数: AccessLockerResetSecurityCodeInfo

            重置安全密码。重置安全密码将会格式化存储设备,请确认媒体数据已备份。

            MSDK 5.1.0开始支持


            @@ -1236,7 +1272,7 @@

            AirSense

            static final DJIKeyInfo<AirSenseSystemInformation> KeyAirSenseSystemInformation = new KeyAirSenseSystemInformation().canGet(true).canSet(false).canListen(true).canPerformAction(false).setIsEvent(false)
            包:dji.sdk.keyvalue.key
            -
            描述:
            +
            描述:

            参数: AirSenseSystemInformation

            获取 DJI AirSense 系统的信息。包含警告级别和检测到的飞机(安装了 AirSense 系统的载人飞行器,譬如民航、直升机等,简称飞机)的详细状态。
            DJI AirSense 仅在特定情况下发出附近飞机的警告,它不会控制 DJI 飞行器自动避开其他飞机。请确保您的飞行器始终在视线范围内飞行并始终谨慎飞行。收到警告后,将飞行器降低到安全高度。此外,DJI AirSense 有以下限制:

          • DJI AirSense 只能接收 1090ES(RTCA DO-260)或 UAT(RTCA Do-282)标准下配备 ADS-B 输出设备的飞机发送的信息。对于没有 ADS-B 输出或 ADS-B 输出故障的飞机,DJI AirSense 无法接收相关广播信息或发出警告。
          • 当飞机与 DJI 飞行器之间有障碍物时,DJI 飞行器将无法接收到飞机发送的 ADS-B 信息或告警。
          • DJI AirSense 可能会因环境变化和干扰而收不到飞机发送的 ADS-B 信息或发出警告。强烈建议谨慎飞行,并在飞行过程中注意周围环境。
          • DJI AirSense 无法在 DJI 飞行器无法准确定位时发出警告。
          • DJI AirSense 在禁用或配置错误时无法接收飞机发送的 ADS-B 消息或发出警告。


          • MSDK 5.5.0开始支持

            diff --git a/Docs/Android_API/cn/Components/IKeyManager/Key_Gimbal_DJIGimbalKey.html b/Docs/Android_API/cn/Components/IKeyManager/Key_Gimbal_DJIGimbalKey.html index 9b53fc81..0abf3257 100644 --- a/Docs/Android_API/cn/Components/IKeyManager/Key_Gimbal_DJIGimbalKey.html +++ b/Docs/Android_API/cn/Components/IKeyManager/Key_Gimbal_DJIGimbalKey.html @@ -228,8 +228,6 @@
            IVideoChannel @@ -248,6 +246,18 @@
            +
            ICameraStreamManager + +
            IMediaManager
            ILiveStreamManager @@ -430,6 +442,10 @@
            FlySafeNotificationListener
            +
            FlySafeDatabaseListener +
            +
            FlySafeDatabaseInfo +
            ILTEManager @@ -488,6 +504,10 @@
            RealTimeTransimissionStateListener
            +
            MegaphoneInfoListener +
            +
            MegaphoneInfo +
            IPipelineManager @@ -538,6 +558,14 @@
            UARegistrationNumberStatusListener
            +
            OperatorRegistrationNumberStatus +
            +
            OperatorRegistrationNumberStatusListener +
            +
            RealNameRegistrationStatus +
            +
            RealNameRegistrationStatusListener +
            ILDMManager diff --git a/Docs/Android_API/cn/Components/IKeyManager/Key_Gimbal_GimbalKey.html b/Docs/Android_API/cn/Components/IKeyManager/Key_Gimbal_GimbalKey.html index 2877784a..1ef674a6 100644 --- a/Docs/Android_API/cn/Components/IKeyManager/Key_Gimbal_GimbalKey.html +++ b/Docs/Android_API/cn/Components/IKeyManager/Key_Gimbal_GimbalKey.html @@ -228,8 +228,6 @@
            IVideoChannel @@ -248,6 +246,18 @@
            +
            ICameraStreamManager + +
            IMediaManager
            ILiveStreamManager @@ -430,6 +442,10 @@
            FlySafeNotificationListener
            +
            FlySafeDatabaseListener +
            +
            FlySafeDatabaseInfo +
            ILTEManager @@ -488,6 +504,10 @@
            RealTimeTransimissionStateListener
            +
            MegaphoneInfoListener +
            +
            MegaphoneInfo +
            IPipelineManager @@ -538,6 +558,14 @@
            UARegistrationNumberStatusListener
            +
            OperatorRegistrationNumberStatus +
            +
            OperatorRegistrationNumberStatusListener +
            +
            RealNameRegistrationStatus +
            +
            RealNameRegistrationStatusListener +
            ILDMManager diff --git a/Docs/Android_API/cn/Components/IKeyManager/Key_Product_DJIProductKey.html b/Docs/Android_API/cn/Components/IKeyManager/Key_Product_DJIProductKey.html index 10d9db81..416a10db 100644 --- a/Docs/Android_API/cn/Components/IKeyManager/Key_Product_DJIProductKey.html +++ b/Docs/Android_API/cn/Components/IKeyManager/Key_Product_DJIProductKey.html @@ -228,8 +228,6 @@
            IVideoChannel @@ -248,6 +246,18 @@
            +
            ICameraStreamManager + +
            IMediaManager
            ILiveStreamManager @@ -430,6 +442,10 @@
            FlySafeNotificationListener
            +
            FlySafeDatabaseListener +
            +
            FlySafeDatabaseInfo +
            ILTEManager @@ -488,6 +504,10 @@
            RealTimeTransimissionStateListener
            +
            MegaphoneInfoListener +
            +
            MegaphoneInfo +
            IPipelineManager @@ -538,6 +558,14 @@
            UARegistrationNumberStatusListener
            +
            OperatorRegistrationNumberStatus +
            +
            OperatorRegistrationNumberStatusListener +
            +
            RealNameRegistrationStatus +
            +
            RealNameRegistrationStatusListener +
            ILDMManager diff --git a/Docs/Android_API/cn/Components/IKeyManager/Key_Product_ProductKey.html b/Docs/Android_API/cn/Components/IKeyManager/Key_Product_ProductKey.html index 1bc997a2..9e0fd004 100644 --- a/Docs/Android_API/cn/Components/IKeyManager/Key_Product_ProductKey.html +++ b/Docs/Android_API/cn/Components/IKeyManager/Key_Product_ProductKey.html @@ -228,8 +228,6 @@
            IVideoChannel @@ -248,6 +246,18 @@
            +
            ICameraStreamManager + +
            IMediaManager
            ILiveStreamManager @@ -430,6 +442,10 @@
            FlySafeNotificationListener
            +
            FlySafeDatabaseListener +
            +
            FlySafeDatabaseInfo +
            ILTEManager @@ -488,6 +504,10 @@
            RealTimeTransimissionStateListener
            +
            MegaphoneInfoListener +
            +
            MegaphoneInfo +
            IPipelineManager @@ -538,6 +558,14 @@
            UARegistrationNumberStatusListener
            +
            OperatorRegistrationNumberStatus +
            +
            OperatorRegistrationNumberStatusListener +
            +
            RealNameRegistrationStatus +
            +
            RealNameRegistrationStatusListener +
            ILDMManager diff --git a/Docs/Android_API/cn/Components/IKeyManager/Key_RemoteController_DJIRemoteControllerKey.html b/Docs/Android_API/cn/Components/IKeyManager/Key_RemoteController_DJIRemoteControllerKey.html index 19f65cc3..b7377dbc 100644 --- a/Docs/Android_API/cn/Components/IKeyManager/Key_RemoteController_DJIRemoteControllerKey.html +++ b/Docs/Android_API/cn/Components/IKeyManager/Key_RemoteController_DJIRemoteControllerKey.html @@ -228,8 +228,6 @@
            IVideoChannel @@ -248,6 +246,18 @@
            +
            ICameraStreamManager + +
            IMediaManager
            ILiveStreamManager @@ -430,6 +442,10 @@
            FlySafeNotificationListener
            +
            FlySafeDatabaseListener +
            +
            FlySafeDatabaseInfo +
            ILTEManager @@ -488,6 +504,10 @@
            RealTimeTransimissionStateListener
            +
            MegaphoneInfoListener +
            +
            MegaphoneInfo +
            IPipelineManager @@ -538,6 +558,14 @@
            UARegistrationNumberStatusListener
            +
            OperatorRegistrationNumberStatus +
            +
            OperatorRegistrationNumberStatusListener +
            +
            RealNameRegistrationStatus +
            +
            RealNameRegistrationStatusListener +
            ILDMManager diff --git a/Docs/Android_API/cn/Components/IKeyManager/Key_RemoteController_RemoteControllerKey.html b/Docs/Android_API/cn/Components/IKeyManager/Key_RemoteController_RemoteControllerKey.html index d8d045a7..28f57c6f 100644 --- a/Docs/Android_API/cn/Components/IKeyManager/Key_RemoteController_RemoteControllerKey.html +++ b/Docs/Android_API/cn/Components/IKeyManager/Key_RemoteController_RemoteControllerKey.html @@ -228,8 +228,6 @@
            IVideoChannel @@ -248,6 +246,18 @@
            +
            ICameraStreamManager + +
            IMediaManager
            ILiveStreamManager @@ -430,6 +442,10 @@
            FlySafeNotificationListener
            +
            FlySafeDatabaseListener +
            +
            FlySafeDatabaseInfo +
            ILTEManager @@ -488,6 +504,10 @@
            RealTimeTransimissionStateListener
            +
            MegaphoneInfoListener +
            +
            MegaphoneInfo +
            IPipelineManager @@ -538,6 +558,14 @@
            UARegistrationNumberStatusListener
            +
            OperatorRegistrationNumberStatus +
            +
            OperatorRegistrationNumberStatusListener +
            +
            RealNameRegistrationStatus +
            +
            RealNameRegistrationStatusListener +
            ILDMManager @@ -606,7 +634,7 @@
            描述:
            static final DJIKeyInfo<ControlMode> KeyControlMode = new KeyControlMode()
            .canGet(true).canSet(true).canListen(false).canPerformAction(false).setIsEvent(false)
            包:dji.sdk.keyvalue.key
            描述:
            -

            参数: ControlMode

            获取遥控器控制模式。

            MSDK 5.0.0开始支持

            +

            参数: ControlMode

            获取遥控器控制模式。首次调用get方法,需要使用异步的方式getValue调用才能获取到值。

            MSDK 5.0.0开始支持

            电量信息
            final KeyBatteryInfo
            diff --git a/Docs/Android_API/cn/Components/IKeyManager/Value_Accessory_Struct_PlayingAudioFileInfo.html b/Docs/Android_API/cn/Components/IKeyManager/Value_Accessory_Struct_PlayingAudioFileInfo.html index 558f0f09..63401db3 100644 --- a/Docs/Android_API/cn/Components/IKeyManager/Value_Accessory_Struct_PlayingAudioFileInfo.html +++ b/Docs/Android_API/cn/Components/IKeyManager/Value_Accessory_Struct_PlayingAudioFileInfo.html @@ -228,8 +228,6 @@
            IVideoChannel @@ -248,6 +246,18 @@
            +
            ICameraStreamManager + +
            IMediaManager
            ILiveStreamManager @@ -430,6 +442,10 @@
            FlySafeNotificationListener
            +
            FlySafeDatabaseListener +
            +
            FlySafeDatabaseInfo +
            ILTEManager @@ -488,6 +504,10 @@
            RealTimeTransimissionStateListener
            +
            MegaphoneInfoListener +
            +
            MegaphoneInfo +
            IPipelineManager @@ -538,6 +558,14 @@
            UARegistrationNumberStatusListener
            +
            OperatorRegistrationNumberStatus +
            +
            OperatorRegistrationNumberStatusListener +
            +
            RealNameRegistrationStatus +
            +
            RealNameRegistrationStatusListener +
            ILDMManager diff --git a/Docs/Android_API/cn/Components/IKeyManager/Value_Airlink_Struct_FrequencyInterference.html b/Docs/Android_API/cn/Components/IKeyManager/Value_Airlink_Struct_FrequencyInterference.html index 2d4f761e..cb990da7 100644 --- a/Docs/Android_API/cn/Components/IKeyManager/Value_Airlink_Struct_FrequencyInterference.html +++ b/Docs/Android_API/cn/Components/IKeyManager/Value_Airlink_Struct_FrequencyInterference.html @@ -228,8 +228,6 @@
            IVideoChannel @@ -248,6 +246,18 @@
            +
            ICameraStreamManager + +
            IMediaManager
            ILiveStreamManager @@ -430,6 +442,10 @@
            FlySafeNotificationListener
            +
            FlySafeDatabaseListener +
            +
            FlySafeDatabaseInfo +
            ILTEManager @@ -488,6 +504,10 @@
            RealTimeTransimissionStateListener
            +
            MegaphoneInfoListener +
            +
            MegaphoneInfo +
            IPipelineManager @@ -538,6 +558,14 @@
            UARegistrationNumberStatusListener
            +
            OperatorRegistrationNumberStatus +
            +
            OperatorRegistrationNumberStatusListener +
            +
            RealNameRegistrationStatus +
            +
            RealNameRegistrationStatusListener +
            ILDMManager diff --git a/Docs/Android_API/cn/Components/IKeyManager/Value_Airlink_Struct_WlmDongleInfoMsg.html b/Docs/Android_API/cn/Components/IKeyManager/Value_Airlink_Struct_WlmDongleInfoMsg.html index 30547a0a..230b87ae 100644 --- a/Docs/Android_API/cn/Components/IKeyManager/Value_Airlink_Struct_WlmDongleInfoMsg.html +++ b/Docs/Android_API/cn/Components/IKeyManager/Value_Airlink_Struct_WlmDongleInfoMsg.html @@ -228,8 +228,6 @@
            IVideoChannel @@ -248,6 +246,18 @@
            +
            ICameraStreamManager + +
            IMediaManager
            ILiveStreamManager @@ -430,6 +442,10 @@
            FlySafeNotificationListener
            +
            FlySafeDatabaseListener +
            +
            FlySafeDatabaseInfo +
            ILTEManager @@ -488,6 +504,10 @@
            RealTimeTransimissionStateListener
            +
            MegaphoneInfoListener +
            +
            MegaphoneInfo +
            IPipelineManager @@ -538,6 +558,14 @@
            UARegistrationNumberStatusListener
            +
            OperatorRegistrationNumberStatus +
            +
            OperatorRegistrationNumberStatusListener +
            +
            RealNameRegistrationStatus +
            +
            RealNameRegistrationStatusListener +
            ILDMManager diff --git a/Docs/Android_API/cn/Components/IKeyManager/Value_Airlink_Struct_WlmDongleState.html b/Docs/Android_API/cn/Components/IKeyManager/Value_Airlink_Struct_WlmDongleState.html index 5b1f4905..ff698791 100644 --- a/Docs/Android_API/cn/Components/IKeyManager/Value_Airlink_Struct_WlmDongleState.html +++ b/Docs/Android_API/cn/Components/IKeyManager/Value_Airlink_Struct_WlmDongleState.html @@ -228,8 +228,6 @@
            IVideoChannel @@ -248,6 +246,18 @@
            +
            ICameraStreamManager + +
            IMediaManager
            ILiveStreamManager @@ -430,6 +442,10 @@
            FlySafeNotificationListener
            +
            FlySafeDatabaseListener +
            +
            FlySafeDatabaseInfo +
            ILTEManager @@ -488,6 +504,10 @@
            RealTimeTransimissionStateListener
            +
            MegaphoneInfoListener +
            +
            MegaphoneInfo +
            IPipelineManager @@ -538,6 +558,14 @@
            UARegistrationNumberStatusListener
            +
            OperatorRegistrationNumberStatus +
            +
            OperatorRegistrationNumberStatusListener +
            +
            RealNameRegistrationStatus +
            +
            RealNameRegistrationStatusListener +
            ILDMManager @@ -615,9 +643,9 @@
            返回值:
            WlmDongleWorkState getWorkState()
            包:dji.sdk.keyvalue.value.airlink
            描述:
            -

            获取TLE Dongle工作状态。

            +

            获取LTE Dongle工作状态。

            返回值:
            -
            WlmDongleWorkState返回TLE Dongle工作状态。
            +
            WlmDongleWorkState返回LTE Dongle工作状态。
            IVideoChannel @@ -248,6 +246,18 @@
            +
            ICameraStreamManager + +
            IMediaManager
            ILiveStreamManager @@ -430,6 +442,10 @@
            FlySafeNotificationListener
            +
            FlySafeDatabaseListener +
            +
            FlySafeDatabaseInfo +
            ILTEManager @@ -488,6 +504,10 @@
            RealTimeTransimissionStateListener
            +
            MegaphoneInfoListener +
            +
            MegaphoneInfo +
            IPipelineManager @@ -538,6 +558,14 @@
            UARegistrationNumberStatusListener
            +
            OperatorRegistrationNumberStatus +
            +
            OperatorRegistrationNumberStatusListener +
            +
            RealNameRegistrationStatus +
            +
            RealNameRegistrationStatusListener +
            ILDMManager diff --git a/Docs/Android_API/cn/Components/IKeyManager/Value_Battery_Struct_BatteryLedsControlMsg.html b/Docs/Android_API/cn/Components/IKeyManager/Value_Battery_Struct_BatteryLedsControlMsg.html index b544842a..873f92c9 100644 --- a/Docs/Android_API/cn/Components/IKeyManager/Value_Battery_Struct_BatteryLedsControlMsg.html +++ b/Docs/Android_API/cn/Components/IKeyManager/Value_Battery_Struct_BatteryLedsControlMsg.html @@ -228,8 +228,6 @@
            IVideoChannel @@ -248,6 +246,18 @@
            +
            ICameraStreamManager + +
            IMediaManager
            ILiveStreamManager @@ -430,6 +442,10 @@
            FlySafeNotificationListener
            +
            FlySafeDatabaseListener +
            +
            FlySafeDatabaseInfo +
            ILTEManager @@ -488,6 +504,10 @@
            RealTimeTransimissionStateListener
            +
            MegaphoneInfoListener +
            +
            MegaphoneInfo +
            IPipelineManager @@ -538,6 +558,14 @@
            UARegistrationNumberStatusListener
            +
            OperatorRegistrationNumberStatus +
            +
            OperatorRegistrationNumberStatusListener +
            +
            RealNameRegistrationStatus +
            +
            RealNameRegistrationStatusListener +
            ILDMManager diff --git a/Docs/Android_API/cn/Components/IKeyManager/Value_Camera_Struct_CameraHybridZoomSpec.html b/Docs/Android_API/cn/Components/IKeyManager/Value_Camera_Struct_CameraHybridZoomSpec.html index 0437bd0e..b7046965 100644 --- a/Docs/Android_API/cn/Components/IKeyManager/Value_Camera_Struct_CameraHybridZoomSpec.html +++ b/Docs/Android_API/cn/Components/IKeyManager/Value_Camera_Struct_CameraHybridZoomSpec.html @@ -228,8 +228,6 @@
            IVideoChannel @@ -248,6 +246,18 @@
            +
            ICameraStreamManager + +
            IMediaManager
            ILiveStreamManager @@ -430,6 +442,10 @@
            FlySafeNotificationListener
            +
            FlySafeDatabaseListener +
            +
            FlySafeDatabaseInfo +
            ILTEManager @@ -488,6 +504,10 @@
            RealTimeTransimissionStateListener
            +
            MegaphoneInfoListener +
            +
            MegaphoneInfo +
            IPipelineManager @@ -538,6 +558,14 @@
            UARegistrationNumberStatusListener
            +
            OperatorRegistrationNumberStatus +
            +
            OperatorRegistrationNumberStatusListener +
            +
            RealNameRegistrationStatus +
            +
            RealNameRegistrationStatusListener +
            ILDMManager diff --git a/Docs/Android_API/cn/Components/IKeyManager/Value_Camera_Struct_CameraStorageInfo.html b/Docs/Android_API/cn/Components/IKeyManager/Value_Camera_Struct_CameraStorageInfo.html index 3f3e16c3..c7993fcc 100644 --- a/Docs/Android_API/cn/Components/IKeyManager/Value_Camera_Struct_CameraStorageInfo.html +++ b/Docs/Android_API/cn/Components/IKeyManager/Value_Camera_Struct_CameraStorageInfo.html @@ -228,8 +228,6 @@
            IVideoChannel @@ -248,6 +246,18 @@
            +
            ICameraStreamManager + +
            IMediaManager
            ILiveStreamManager @@ -430,6 +442,10 @@
            FlySafeNotificationListener
            +
            FlySafeDatabaseListener +
            +
            FlySafeDatabaseInfo +
            ILTEManager @@ -488,6 +504,10 @@
            RealTimeTransimissionStateListener
            +
            MegaphoneInfoListener +
            +
            MegaphoneInfo +
            IPipelineManager @@ -538,6 +558,14 @@
            UARegistrationNumberStatusListener
            +
            OperatorRegistrationNumberStatus +
            +
            OperatorRegistrationNumberStatusListener +
            +
            RealNameRegistrationStatus +
            +
            RealNameRegistrationStatusListener +
            ILDMManager diff --git a/Docs/Android_API/cn/Components/IKeyManager/Value_Camera_Struct_CameraStorageInfos.html b/Docs/Android_API/cn/Components/IKeyManager/Value_Camera_Struct_CameraStorageInfos.html index e2e02e52..a0b362e4 100644 --- a/Docs/Android_API/cn/Components/IKeyManager/Value_Camera_Struct_CameraStorageInfos.html +++ b/Docs/Android_API/cn/Components/IKeyManager/Value_Camera_Struct_CameraStorageInfos.html @@ -228,8 +228,6 @@
            IVideoChannel @@ -248,6 +246,18 @@
            +
            ICameraStreamManager + +
            IMediaManager
            ILiveStreamManager @@ -430,6 +442,10 @@
            FlySafeNotificationListener
            +
            FlySafeDatabaseListener +
            +
            FlySafeDatabaseInfo +
            ILTEManager @@ -488,6 +504,10 @@
            RealTimeTransimissionStateListener
            +
            MegaphoneInfoListener +
            +
            MegaphoneInfo +
            IPipelineManager @@ -538,6 +558,14 @@
            UARegistrationNumberStatusListener
            +
            OperatorRegistrationNumberStatus +
            +
            OperatorRegistrationNumberStatusListener +
            +
            RealNameRegistrationStatus +
            +
            RealNameRegistrationStatusListener +
            ILDMManager diff --git a/Docs/Android_API/cn/Components/IKeyManager/Value_Camera_Struct_CameraStorageState.html b/Docs/Android_API/cn/Components/IKeyManager/Value_Camera_Struct_CameraStorageState.html index 705233c2..77a8ff78 100644 --- a/Docs/Android_API/cn/Components/IKeyManager/Value_Camera_Struct_CameraStorageState.html +++ b/Docs/Android_API/cn/Components/IKeyManager/Value_Camera_Struct_CameraStorageState.html @@ -228,8 +228,6 @@
            IVideoChannel @@ -248,6 +246,18 @@
            +
            ICameraStreamManager + +
            IMediaManager
            ILiveStreamManager @@ -430,6 +442,10 @@
            FlySafeNotificationListener
            +
            FlySafeDatabaseListener +
            +
            FlySafeDatabaseInfo +
            ILTEManager @@ -488,6 +504,10 @@
            RealTimeTransimissionStateListener
            +
            MegaphoneInfoListener +
            +
            MegaphoneInfo +
            IPipelineManager @@ -538,6 +558,14 @@
            UARegistrationNumberStatusListener
            +
            OperatorRegistrationNumberStatus +
            +
            OperatorRegistrationNumberStatusListener +
            +
            RealNameRegistrationStatus +
            +
            RealNameRegistrationStatusListener +
            ILDMManager diff --git a/Docs/Android_API/cn/Components/IKeyManager/Value_Camera_Struct_CameraStorageStateMsg.html b/Docs/Android_API/cn/Components/IKeyManager/Value_Camera_Struct_CameraStorageStateMsg.html index b11c5ce0..9b590a98 100644 --- a/Docs/Android_API/cn/Components/IKeyManager/Value_Camera_Struct_CameraStorageStateMsg.html +++ b/Docs/Android_API/cn/Components/IKeyManager/Value_Camera_Struct_CameraStorageStateMsg.html @@ -228,8 +228,6 @@
            IVideoChannel @@ -248,6 +246,18 @@
            +
            ICameraStreamManager + +
            IMediaManager
            ILiveStreamManager @@ -430,6 +442,10 @@
            FlySafeNotificationListener
            +
            FlySafeDatabaseListener +
            +
            FlySafeDatabaseInfo +
            ILTEManager @@ -488,6 +504,10 @@
            RealTimeTransimissionStateListener
            +
            MegaphoneInfoListener +
            +
            MegaphoneInfo +
            IPipelineManager @@ -538,6 +558,14 @@
            UARegistrationNumberStatusListener
            +
            OperatorRegistrationNumberStatus +
            +
            OperatorRegistrationNumberStatusListener +
            +
            RealNameRegistrationStatus +
            +
            RealNameRegistrationStatusListener +
            ILDMManager diff --git a/Docs/Android_API/cn/Components/IKeyManager/Value_Camera_Struct_CameraStreamSettingsMsg.html b/Docs/Android_API/cn/Components/IKeyManager/Value_Camera_Struct_CameraStreamSettingsMsg.html index 83035f69..41207bf7 100644 --- a/Docs/Android_API/cn/Components/IKeyManager/Value_Camera_Struct_CameraStreamSettingsMsg.html +++ b/Docs/Android_API/cn/Components/IKeyManager/Value_Camera_Struct_CameraStreamSettingsMsg.html @@ -228,8 +228,6 @@
            IVideoChannel @@ -248,6 +246,18 @@
            +
            ICameraStreamManager + +
            IMediaManager
            ILiveStreamManager @@ -430,6 +442,10 @@
            FlySafeNotificationListener
            +
            FlySafeDatabaseListener +
            +
            FlySafeDatabaseInfo +
            ILTEManager @@ -488,6 +504,10 @@
            RealTimeTransimissionStateListener
            +
            MegaphoneInfoListener +
            +
            MegaphoneInfo +
            IPipelineManager @@ -538,6 +558,14 @@
            UARegistrationNumberStatusListener
            +
            OperatorRegistrationNumberStatus +
            +
            OperatorRegistrationNumberStatusListener +
            +
            RealNameRegistrationStatus +
            +
            RealNameRegistrationStatusListener +
            ILDMManager diff --git a/Docs/Android_API/cn/Components/IKeyManager/Value_Camera_Struct_CameraWatermarkSettings.html b/Docs/Android_API/cn/Components/IKeyManager/Value_Camera_Struct_CameraWatermarkSettings.html index 52b286fe..4a9ead89 100644 --- a/Docs/Android_API/cn/Components/IKeyManager/Value_Camera_Struct_CameraWatermarkSettings.html +++ b/Docs/Android_API/cn/Components/IKeyManager/Value_Camera_Struct_CameraWatermarkSettings.html @@ -228,8 +228,6 @@
            IVideoChannel @@ -248,6 +246,18 @@
            +
            ICameraStreamManager + +
            IMediaManager
            ILiveStreamManager @@ -430,6 +442,10 @@
            FlySafeNotificationListener
            +
            FlySafeDatabaseListener +
            +
            FlySafeDatabaseInfo +
            ILTEManager @@ -488,6 +504,10 @@
            RealTimeTransimissionStateListener
            +
            MegaphoneInfoListener +
            +
            MegaphoneInfo +
            IPipelineManager @@ -538,6 +558,14 @@
            UARegistrationNumberStatusListener
            +
            OperatorRegistrationNumberStatus +
            +
            OperatorRegistrationNumberStatusListener +
            +
            RealNameRegistrationStatus +
            +
            RealNameRegistrationStatusListener +
            ILDMManager diff --git a/Docs/Android_API/cn/Components/IKeyManager/Value_Camera_Struct_CameraWhiteBalance.html b/Docs/Android_API/cn/Components/IKeyManager/Value_Camera_Struct_CameraWhiteBalance.html index 7130baca..d87df317 100644 --- a/Docs/Android_API/cn/Components/IKeyManager/Value_Camera_Struct_CameraWhiteBalance.html +++ b/Docs/Android_API/cn/Components/IKeyManager/Value_Camera_Struct_CameraWhiteBalance.html @@ -228,8 +228,6 @@
            IVideoChannel @@ -248,6 +246,18 @@
            +
            ICameraStreamManager + +
            IMediaManager
            ILiveStreamManager @@ -430,6 +442,10 @@
            FlySafeNotificationListener
            +
            FlySafeDatabaseListener +
            +
            FlySafeDatabaseInfo +
            ILTEManager @@ -488,6 +504,10 @@
            RealTimeTransimissionStateListener
            +
            MegaphoneInfoListener +
            +
            MegaphoneInfo +
            IPipelineManager @@ -538,6 +558,14 @@
            UARegistrationNumberStatusListener
            +
            OperatorRegistrationNumberStatus +
            +
            OperatorRegistrationNumberStatusListener +
            +
            RealNameRegistrationStatus +
            +
            RealNameRegistrationStatusListener +
            ILDMManager diff --git a/Docs/Android_API/cn/Components/IKeyManager/Value_Camera_Struct_CustomExpandNameSettings.html b/Docs/Android_API/cn/Components/IKeyManager/Value_Camera_Struct_CustomExpandNameSettings.html index 32b4d9f9..0f5ba0d4 100644 --- a/Docs/Android_API/cn/Components/IKeyManager/Value_Camera_Struct_CustomExpandNameSettings.html +++ b/Docs/Android_API/cn/Components/IKeyManager/Value_Camera_Struct_CustomExpandNameSettings.html @@ -228,8 +228,6 @@
            IVideoChannel @@ -248,6 +246,18 @@
            +
            ICameraStreamManager + +
            IMediaManager
            ILiveStreamManager @@ -430,6 +442,10 @@
            FlySafeNotificationListener
            +
            FlySafeDatabaseListener +
            +
            FlySafeDatabaseInfo +
            ILTEManager @@ -488,6 +504,10 @@
            RealTimeTransimissionStateListener
            +
            MegaphoneInfoListener +
            +
            MegaphoneInfo +
            IPipelineManager @@ -538,6 +558,14 @@
            UARegistrationNumberStatusListener
            +
            OperatorRegistrationNumberStatus +
            +
            OperatorRegistrationNumberStatusListener +
            +
            RealNameRegistrationStatus +
            +
            RealNameRegistrationStatusListener +
            ILDMManager diff --git a/Docs/Android_API/cn/Components/IKeyManager/Value_Camera_Struct_DateTime.html b/Docs/Android_API/cn/Components/IKeyManager/Value_Camera_Struct_DateTime.html index f0bc7bb9..34fe8884 100644 --- a/Docs/Android_API/cn/Components/IKeyManager/Value_Camera_Struct_DateTime.html +++ b/Docs/Android_API/cn/Components/IKeyManager/Value_Camera_Struct_DateTime.html @@ -228,8 +228,6 @@
            IVideoChannel @@ -248,6 +246,18 @@
            +
            ICameraStreamManager + +
            IMediaManager
            ILiveStreamManager @@ -430,6 +442,10 @@
            FlySafeNotificationListener
            +
            FlySafeDatabaseListener +
            +
            FlySafeDatabaseInfo +
            ILTEManager @@ -488,6 +504,10 @@
            RealTimeTransimissionStateListener
            +
            MegaphoneInfoListener +
            +
            MegaphoneInfo +
            IPipelineManager @@ -538,6 +558,14 @@
            UARegistrationNumberStatusListener
            +
            OperatorRegistrationNumberStatus +
            +
            OperatorRegistrationNumberStatusListener +
            +
            RealNameRegistrationStatus +
            +
            RealNameRegistrationStatusListener +
            ILDMManager diff --git a/Docs/Android_API/cn/Components/IKeyManager/Value_Camera_Struct_GeneratedMediaFileInfo.html b/Docs/Android_API/cn/Components/IKeyManager/Value_Camera_Struct_GeneratedMediaFileInfo.html index 1606c624..89036dab 100644 --- a/Docs/Android_API/cn/Components/IKeyManager/Value_Camera_Struct_GeneratedMediaFileInfo.html +++ b/Docs/Android_API/cn/Components/IKeyManager/Value_Camera_Struct_GeneratedMediaFileInfo.html @@ -228,8 +228,6 @@
            IVideoChannel @@ -248,6 +246,18 @@
            +
            ICameraStreamManager + +
            IMediaManager
            ILiveStreamManager @@ -430,6 +442,10 @@
            FlySafeNotificationListener
            +
            FlySafeDatabaseListener +
            +
            FlySafeDatabaseInfo +
            ILTEManager @@ -488,6 +504,10 @@
            RealTimeTransimissionStateListener
            +
            MegaphoneInfoListener +
            +
            MegaphoneInfo +
            IPipelineManager @@ -538,6 +558,14 @@
            UARegistrationNumberStatusListener
            +
            OperatorRegistrationNumberStatus +
            +
            OperatorRegistrationNumberStatusListener +
            +
            RealNameRegistrationStatus +
            +
            RealNameRegistrationStatusListener +
            ILDMManager diff --git a/Docs/Android_API/cn/Components/IKeyManager/Value_Camera_Struct_LaserMeasureInformationMsg.html b/Docs/Android_API/cn/Components/IKeyManager/Value_Camera_Struct_LaserMeasureInformationMsg.html index 665a5a8e..948511d3 100644 --- a/Docs/Android_API/cn/Components/IKeyManager/Value_Camera_Struct_LaserMeasureInformationMsg.html +++ b/Docs/Android_API/cn/Components/IKeyManager/Value_Camera_Struct_LaserMeasureInformationMsg.html @@ -228,8 +228,6 @@
            IVideoChannel @@ -248,6 +246,18 @@
            +
            ICameraStreamManager + +
            IMediaManager
            ILiveStreamManager @@ -430,6 +442,10 @@
            FlySafeNotificationListener
            +
            FlySafeDatabaseListener +
            +
            FlySafeDatabaseInfo +
            ILTEManager @@ -488,6 +504,10 @@
            RealTimeTransimissionStateListener
            +
            MegaphoneInfoListener +
            +
            MegaphoneInfo +
            IPipelineManager @@ -538,6 +558,14 @@
            UARegistrationNumberStatusListener
            +
            OperatorRegistrationNumberStatus +
            +
            OperatorRegistrationNumberStatusListener +
            +
            RealNameRegistrationStatus +
            +
            RealNameRegistrationStatusListener +
            ILDMManager diff --git a/Docs/Android_API/cn/Components/IKeyManager/Value_Camera_Struct_MSDKCameraStreamSettings.html b/Docs/Android_API/cn/Components/IKeyManager/Value_Camera_Struct_MSDKCameraStreamSettings.html index f0118187..2ecd3273 100644 --- a/Docs/Android_API/cn/Components/IKeyManager/Value_Camera_Struct_MSDKCameraStreamSettings.html +++ b/Docs/Android_API/cn/Components/IKeyManager/Value_Camera_Struct_MSDKCameraStreamSettings.html @@ -228,8 +228,6 @@
            IVideoChannel @@ -248,6 +246,18 @@
            +
            ICameraStreamManager + +
            IMediaManager
            ILiveStreamManager @@ -430,6 +442,10 @@
            FlySafeNotificationListener
            +
            FlySafeDatabaseListener +
            +
            FlySafeDatabaseInfo +
            ILTEManager @@ -488,6 +504,10 @@
            RealTimeTransimissionStateListener
            +
            MegaphoneInfoListener +
            +
            MegaphoneInfo +
            IPipelineManager @@ -538,6 +558,14 @@
            UARegistrationNumberStatusListener
            +
            OperatorRegistrationNumberStatus +
            +
            OperatorRegistrationNumberStatusListener +
            +
            RealNameRegistrationStatus +
            +
            RealNameRegistrationStatusListener +
            ILDMManager diff --git a/Docs/Android_API/cn/Components/IKeyManager/Value_Camera_Struct_MSDKZoomRatiosRange.html b/Docs/Android_API/cn/Components/IKeyManager/Value_Camera_Struct_MSDKZoomRatiosRange.html index e655f2a7..d9b9401b 100644 --- a/Docs/Android_API/cn/Components/IKeyManager/Value_Camera_Struct_MSDKZoomRatiosRange.html +++ b/Docs/Android_API/cn/Components/IKeyManager/Value_Camera_Struct_MSDKZoomRatiosRange.html @@ -228,8 +228,6 @@
            IVideoChannel @@ -248,6 +246,18 @@
            +
            ICameraStreamManager + +
            IMediaManager
            ILiveStreamManager @@ -430,6 +442,10 @@
            FlySafeNotificationListener
            +
            FlySafeDatabaseListener +
            +
            FlySafeDatabaseInfo +
            ILTEManager @@ -488,6 +504,10 @@
            RealTimeTransimissionStateListener
            +
            MegaphoneInfoListener +
            +
            MegaphoneInfo +
            IPipelineManager @@ -538,6 +558,14 @@
            UARegistrationNumberStatusListener
            +
            OperatorRegistrationNumberStatus +
            +
            OperatorRegistrationNumberStatusListener +
            +
            RealNameRegistrationStatus +
            +
            RealNameRegistrationStatusListener +
            ILDMManager diff --git a/Docs/Android_API/cn/Components/IKeyManager/Value_Camera_Struct_MultiSpectralFusionDisplayRangeMsg.html b/Docs/Android_API/cn/Components/IKeyManager/Value_Camera_Struct_MultiSpectralFusionDisplayRangeMsg.html index b06d79af..e6ead2f7 100644 --- a/Docs/Android_API/cn/Components/IKeyManager/Value_Camera_Struct_MultiSpectralFusionDisplayRangeMsg.html +++ b/Docs/Android_API/cn/Components/IKeyManager/Value_Camera_Struct_MultiSpectralFusionDisplayRangeMsg.html @@ -228,8 +228,6 @@
            IVideoChannel @@ -248,6 +246,18 @@
            +
            ICameraStreamManager + +
            IMediaManager
            ILiveStreamManager @@ -430,6 +442,10 @@
            FlySafeNotificationListener
            +
            FlySafeDatabaseListener +
            +
            FlySafeDatabaseInfo +
            ILTEManager @@ -488,6 +504,10 @@
            RealTimeTransimissionStateListener
            +
            MegaphoneInfoListener +
            +
            MegaphoneInfo +
            IPipelineManager @@ -538,6 +558,14 @@
            UARegistrationNumberStatusListener
            +
            OperatorRegistrationNumberStatus +
            +
            OperatorRegistrationNumberStatusListener +
            +
            RealNameRegistrationStatus +
            +
            RealNameRegistrationStatusListener +
            ILDMManager diff --git a/Docs/Android_API/cn/Components/IKeyManager/Value_Camera_Struct_PhotoIntervalShootSettings.html b/Docs/Android_API/cn/Components/IKeyManager/Value_Camera_Struct_PhotoIntervalShootSettings.html index 468532d5..081429d4 100644 --- a/Docs/Android_API/cn/Components/IKeyManager/Value_Camera_Struct_PhotoIntervalShootSettings.html +++ b/Docs/Android_API/cn/Components/IKeyManager/Value_Camera_Struct_PhotoIntervalShootSettings.html @@ -228,8 +228,6 @@
            IVideoChannel @@ -248,6 +246,18 @@
            +
            ICameraStreamManager + +
            IMediaManager
            ILiveStreamManager @@ -430,6 +442,10 @@
            FlySafeNotificationListener
            +
            FlySafeDatabaseListener +
            +
            FlySafeDatabaseInfo +
            ILTEManager @@ -488,6 +504,10 @@
            RealTimeTransimissionStateListener
            +
            MegaphoneInfoListener +
            +
            MegaphoneInfo +
            IPipelineManager @@ -538,6 +558,14 @@
            UARegistrationNumberStatusListener
            +
            OperatorRegistrationNumberStatus +
            +
            OperatorRegistrationNumberStatusListener +
            +
            RealNameRegistrationStatus +
            +
            RealNameRegistrationStatusListener +
            ILDMManager diff --git a/Docs/Android_API/cn/Components/IKeyManager/Value_Camera_Struct_SuperResolutionStateMsg.html b/Docs/Android_API/cn/Components/IKeyManager/Value_Camera_Struct_SuperResolutionStateMsg.html index d5d8a51b..f1884612 100644 --- a/Docs/Android_API/cn/Components/IKeyManager/Value_Camera_Struct_SuperResolutionStateMsg.html +++ b/Docs/Android_API/cn/Components/IKeyManager/Value_Camera_Struct_SuperResolutionStateMsg.html @@ -228,8 +228,6 @@
            IVideoChannel @@ -248,6 +246,18 @@
            +
            ICameraStreamManager + +
            IMediaManager
            ILiveStreamManager @@ -430,6 +442,10 @@
            FlySafeNotificationListener
            +
            FlySafeDatabaseListener +
            +
            FlySafeDatabaseInfo +
            ILTEManager @@ -488,6 +504,10 @@
            RealTimeTransimissionStateListener
            +
            MegaphoneInfoListener +
            +
            MegaphoneInfo +
            IPipelineManager @@ -538,6 +558,14 @@
            UARegistrationNumberStatusListener
            +
            OperatorRegistrationNumberStatus +
            +
            OperatorRegistrationNumberStatusListener +
            +
            RealNameRegistrationStatus +
            +
            RealNameRegistrationStatusListener +
            ILDMManager diff --git a/Docs/Android_API/cn/Components/IKeyManager/Value_Camera_Struct_ThermalAreaTemperatureAggregationsMsg.html b/Docs/Android_API/cn/Components/IKeyManager/Value_Camera_Struct_ThermalAreaTemperatureAggregationsMsg.html index 0184d279..3dc6af97 100644 --- a/Docs/Android_API/cn/Components/IKeyManager/Value_Camera_Struct_ThermalAreaTemperatureAggregationsMsg.html +++ b/Docs/Android_API/cn/Components/IKeyManager/Value_Camera_Struct_ThermalAreaTemperatureAggregationsMsg.html @@ -228,8 +228,6 @@
            IVideoChannel @@ -248,6 +246,18 @@
            +
            ICameraStreamManager + +
            IMediaManager
            ILiveStreamManager @@ -430,6 +442,10 @@
            FlySafeNotificationListener
            +
            FlySafeDatabaseListener +
            +
            FlySafeDatabaseInfo +
            ILTEManager @@ -488,6 +504,10 @@
            RealTimeTransimissionStateListener
            +
            MegaphoneInfoListener +
            +
            MegaphoneInfo +
            IPipelineManager @@ -538,6 +558,14 @@
            UARegistrationNumberStatusListener
            +
            OperatorRegistrationNumberStatus +
            +
            OperatorRegistrationNumberStatusListener +
            +
            RealNameRegistrationStatus +
            +
            RealNameRegistrationStatusListener +
            ILDMManager diff --git a/Docs/Android_API/cn/Components/IKeyManager/Value_Camera_Struct_ThermalGainModeTemperatureRangeMsg.html b/Docs/Android_API/cn/Components/IKeyManager/Value_Camera_Struct_ThermalGainModeTemperatureRangeMsg.html index 194f28e3..875bc5e7 100644 --- a/Docs/Android_API/cn/Components/IKeyManager/Value_Camera_Struct_ThermalGainModeTemperatureRangeMsg.html +++ b/Docs/Android_API/cn/Components/IKeyManager/Value_Camera_Struct_ThermalGainModeTemperatureRangeMsg.html @@ -228,8 +228,6 @@
            IVideoChannel @@ -248,6 +246,18 @@
            +
            ICameraStreamManager + +
            IMediaManager
            ILiveStreamManager @@ -430,6 +442,10 @@
            FlySafeNotificationListener
            +
            FlySafeDatabaseListener +
            +
            FlySafeDatabaseInfo +
            ILTEManager @@ -488,6 +504,10 @@
            RealTimeTransimissionStateListener
            +
            MegaphoneInfoListener +
            +
            MegaphoneInfo +
            IPipelineManager @@ -538,6 +558,14 @@
            UARegistrationNumberStatusListener
            +
            OperatorRegistrationNumberStatus +
            +
            OperatorRegistrationNumberStatusListener +
            +
            RealNameRegistrationStatus +
            +
            RealNameRegistrationStatusListener +
            ILDMManager diff --git a/Docs/Android_API/cn/Components/IKeyManager/Value_Camera_Struct_VideoResolutionFrameRate.html b/Docs/Android_API/cn/Components/IKeyManager/Value_Camera_Struct_VideoResolutionFrameRate.html index 3dffaec1..7975cb60 100644 --- a/Docs/Android_API/cn/Components/IKeyManager/Value_Camera_Struct_VideoResolutionFrameRate.html +++ b/Docs/Android_API/cn/Components/IKeyManager/Value_Camera_Struct_VideoResolutionFrameRate.html @@ -228,8 +228,6 @@
            IVideoChannel @@ -248,6 +246,18 @@
            +
            ICameraStreamManager + +
            IMediaManager
            ILiveStreamManager @@ -430,6 +442,10 @@
            FlySafeNotificationListener
            +
            FlySafeDatabaseListener +
            +
            FlySafeDatabaseInfo +
            ILTEManager @@ -488,6 +504,10 @@
            RealTimeTransimissionStateListener
            +
            MegaphoneInfoListener +
            +
            MegaphoneInfo +
            IPipelineManager @@ -538,6 +558,14 @@
            UARegistrationNumberStatusListener
            +
            OperatorRegistrationNumberStatus +
            +
            OperatorRegistrationNumberStatusListener +
            +
            RealNameRegistrationStatus +
            +
            RealNameRegistrationStatusListener +
            ILDMManager diff --git a/Docs/Android_API/cn/Components/IKeyManager/Value_Camera_Struct_WatermarkDisplayContentSettings.html b/Docs/Android_API/cn/Components/IKeyManager/Value_Camera_Struct_WatermarkDisplayContentSettings.html index 841c0360..13adc80a 100644 --- a/Docs/Android_API/cn/Components/IKeyManager/Value_Camera_Struct_WatermarkDisplayContentSettings.html +++ b/Docs/Android_API/cn/Components/IKeyManager/Value_Camera_Struct_WatermarkDisplayContentSettings.html @@ -228,8 +228,6 @@
            IVideoChannel @@ -248,6 +246,18 @@
            +
            ICameraStreamManager + +
            IMediaManager
            ILiveStreamManager @@ -430,6 +442,10 @@
            FlySafeNotificationListener
            +
            FlySafeDatabaseListener +
            +
            FlySafeDatabaseInfo +
            ILTEManager @@ -488,6 +504,10 @@
            RealTimeTransimissionStateListener
            +
            MegaphoneInfoListener +
            +
            MegaphoneInfo +
            IPipelineManager @@ -538,6 +558,14 @@
            UARegistrationNumberStatusListener
            +
            OperatorRegistrationNumberStatus +
            +
            OperatorRegistrationNumberStatusListener +
            +
            RealNameRegistrationStatus +
            +
            RealNameRegistrationStatusListener +
            ILDMManager diff --git a/Docs/Android_API/cn/Components/IKeyManager/Value_Common_Struct_Attitude.html b/Docs/Android_API/cn/Components/IKeyManager/Value_Common_Struct_Attitude.html index faad5977..2e79f84e 100644 --- a/Docs/Android_API/cn/Components/IKeyManager/Value_Common_Struct_Attitude.html +++ b/Docs/Android_API/cn/Components/IKeyManager/Value_Common_Struct_Attitude.html @@ -228,8 +228,6 @@
            IVideoChannel @@ -248,6 +246,18 @@
            +
            ICameraStreamManager + +
            IMediaManager
            ILiveStreamManager @@ -430,6 +442,10 @@
            FlySafeNotificationListener
            +
            FlySafeDatabaseListener +
            +
            FlySafeDatabaseInfo +
            ILTEManager @@ -488,6 +504,10 @@
            RealTimeTransimissionStateListener
            +
            MegaphoneInfoListener +
            +
            MegaphoneInfo +
            IPipelineManager @@ -538,6 +558,14 @@
            UARegistrationNumberStatusListener
            +
            OperatorRegistrationNumberStatus +
            +
            OperatorRegistrationNumberStatusListener +
            +
            RealNameRegistrationStatus +
            +
            RealNameRegistrationStatusListener +
            ILDMManager diff --git a/Docs/Android_API/cn/Components/IKeyManager/Value_Common_Struct_Date.html b/Docs/Android_API/cn/Components/IKeyManager/Value_Common_Struct_Date.html index 4eeb3c83..2a2df205 100644 --- a/Docs/Android_API/cn/Components/IKeyManager/Value_Common_Struct_Date.html +++ b/Docs/Android_API/cn/Components/IKeyManager/Value_Common_Struct_Date.html @@ -228,8 +228,6 @@
            IVideoChannel @@ -248,6 +246,18 @@
            +
            ICameraStreamManager + +
            IMediaManager
            ILiveStreamManager @@ -430,6 +442,10 @@
            FlySafeNotificationListener
            +
            FlySafeDatabaseListener +
            +
            FlySafeDatabaseInfo +
            ILTEManager @@ -488,6 +504,10 @@
            RealTimeTransimissionStateListener
            +
            MegaphoneInfoListener +
            +
            MegaphoneInfo +
            IPipelineManager @@ -538,6 +558,14 @@
            UARegistrationNumberStatusListener
            +
            OperatorRegistrationNumberStatus +
            +
            OperatorRegistrationNumberStatusListener +
            +
            RealNameRegistrationStatus +
            +
            RealNameRegistrationStatusListener +
            ILDMManager diff --git a/Docs/Android_API/cn/Components/IKeyManager/Value_Common_Struct_DoubleMinMax.html b/Docs/Android_API/cn/Components/IKeyManager/Value_Common_Struct_DoubleMinMax.html index eb55bb2f..7efb10c5 100644 --- a/Docs/Android_API/cn/Components/IKeyManager/Value_Common_Struct_DoubleMinMax.html +++ b/Docs/Android_API/cn/Components/IKeyManager/Value_Common_Struct_DoubleMinMax.html @@ -228,8 +228,6 @@
            IVideoChannel @@ -248,6 +246,18 @@
            +
            ICameraStreamManager + +
            IMediaManager
            ILiveStreamManager @@ -430,6 +442,10 @@
            FlySafeNotificationListener
            +
            FlySafeDatabaseListener +
            +
            FlySafeDatabaseInfo +
            ILTEManager @@ -488,6 +504,10 @@
            RealTimeTransimissionStateListener
            +
            MegaphoneInfoListener +
            +
            MegaphoneInfo +
            IPipelineManager @@ -538,6 +558,14 @@
            UARegistrationNumberStatusListener
            +
            OperatorRegistrationNumberStatus +
            +
            OperatorRegistrationNumberStatusListener +
            +
            RealNameRegistrationStatus +
            +
            RealNameRegistrationStatusListener +
            ILDMManager diff --git a/Docs/Android_API/cn/Components/IKeyManager/Value_Common_Struct_DoublePoint2D.html b/Docs/Android_API/cn/Components/IKeyManager/Value_Common_Struct_DoublePoint2D.html index d35f9aa4..32881fbd 100644 --- a/Docs/Android_API/cn/Components/IKeyManager/Value_Common_Struct_DoublePoint2D.html +++ b/Docs/Android_API/cn/Components/IKeyManager/Value_Common_Struct_DoublePoint2D.html @@ -228,8 +228,6 @@
            IVideoChannel @@ -248,6 +246,18 @@
            +
            ICameraStreamManager + +
            IMediaManager
            ILiveStreamManager @@ -430,6 +442,10 @@
            FlySafeNotificationListener
            +
            FlySafeDatabaseListener +
            +
            FlySafeDatabaseInfo +
            ILTEManager @@ -488,6 +504,10 @@
            RealTimeTransimissionStateListener
            +
            MegaphoneInfoListener +
            +
            MegaphoneInfo +
            IPipelineManager @@ -538,6 +558,14 @@
            UARegistrationNumberStatusListener
            +
            OperatorRegistrationNumberStatus +
            +
            OperatorRegistrationNumberStatusListener +
            +
            RealNameRegistrationStatus +
            +
            RealNameRegistrationStatusListener +
            ILDMManager diff --git a/Docs/Android_API/cn/Components/IKeyManager/Value_Common_Struct_DoubleRect.html b/Docs/Android_API/cn/Components/IKeyManager/Value_Common_Struct_DoubleRect.html index 94982b84..ff3149d7 100644 --- a/Docs/Android_API/cn/Components/IKeyManager/Value_Common_Struct_DoubleRect.html +++ b/Docs/Android_API/cn/Components/IKeyManager/Value_Common_Struct_DoubleRect.html @@ -228,8 +228,6 @@
            IVideoChannel @@ -248,6 +246,18 @@
            +
            ICameraStreamManager + +
            IMediaManager
            ILiveStreamManager @@ -430,6 +442,10 @@
            FlySafeNotificationListener
            +
            FlySafeDatabaseListener +
            +
            FlySafeDatabaseInfo +
            ILTEManager @@ -488,6 +504,10 @@
            RealTimeTransimissionStateListener
            +
            MegaphoneInfoListener +
            +
            MegaphoneInfo +
            IPipelineManager @@ -538,6 +558,14 @@
            UARegistrationNumberStatusListener
            +
            OperatorRegistrationNumberStatus +
            +
            OperatorRegistrationNumberStatusListener +
            +
            RealNameRegistrationStatus +
            +
            RealNameRegistrationStatusListener +
            ILDMManager diff --git a/Docs/Android_API/cn/Components/IKeyManager/Value_Common_Struct_IntValueConfig.html b/Docs/Android_API/cn/Components/IKeyManager/Value_Common_Struct_IntValueConfig.html index 17b8b0a3..5a1776ea 100644 --- a/Docs/Android_API/cn/Components/IKeyManager/Value_Common_Struct_IntValueConfig.html +++ b/Docs/Android_API/cn/Components/IKeyManager/Value_Common_Struct_IntValueConfig.html @@ -228,8 +228,6 @@
            IVideoChannel @@ -248,6 +246,18 @@
            +
            ICameraStreamManager + +
            IMediaManager
            ILiveStreamManager @@ -430,6 +442,10 @@
            FlySafeNotificationListener
            +
            FlySafeDatabaseListener +
            +
            FlySafeDatabaseInfo +
            ILTEManager @@ -488,6 +504,10 @@
            RealTimeTransimissionStateListener
            +
            MegaphoneInfoListener +
            +
            MegaphoneInfo +
            IPipelineManager @@ -538,6 +558,14 @@
            UARegistrationNumberStatusListener
            +
            OperatorRegistrationNumberStatus +
            +
            OperatorRegistrationNumberStatusListener +
            +
            RealNameRegistrationStatus +
            +
            RealNameRegistrationStatusListener +
            ILDMManager diff --git a/Docs/Android_API/cn/Components/IKeyManager/Value_Common_Struct_LocationCoordinate2D.html b/Docs/Android_API/cn/Components/IKeyManager/Value_Common_Struct_LocationCoordinate2D.html index 509a1918..5b3f8d76 100644 --- a/Docs/Android_API/cn/Components/IKeyManager/Value_Common_Struct_LocationCoordinate2D.html +++ b/Docs/Android_API/cn/Components/IKeyManager/Value_Common_Struct_LocationCoordinate2D.html @@ -228,8 +228,6 @@
            IVideoChannel @@ -248,6 +246,18 @@
            +
            ICameraStreamManager + +
            IMediaManager
            ILiveStreamManager @@ -430,6 +442,10 @@
            FlySafeNotificationListener
            +
            FlySafeDatabaseListener +
            +
            FlySafeDatabaseInfo +
            ILTEManager @@ -488,6 +504,10 @@
            RealTimeTransimissionStateListener
            +
            MegaphoneInfoListener +
            +
            MegaphoneInfo +
            IPipelineManager @@ -538,6 +558,14 @@
            UARegistrationNumberStatusListener
            +
            OperatorRegistrationNumberStatus +
            +
            OperatorRegistrationNumberStatusListener +
            +
            RealNameRegistrationStatus +
            +
            RealNameRegistrationStatusListener +
            ILDMManager diff --git a/Docs/Android_API/cn/Components/IKeyManager/Value_Common_Struct_LocationCoordinate3D.html b/Docs/Android_API/cn/Components/IKeyManager/Value_Common_Struct_LocationCoordinate3D.html index e9af7686..a86286d4 100644 --- a/Docs/Android_API/cn/Components/IKeyManager/Value_Common_Struct_LocationCoordinate3D.html +++ b/Docs/Android_API/cn/Components/IKeyManager/Value_Common_Struct_LocationCoordinate3D.html @@ -228,8 +228,6 @@
            IVideoChannel @@ -248,6 +246,18 @@
            +
            ICameraStreamManager + +
            IMediaManager
            ILiveStreamManager @@ -430,6 +442,10 @@
            FlySafeNotificationListener
            +
            FlySafeDatabaseListener +
            +
            FlySafeDatabaseInfo +
            ILTEManager @@ -488,6 +504,10 @@
            RealTimeTransimissionStateListener
            +
            MegaphoneInfoListener +
            +
            MegaphoneInfo +
            IPipelineManager @@ -538,6 +558,14 @@
            UARegistrationNumberStatusListener
            +
            OperatorRegistrationNumberStatus +
            +
            OperatorRegistrationNumberStatusListener +
            +
            RealNameRegistrationStatus +
            +
            RealNameRegistrationStatusListener +
            ILDMManager diff --git a/Docs/Android_API/cn/Components/IKeyManager/Value_Common_Struct_RCAuthorityLockControlMsg.html b/Docs/Android_API/cn/Components/IKeyManager/Value_Common_Struct_RCAuthorityLockControlMsg.html index 531ec1ad..956ae40a 100644 --- a/Docs/Android_API/cn/Components/IKeyManager/Value_Common_Struct_RCAuthorityLockControlMsg.html +++ b/Docs/Android_API/cn/Components/IKeyManager/Value_Common_Struct_RCAuthorityLockControlMsg.html @@ -228,8 +228,6 @@
            IVideoChannel @@ -248,6 +246,18 @@
            +
            ICameraStreamManager + +
            IMediaManager
            ILiveStreamManager @@ -430,6 +442,10 @@
            FlySafeNotificationListener
            +
            FlySafeDatabaseListener +
            +
            FlySafeDatabaseInfo +
            ILTEManager @@ -488,6 +504,10 @@
            RealTimeTransimissionStateListener
            +
            MegaphoneInfoListener +
            +
            MegaphoneInfo +
            IPipelineManager @@ -538,6 +558,14 @@
            UARegistrationNumberStatusListener
            +
            OperatorRegistrationNumberStatus +
            +
            OperatorRegistrationNumberStatusListener +
            +
            RealNameRegistrationStatus +
            +
            RealNameRegistrationStatusListener +
            ILDMManager diff --git a/Docs/Android_API/cn/Components/IKeyManager/Value_Common_Struct_RCAuthorityModeMsg.html b/Docs/Android_API/cn/Components/IKeyManager/Value_Common_Struct_RCAuthorityModeMsg.html index e8b7b0e5..1af98d5e 100644 --- a/Docs/Android_API/cn/Components/IKeyManager/Value_Common_Struct_RCAuthorityModeMsg.html +++ b/Docs/Android_API/cn/Components/IKeyManager/Value_Common_Struct_RCAuthorityModeMsg.html @@ -228,8 +228,6 @@
            IVideoChannel @@ -248,6 +246,18 @@
            +
            ICameraStreamManager + +
            IMediaManager
            ILiveStreamManager @@ -430,6 +442,10 @@
            FlySafeNotificationListener
            +
            FlySafeDatabaseListener +
            +
            FlySafeDatabaseInfo +
            ILTEManager @@ -488,6 +504,10 @@
            RealTimeTransimissionStateListener
            +
            MegaphoneInfoListener +
            +
            MegaphoneInfo +
            IPipelineManager @@ -538,6 +558,14 @@
            UARegistrationNumberStatusListener
            +
            OperatorRegistrationNumberStatus +
            +
            OperatorRegistrationNumberStatusListener +
            +
            RealNameRegistrationStatus +
            +
            RealNameRegistrationStatusListener +
            ILDMManager diff --git a/Docs/Android_API/cn/Components/IKeyManager/Value_Common_Struct_RectF.html b/Docs/Android_API/cn/Components/IKeyManager/Value_Common_Struct_RectF.html index dc14b926..8a764461 100644 --- a/Docs/Android_API/cn/Components/IKeyManager/Value_Common_Struct_RectF.html +++ b/Docs/Android_API/cn/Components/IKeyManager/Value_Common_Struct_RectF.html @@ -228,8 +228,6 @@
            IVideoChannel @@ -248,6 +246,18 @@
            +
            ICameraStreamManager + +
            IMediaManager
            ILiveStreamManager @@ -430,6 +442,10 @@
            FlySafeNotificationListener
            +
            FlySafeDatabaseListener +
            +
            FlySafeDatabaseInfo +
            ILTEManager @@ -488,6 +504,10 @@
            RealTimeTransimissionStateListener
            +
            MegaphoneInfoListener +
            +
            MegaphoneInfo +
            IPipelineManager @@ -538,6 +558,14 @@
            UARegistrationNumberStatusListener
            +
            OperatorRegistrationNumberStatus +
            +
            OperatorRegistrationNumberStatusListener +
            +
            RealNameRegistrationStatus +
            +
            RealNameRegistrationStatusListener +
            ILDMManager diff --git a/Docs/Android_API/cn/Components/IKeyManager/Value_Common_Struct_Velocity3D.html b/Docs/Android_API/cn/Components/IKeyManager/Value_Common_Struct_Velocity3D.html index bddf78cb..3224c312 100644 --- a/Docs/Android_API/cn/Components/IKeyManager/Value_Common_Struct_Velocity3D.html +++ b/Docs/Android_API/cn/Components/IKeyManager/Value_Common_Struct_Velocity3D.html @@ -228,8 +228,6 @@
            IVideoChannel @@ -248,6 +246,18 @@
            +
            ICameraStreamManager + +
            IMediaManager
            ILiveStreamManager @@ -430,6 +442,10 @@
            FlySafeNotificationListener
            +
            FlySafeDatabaseListener +
            +
            FlySafeDatabaseInfo +
            ILTEManager @@ -488,6 +504,10 @@
            RealTimeTransimissionStateListener
            +
            MegaphoneInfoListener +
            +
            MegaphoneInfo +
            IPipelineManager @@ -538,6 +558,14 @@
            UARegistrationNumberStatusListener
            +
            OperatorRegistrationNumberStatus +
            +
            OperatorRegistrationNumberStatusListener +
            +
            RealNameRegistrationStatus +
            +
            RealNameRegistrationStatusListener +
            ILDMManager diff --git a/Docs/Android_API/cn/Components/IKeyManager/Value_FlightController_Struct_AccessLockerV1DeviceState.html b/Docs/Android_API/cn/Components/IKeyManager/Value_FlightController_Struct_AccessLockerV1DeviceState.html index 200a751d..c7defe7f 100644 --- a/Docs/Android_API/cn/Components/IKeyManager/Value_FlightController_Struct_AccessLockerV1DeviceState.html +++ b/Docs/Android_API/cn/Components/IKeyManager/Value_FlightController_Struct_AccessLockerV1DeviceState.html @@ -228,8 +228,6 @@
            IVideoChannel @@ -248,6 +246,18 @@
            +
            ICameraStreamManager + +
            IMediaManager
            ILiveStreamManager @@ -430,6 +442,10 @@
            FlySafeNotificationListener
            +
            FlySafeDatabaseListener +
            +
            FlySafeDatabaseInfo +
            ILTEManager @@ -488,6 +504,10 @@
            RealTimeTransimissionStateListener
            +
            MegaphoneInfoListener +
            +
            MegaphoneInfo +
            IPipelineManager @@ -538,6 +558,14 @@
            UARegistrationNumberStatusListener
            +
            OperatorRegistrationNumberStatus +
            +
            OperatorRegistrationNumberStatusListener +
            +
            RealNameRegistrationStatus +
            +
            RealNameRegistrationStatusListener +
            ILDMManager diff --git a/Docs/Android_API/cn/Components/IKeyManager/Value_FlightController_Struct_AccessLockerV1EncryptionState.html b/Docs/Android_API/cn/Components/IKeyManager/Value_FlightController_Struct_AccessLockerV1EncryptionState.html index 51a161d2..ebb1bab6 100644 --- a/Docs/Android_API/cn/Components/IKeyManager/Value_FlightController_Struct_AccessLockerV1EncryptionState.html +++ b/Docs/Android_API/cn/Components/IKeyManager/Value_FlightController_Struct_AccessLockerV1EncryptionState.html @@ -228,8 +228,6 @@
            IVideoChannel @@ -248,6 +246,18 @@
            +
            ICameraStreamManager + +
            IMediaManager
            ILiveStreamManager @@ -430,6 +442,10 @@
            FlySafeNotificationListener
            +
            FlySafeDatabaseListener +
            +
            FlySafeDatabaseInfo +
            ILTEManager @@ -488,6 +504,10 @@
            RealTimeTransimissionStateListener
            +
            MegaphoneInfoListener +
            +
            MegaphoneInfo +
            IPipelineManager @@ -538,6 +558,14 @@
            UARegistrationNumberStatusListener
            +
            OperatorRegistrationNumberStatus +
            +
            OperatorRegistrationNumberStatusListener +
            +
            RealNameRegistrationStatus +
            +
            RealNameRegistrationStatusListener +
            ILDMManager diff --git a/Docs/Android_API/cn/Components/IKeyManager/Value_FlightController_Struct_AccessLockerV1ModifyUserAccountInfo.html b/Docs/Android_API/cn/Components/IKeyManager/Value_FlightController_Struct_AccessLockerV1ModifyUserAccountInfo.html index 26a85caf..831e2e7f 100644 --- a/Docs/Android_API/cn/Components/IKeyManager/Value_FlightController_Struct_AccessLockerV1ModifyUserAccountInfo.html +++ b/Docs/Android_API/cn/Components/IKeyManager/Value_FlightController_Struct_AccessLockerV1ModifyUserAccountInfo.html @@ -228,8 +228,6 @@
            IVideoChannel @@ -248,6 +246,18 @@
            +
            ICameraStreamManager + +
            IMediaManager
            ILiveStreamManager @@ -430,6 +442,10 @@
            FlySafeNotificationListener
            +
            FlySafeDatabaseListener +
            +
            FlySafeDatabaseInfo +
            ILTEManager @@ -488,6 +504,10 @@
            RealTimeTransimissionStateListener
            +
            MegaphoneInfoListener +
            +
            MegaphoneInfo +
            IPipelineManager @@ -538,6 +558,14 @@
            UARegistrationNumberStatusListener
            +
            OperatorRegistrationNumberStatus +
            +
            OperatorRegistrationNumberStatusListener +
            +
            RealNameRegistrationStatus +
            +
            RealNameRegistrationStatusListener +
            ILDMManager diff --git a/Docs/Android_API/cn/Components/IKeyManager/Value_FlightController_Struct_AccessLockerV1ResetUserAccountInfo.html b/Docs/Android_API/cn/Components/IKeyManager/Value_FlightController_Struct_AccessLockerV1ResetUserAccountInfo.html index 0f39eb9c..da802a7f 100644 --- a/Docs/Android_API/cn/Components/IKeyManager/Value_FlightController_Struct_AccessLockerV1ResetUserAccountInfo.html +++ b/Docs/Android_API/cn/Components/IKeyManager/Value_FlightController_Struct_AccessLockerV1ResetUserAccountInfo.html @@ -228,8 +228,6 @@
            IVideoChannel @@ -248,6 +246,18 @@
            +
            ICameraStreamManager + +
            IMediaManager
            ILiveStreamManager @@ -430,6 +442,10 @@
            FlySafeNotificationListener
            +
            FlySafeDatabaseListener +
            +
            FlySafeDatabaseInfo +
            ILTEManager @@ -488,6 +504,10 @@
            RealTimeTransimissionStateListener
            +
            MegaphoneInfoListener +
            +
            MegaphoneInfo +
            IPipelineManager @@ -538,6 +558,14 @@
            UARegistrationNumberStatusListener
            +
            OperatorRegistrationNumberStatus +
            +
            OperatorRegistrationNumberStatusListener +
            +
            RealNameRegistrationStatus +
            +
            RealNameRegistrationStatusListener +
            ILDMManager diff --git a/Docs/Android_API/cn/Components/IKeyManager/Value_FlightController_Struct_AccessLockerV1SetupUserAccountInfo.html b/Docs/Android_API/cn/Components/IKeyManager/Value_FlightController_Struct_AccessLockerV1SetupUserAccountInfo.html index 61eafa4d..419d3a98 100644 --- a/Docs/Android_API/cn/Components/IKeyManager/Value_FlightController_Struct_AccessLockerV1SetupUserAccountInfo.html +++ b/Docs/Android_API/cn/Components/IKeyManager/Value_FlightController_Struct_AccessLockerV1SetupUserAccountInfo.html @@ -228,8 +228,6 @@
            IVideoChannel @@ -248,6 +246,18 @@
            +
            ICameraStreamManager + +
            IMediaManager
            ILiveStreamManager @@ -430,6 +442,10 @@
            FlySafeNotificationListener
            +
            FlySafeDatabaseListener +
            +
            FlySafeDatabaseInfo +
            ILTEManager @@ -488,6 +504,10 @@
            RealTimeTransimissionStateListener
            +
            MegaphoneInfoListener +
            +
            MegaphoneInfo +
            IPipelineManager @@ -538,6 +558,14 @@
            UARegistrationNumberStatusListener
            +
            OperatorRegistrationNumberStatus +
            +
            OperatorRegistrationNumberStatusListener +
            +
            RealNameRegistrationStatus +
            +
            RealNameRegistrationStatusListener +
            ILDMManager diff --git a/Docs/Android_API/cn/Components/IKeyManager/Value_FlightController_Struct_AccessLockerV1VerifyUserAccountInfo.html b/Docs/Android_API/cn/Components/IKeyManager/Value_FlightController_Struct_AccessLockerV1VerifyUserAccountInfo.html index 510ad169..27c4ca47 100644 --- a/Docs/Android_API/cn/Components/IKeyManager/Value_FlightController_Struct_AccessLockerV1VerifyUserAccountInfo.html +++ b/Docs/Android_API/cn/Components/IKeyManager/Value_FlightController_Struct_AccessLockerV1VerifyUserAccountInfo.html @@ -228,8 +228,6 @@
            IVideoChannel @@ -248,6 +246,18 @@
            +
            ICameraStreamManager + +
            IMediaManager
            ILiveStreamManager @@ -430,6 +442,10 @@
            FlySafeNotificationListener
            +
            FlySafeDatabaseListener +
            +
            FlySafeDatabaseInfo +
            ILTEManager @@ -488,6 +504,10 @@
            RealTimeTransimissionStateListener
            +
            MegaphoneInfoListener +
            +
            MegaphoneInfo +
            IPipelineManager @@ -538,6 +558,14 @@
            UARegistrationNumberStatusListener
            +
            OperatorRegistrationNumberStatus +
            +
            OperatorRegistrationNumberStatusListener +
            +
            RealNameRegistrationStatus +
            +
            RealNameRegistrationStatusListener +
            ILDMManager diff --git a/Docs/Android_API/cn/Components/IKeyManager/Value_FlightController_Struct_AirSenseAirplaneState.html b/Docs/Android_API/cn/Components/IKeyManager/Value_FlightController_Struct_AirSenseAirplaneState.html index 90313c2f..2add197d 100644 --- a/Docs/Android_API/cn/Components/IKeyManager/Value_FlightController_Struct_AirSenseAirplaneState.html +++ b/Docs/Android_API/cn/Components/IKeyManager/Value_FlightController_Struct_AirSenseAirplaneState.html @@ -228,8 +228,6 @@
            IVideoChannel @@ -248,6 +246,18 @@
            +
            ICameraStreamManager + +
            IMediaManager
            ILiveStreamManager @@ -430,6 +442,10 @@
            FlySafeNotificationListener
            +
            FlySafeDatabaseListener +
            +
            FlySafeDatabaseInfo +
            ILTEManager @@ -488,6 +504,10 @@
            RealTimeTransimissionStateListener
            +
            MegaphoneInfoListener +
            +
            MegaphoneInfo +
            IPipelineManager @@ -538,6 +558,14 @@
            UARegistrationNumberStatusListener
            +
            OperatorRegistrationNumberStatus +
            +
            OperatorRegistrationNumberStatusListener +
            +
            RealNameRegistrationStatus +
            +
            RealNameRegistrationStatusListener +
            ILDMManager diff --git a/Docs/Android_API/cn/Components/IKeyManager/Value_FlightController_Struct_AirSenseSystemInformation.html b/Docs/Android_API/cn/Components/IKeyManager/Value_FlightController_Struct_AirSenseSystemInformation.html index 422a9783..63ef7855 100644 --- a/Docs/Android_API/cn/Components/IKeyManager/Value_FlightController_Struct_AirSenseSystemInformation.html +++ b/Docs/Android_API/cn/Components/IKeyManager/Value_FlightController_Struct_AirSenseSystemInformation.html @@ -228,8 +228,6 @@
            IVideoChannel @@ -248,6 +246,18 @@
            +
            ICameraStreamManager + +
            IMediaManager
            ILiveStreamManager @@ -430,6 +442,10 @@
            FlySafeNotificationListener
            +
            FlySafeDatabaseListener +
            +
            FlySafeDatabaseInfo +
            ILTEManager @@ -488,6 +504,10 @@
            RealTimeTransimissionStateListener
            +
            MegaphoneInfoListener +
            +
            MegaphoneInfo +
            IPipelineManager @@ -538,6 +558,14 @@
            UARegistrationNumberStatusListener
            +
            OperatorRegistrationNumberStatus +
            +
            OperatorRegistrationNumberStatusListener +
            +
            RealNameRegistrationStatus +
            +
            RealNameRegistrationStatusListener +
            ILDMManager diff --git a/Docs/Android_API/cn/Components/IKeyManager/Value_FlightController_Struct_GoHomeAssessment.html b/Docs/Android_API/cn/Components/IKeyManager/Value_FlightController_Struct_GoHomeAssessment.html index 44add7df..d1456034 100644 --- a/Docs/Android_API/cn/Components/IKeyManager/Value_FlightController_Struct_GoHomeAssessment.html +++ b/Docs/Android_API/cn/Components/IKeyManager/Value_FlightController_Struct_GoHomeAssessment.html @@ -228,8 +228,6 @@
            IVideoChannel @@ -248,6 +246,18 @@
            +
            ICameraStreamManager + +
            IMediaManager
            ILiveStreamManager @@ -430,6 +442,10 @@
            FlySafeNotificationListener
            +
            FlySafeDatabaseListener +
            +
            FlySafeDatabaseInfo +
            ILTEManager @@ -488,6 +504,10 @@
            RealTimeTransimissionStateListener
            +
            MegaphoneInfoListener +
            +
            MegaphoneInfo +
            IPipelineManager @@ -538,6 +558,14 @@
            UARegistrationNumberStatusListener
            +
            OperatorRegistrationNumberStatus +
            +
            OperatorRegistrationNumberStatusListener +
            +
            RealNameRegistrationStatus +
            +
            RealNameRegistrationStatusListener +
            ILDMManager diff --git a/Docs/Android_API/cn/Components/IKeyManager/Value_FlightController_Struct_IMUCalibrationHint.html b/Docs/Android_API/cn/Components/IKeyManager/Value_FlightController_Struct_IMUCalibrationHint.html index 5afc3271..3e85bb64 100644 --- a/Docs/Android_API/cn/Components/IKeyManager/Value_FlightController_Struct_IMUCalibrationHint.html +++ b/Docs/Android_API/cn/Components/IKeyManager/Value_FlightController_Struct_IMUCalibrationHint.html @@ -228,8 +228,6 @@
            IVideoChannel @@ -248,6 +246,18 @@
            +
            ICameraStreamManager + +
            IMediaManager
            ILiveStreamManager @@ -430,6 +442,10 @@
            FlySafeNotificationListener
            +
            FlySafeDatabaseListener +
            +
            FlySafeDatabaseInfo +
            ILTEManager @@ -488,6 +504,10 @@
            RealTimeTransimissionStateListener
            +
            MegaphoneInfoListener +
            +
            MegaphoneInfo +
            IPipelineManager @@ -538,6 +558,14 @@
            UARegistrationNumberStatusListener
            +
            OperatorRegistrationNumberStatus +
            +
            OperatorRegistrationNumberStatusListener +
            +
            RealNameRegistrationStatus +
            +
            RealNameRegistrationStatusListener +
            ILDMManager diff --git a/Docs/Android_API/cn/Components/IKeyManager/Value_FlightController_Struct_IMUState.html b/Docs/Android_API/cn/Components/IKeyManager/Value_FlightController_Struct_IMUState.html index cec41692..937f6aaf 100644 --- a/Docs/Android_API/cn/Components/IKeyManager/Value_FlightController_Struct_IMUState.html +++ b/Docs/Android_API/cn/Components/IKeyManager/Value_FlightController_Struct_IMUState.html @@ -228,8 +228,6 @@
            IVideoChannel @@ -248,6 +246,18 @@
            +
            ICameraStreamManager + +
            IMediaManager
            ILiveStreamManager @@ -430,6 +442,10 @@
            FlySafeNotificationListener
            +
            FlySafeDatabaseListener +
            +
            FlySafeDatabaseInfo +
            ILTEManager @@ -488,6 +504,10 @@
            RealTimeTransimissionStateListener
            +
            MegaphoneInfoListener +
            +
            MegaphoneInfo +
            IPipelineManager @@ -538,6 +558,14 @@
            UARegistrationNumberStatusListener
            +
            OperatorRegistrationNumberStatus +
            +
            OperatorRegistrationNumberStatusListener +
            +
            RealNameRegistrationStatus +
            +
            RealNameRegistrationStatusListener +
            ILDMManager diff --git a/Docs/Android_API/cn/Components/IKeyManager/Value_FlightController_Struct_LEDsSettings.html b/Docs/Android_API/cn/Components/IKeyManager/Value_FlightController_Struct_LEDsSettings.html index ef75b903..4e08a264 100644 --- a/Docs/Android_API/cn/Components/IKeyManager/Value_FlightController_Struct_LEDsSettings.html +++ b/Docs/Android_API/cn/Components/IKeyManager/Value_FlightController_Struct_LEDsSettings.html @@ -228,8 +228,6 @@
            IVideoChannel @@ -248,6 +246,18 @@
            +
            ICameraStreamManager + +
            IMediaManager
            ILiveStreamManager @@ -430,6 +442,10 @@
            FlySafeNotificationListener
            +
            FlySafeDatabaseListener +
            +
            FlySafeDatabaseInfo +
            ILTEManager @@ -488,6 +504,10 @@
            RealTimeTransimissionStateListener
            +
            MegaphoneInfoListener +
            +
            MegaphoneInfo +
            IPipelineManager @@ -538,6 +558,14 @@
            UARegistrationNumberStatusListener
            +
            OperatorRegistrationNumberStatus +
            +
            OperatorRegistrationNumberStatusListener +
            +
            RealNameRegistrationStatus +
            +
            RealNameRegistrationStatusListener +
            ILDMManager diff --git a/Docs/Android_API/cn/Components/IKeyManager/Value_FlightController_Struct_MultiGimbalSyncControlMsg.html b/Docs/Android_API/cn/Components/IKeyManager/Value_FlightController_Struct_MultiGimbalSyncControlMsg.html index 6fb1a1c1..7da8b147 100644 --- a/Docs/Android_API/cn/Components/IKeyManager/Value_FlightController_Struct_MultiGimbalSyncControlMsg.html +++ b/Docs/Android_API/cn/Components/IKeyManager/Value_FlightController_Struct_MultiGimbalSyncControlMsg.html @@ -228,8 +228,6 @@
            IVideoChannel @@ -248,6 +246,18 @@
            +
            ICameraStreamManager + +
            IMediaManager
            ILiveStreamManager @@ -430,6 +442,10 @@
            FlySafeNotificationListener
            +
            FlySafeDatabaseListener +
            +
            FlySafeDatabaseInfo +
            ILTEManager @@ -488,6 +504,10 @@
            RealTimeTransimissionStateListener
            +
            MegaphoneInfoListener +
            +
            MegaphoneInfo +
            IPipelineManager @@ -538,6 +558,14 @@
            UARegistrationNumberStatusListener
            +
            OperatorRegistrationNumberStatus +
            +
            OperatorRegistrationNumberStatusListener +
            +
            RealNameRegistrationStatus +
            +
            RealNameRegistrationStatusListener +
            ILDMManager diff --git a/Docs/Android_API/cn/Components/IKeyManager/Value_FlightController_Struct_MultiGimbalSyncStatus.html b/Docs/Android_API/cn/Components/IKeyManager/Value_FlightController_Struct_MultiGimbalSyncStatus.html index f77e04d5..9ee9f252 100644 --- a/Docs/Android_API/cn/Components/IKeyManager/Value_FlightController_Struct_MultiGimbalSyncStatus.html +++ b/Docs/Android_API/cn/Components/IKeyManager/Value_FlightController_Struct_MultiGimbalSyncStatus.html @@ -228,8 +228,6 @@
            IVideoChannel @@ -248,6 +246,18 @@
            +
            ICameraStreamManager + +
            IMediaManager
            ILiveStreamManager @@ -430,6 +442,10 @@
            FlySafeNotificationListener
            +
            FlySafeDatabaseListener +
            +
            FlySafeDatabaseInfo +
            ILTEManager @@ -488,6 +504,10 @@
            RealTimeTransimissionStateListener
            +
            MegaphoneInfoListener +
            +
            MegaphoneInfo +
            IPipelineManager @@ -538,6 +558,14 @@
            UARegistrationNumberStatusListener
            +
            OperatorRegistrationNumberStatus +
            +
            OperatorRegistrationNumberStatusListener +
            +
            RealNameRegistrationStatus +
            +
            RealNameRegistrationStatusListener +
            ILDMManager diff --git a/Docs/Android_API/cn/Components/IKeyManager/Value_Gimbal_Struct_GimbalAngleRotation.html b/Docs/Android_API/cn/Components/IKeyManager/Value_Gimbal_Struct_GimbalAngleRotation.html index 4e2dc39c..71c5ed7d 100644 --- a/Docs/Android_API/cn/Components/IKeyManager/Value_Gimbal_Struct_GimbalAngleRotation.html +++ b/Docs/Android_API/cn/Components/IKeyManager/Value_Gimbal_Struct_GimbalAngleRotation.html @@ -228,8 +228,6 @@
            IVideoChannel @@ -248,6 +246,18 @@
            +
            ICameraStreamManager + +
            IMediaManager
            ILiveStreamManager @@ -430,6 +442,10 @@
            FlySafeNotificationListener
            +
            FlySafeDatabaseListener +
            +
            FlySafeDatabaseInfo +
            ILTEManager @@ -488,6 +504,10 @@
            RealTimeTransimissionStateListener
            +
            MegaphoneInfoListener +
            +
            MegaphoneInfo +
            IPipelineManager @@ -538,6 +558,14 @@
            UARegistrationNumberStatusListener
            +
            OperatorRegistrationNumberStatus +
            +
            OperatorRegistrationNumberStatusListener +
            +
            RealNameRegistrationStatus +
            +
            RealNameRegistrationStatusListener +
            ILDMManager diff --git a/Docs/Android_API/cn/Components/IKeyManager/Value_Gimbal_Struct_GimbalAttitudeRange.html b/Docs/Android_API/cn/Components/IKeyManager/Value_Gimbal_Struct_GimbalAttitudeRange.html index aaf34bfc..0a342a2d 100644 --- a/Docs/Android_API/cn/Components/IKeyManager/Value_Gimbal_Struct_GimbalAttitudeRange.html +++ b/Docs/Android_API/cn/Components/IKeyManager/Value_Gimbal_Struct_GimbalAttitudeRange.html @@ -228,8 +228,6 @@
            IVideoChannel @@ -248,6 +246,18 @@
            +
            ICameraStreamManager + +
            IMediaManager
            ILiveStreamManager @@ -430,6 +442,10 @@
            FlySafeNotificationListener
            +
            FlySafeDatabaseListener +
            +
            FlySafeDatabaseInfo +
            ILTEManager @@ -488,6 +504,10 @@
            RealTimeTransimissionStateListener
            +
            MegaphoneInfoListener +
            +
            MegaphoneInfo +
            IPipelineManager @@ -538,6 +558,14 @@
            UARegistrationNumberStatusListener
            +
            OperatorRegistrationNumberStatus +
            +
            OperatorRegistrationNumberStatusListener +
            +
            RealNameRegistrationStatus +
            +
            RealNameRegistrationStatusListener +
            ILDMManager diff --git a/Docs/Android_API/cn/Components/IKeyManager/Value_Gimbal_Struct_GimbalCalibrationState.html b/Docs/Android_API/cn/Components/IKeyManager/Value_Gimbal_Struct_GimbalCalibrationState.html index 463814a9..328adef6 100644 --- a/Docs/Android_API/cn/Components/IKeyManager/Value_Gimbal_Struct_GimbalCalibrationState.html +++ b/Docs/Android_API/cn/Components/IKeyManager/Value_Gimbal_Struct_GimbalCalibrationState.html @@ -228,8 +228,6 @@
            IVideoChannel @@ -248,6 +246,18 @@
            +
            ICameraStreamManager + +
            IMediaManager
            ILiveStreamManager @@ -430,6 +442,10 @@
            FlySafeNotificationListener
            +
            FlySafeDatabaseListener +
            +
            FlySafeDatabaseInfo +
            ILTEManager @@ -488,6 +504,10 @@
            RealTimeTransimissionStateListener
            +
            MegaphoneInfoListener +
            +
            MegaphoneInfo +
            IPipelineManager @@ -538,6 +558,14 @@
            UARegistrationNumberStatusListener
            +
            OperatorRegistrationNumberStatus +
            +
            OperatorRegistrationNumberStatusListener +
            +
            RealNameRegistrationStatus +
            +
            RealNameRegistrationStatusListener +
            ILDMManager diff --git a/Docs/Android_API/cn/Components/IKeyManager/Value_Gimbal_Struct_GimbalSpeedRotation.html b/Docs/Android_API/cn/Components/IKeyManager/Value_Gimbal_Struct_GimbalSpeedRotation.html index fc1b2696..773bc0d7 100644 --- a/Docs/Android_API/cn/Components/IKeyManager/Value_Gimbal_Struct_GimbalSpeedRotation.html +++ b/Docs/Android_API/cn/Components/IKeyManager/Value_Gimbal_Struct_GimbalSpeedRotation.html @@ -228,8 +228,6 @@
            IVideoChannel @@ -248,6 +246,18 @@
            +
            ICameraStreamManager + +
            IMediaManager
            ILiveStreamManager @@ -430,6 +442,10 @@
            FlySafeNotificationListener
            +
            FlySafeDatabaseListener +
            +
            FlySafeDatabaseInfo +
            ILTEManager @@ -488,6 +504,10 @@
            RealTimeTransimissionStateListener
            +
            MegaphoneInfoListener +
            +
            MegaphoneInfo +
            IPipelineManager @@ -538,6 +558,14 @@
            UARegistrationNumberStatusListener
            +
            OperatorRegistrationNumberStatus +
            +
            OperatorRegistrationNumberStatusListener +
            +
            RealNameRegistrationStatus +
            +
            RealNameRegistrationStatusListener +
            ILDMManager diff --git a/Docs/Android_API/cn/Components/IKeyManager/Value_RemoteController_Struct_MultiRCFlightControlAuthOwnerMsg.html b/Docs/Android_API/cn/Components/IKeyManager/Value_RemoteController_Struct_MultiRCFlightControlAuthOwnerMsg.html index 50937006..04066c2e 100644 --- a/Docs/Android_API/cn/Components/IKeyManager/Value_RemoteController_Struct_MultiRCFlightControlAuthOwnerMsg.html +++ b/Docs/Android_API/cn/Components/IKeyManager/Value_RemoteController_Struct_MultiRCFlightControlAuthOwnerMsg.html @@ -228,8 +228,6 @@
            IVideoChannel @@ -248,6 +246,18 @@
            +
            ICameraStreamManager + +
            IMediaManager
            ILiveStreamManager @@ -430,6 +442,10 @@
            FlySafeNotificationListener
            +
            FlySafeDatabaseListener +
            +
            FlySafeDatabaseInfo +
            ILTEManager @@ -488,6 +504,10 @@
            RealTimeTransimissionStateListener
            +
            MegaphoneInfoListener +
            +
            MegaphoneInfo +
            IPipelineManager @@ -538,6 +558,14 @@
            UARegistrationNumberStatusListener
            +
            OperatorRegistrationNumberStatus +
            +
            OperatorRegistrationNumberStatusListener +
            +
            RealNameRegistrationStatus +
            +
            RealNameRegistrationStatusListener +
            ILDMManager diff --git a/Docs/Android_API/cn/Components/IKeyManager/Value_RemoteController_Struct_RCAuthorityLostPushMsg.html b/Docs/Android_API/cn/Components/IKeyManager/Value_RemoteController_Struct_RCAuthorityLostPushMsg.html index ef9d44f9..c2dbf331 100644 --- a/Docs/Android_API/cn/Components/IKeyManager/Value_RemoteController_Struct_RCAuthorityLostPushMsg.html +++ b/Docs/Android_API/cn/Components/IKeyManager/Value_RemoteController_Struct_RCAuthorityLostPushMsg.html @@ -228,8 +228,6 @@
            IVideoChannel @@ -248,6 +246,18 @@
            +
            ICameraStreamManager + +
            IMediaManager
            ILiveStreamManager @@ -430,6 +442,10 @@
            FlySafeNotificationListener
            +
            FlySafeDatabaseListener +
            +
            FlySafeDatabaseInfo +
            ILTEManager @@ -488,6 +504,10 @@
            RealTimeTransimissionStateListener
            +
            MegaphoneInfoListener +
            +
            MegaphoneInfo +
            IPipelineManager @@ -538,6 +558,14 @@
            UARegistrationNumberStatusListener
            +
            OperatorRegistrationNumberStatus +
            +
            OperatorRegistrationNumberStatusListener +
            +
            RealNameRegistrationStatus +
            +
            RealNameRegistrationStatusListener +
            ILDMManager diff --git a/Docs/Android_API/cn/Components/IKeyManager/Value_RemoteController_Struct_RCModeChannelTypeMsg.html b/Docs/Android_API/cn/Components/IKeyManager/Value_RemoteController_Struct_RCModeChannelTypeMsg.html index 4ab7b8b5..d0a855f4 100644 --- a/Docs/Android_API/cn/Components/IKeyManager/Value_RemoteController_Struct_RCModeChannelTypeMsg.html +++ b/Docs/Android_API/cn/Components/IKeyManager/Value_RemoteController_Struct_RCModeChannelTypeMsg.html @@ -228,8 +228,6 @@
            IVideoChannel @@ -248,6 +246,18 @@
            +
            ICameraStreamManager + +
            IMediaManager
            ILiveStreamManager @@ -430,6 +442,10 @@
            FlySafeNotificationListener
            +
            FlySafeDatabaseListener +
            +
            FlySafeDatabaseInfo +
            ILTEManager @@ -488,6 +504,10 @@
            RealTimeTransimissionStateListener
            +
            MegaphoneInfoListener +
            +
            MegaphoneInfo +
            IPipelineManager @@ -538,6 +558,14 @@
            UARegistrationNumberStatusListener
            +
            OperatorRegistrationNumberStatus +
            +
            OperatorRegistrationNumberStatusListener +
            +
            RealNameRegistrationStatus +
            +
            RealNameRegistrationStatusListener +
            ILDMManager diff --git a/Docs/Android_API/cn/Components/IKeyManager/Value_RemoteController_Struct_RcFirmwareInfo.html b/Docs/Android_API/cn/Components/IKeyManager/Value_RemoteController_Struct_RcFirmwareInfo.html index 3f413afe..221e4fd9 100644 --- a/Docs/Android_API/cn/Components/IKeyManager/Value_RemoteController_Struct_RcFirmwareInfo.html +++ b/Docs/Android_API/cn/Components/IKeyManager/Value_RemoteController_Struct_RcFirmwareInfo.html @@ -228,8 +228,6 @@
            IVideoChannel @@ -248,6 +246,18 @@
            +
            ICameraStreamManager + +
            IMediaManager
            ILiveStreamManager @@ -430,6 +442,10 @@
            FlySafeNotificationListener
            +
            FlySafeDatabaseListener +
            +
            FlySafeDatabaseInfo +
            ILTEManager @@ -488,6 +504,10 @@
            RealTimeTransimissionStateListener
            +
            MegaphoneInfoListener +
            +
            MegaphoneInfo +
            IPipelineManager @@ -538,6 +558,14 @@
            UARegistrationNumberStatusListener
            +
            OperatorRegistrationNumberStatus +
            +
            OperatorRegistrationNumberStatusListener +
            +
            RealNameRegistrationStatus +
            +
            RealNameRegistrationStatusListener +
            ILDMManager diff --git a/Docs/Android_API/cn/Components/IKeyManager/Value_RemoteController_Struct_RcFiveDimensionPressedStatus.html b/Docs/Android_API/cn/Components/IKeyManager/Value_RemoteController_Struct_RcFiveDimensionPressedStatus.html index c527ed55..d840c50d 100644 --- a/Docs/Android_API/cn/Components/IKeyManager/Value_RemoteController_Struct_RcFiveDimensionPressedStatus.html +++ b/Docs/Android_API/cn/Components/IKeyManager/Value_RemoteController_Struct_RcFiveDimensionPressedStatus.html @@ -228,8 +228,6 @@
            IVideoChannel @@ -248,6 +246,18 @@
            +
            ICameraStreamManager + +
            IMediaManager
            ILiveStreamManager @@ -430,6 +442,10 @@
            FlySafeNotificationListener
            +
            FlySafeDatabaseListener +
            +
            FlySafeDatabaseInfo +
            ILTEManager @@ -488,6 +504,10 @@
            RealTimeTransimissionStateListener
            +
            MegaphoneInfoListener +
            +
            MegaphoneInfo +
            IPipelineManager @@ -538,6 +558,14 @@
            UARegistrationNumberStatusListener
            +
            OperatorRegistrationNumberStatus +
            +
            OperatorRegistrationNumberStatusListener +
            +
            RealNameRegistrationStatus +
            +
            RealNameRegistrationStatusListener +
            ILDMManager diff --git a/Docs/Android_API/cn/Components/IKeyManager/Value_RemoteController_Struct_RcMultiStatusMsg.html b/Docs/Android_API/cn/Components/IKeyManager/Value_RemoteController_Struct_RcMultiStatusMsg.html index f06a58c5..a5cde309 100644 --- a/Docs/Android_API/cn/Components/IKeyManager/Value_RemoteController_Struct_RcMultiStatusMsg.html +++ b/Docs/Android_API/cn/Components/IKeyManager/Value_RemoteController_Struct_RcMultiStatusMsg.html @@ -228,8 +228,6 @@
            IVideoChannel @@ -248,6 +246,18 @@
            +
            ICameraStreamManager + +
            IMediaManager
            ILiveStreamManager @@ -430,6 +442,10 @@
            FlySafeNotificationListener
            +
            FlySafeDatabaseListener +
            +
            FlySafeDatabaseInfo +
            ILTEManager @@ -488,6 +504,10 @@
            RealTimeTransimissionStateListener
            +
            MegaphoneInfoListener +
            +
            MegaphoneInfo +
            IPipelineManager @@ -538,6 +558,14 @@
            UARegistrationNumberStatusListener
            +
            OperatorRegistrationNumberStatus +
            +
            OperatorRegistrationNumberStatusListener +
            +
            RealNameRegistrationStatus +
            +
            RealNameRegistrationStatusListener +
            ILDMManager diff --git a/Docs/Android_API/cn/Components/IKeyManager/Value_RemoteController_Struct_RcParamChargeRemainingInfo.html b/Docs/Android_API/cn/Components/IKeyManager/Value_RemoteController_Struct_RcParamChargeRemainingInfo.html index ba0ef1ee..2a8106c1 100644 --- a/Docs/Android_API/cn/Components/IKeyManager/Value_RemoteController_Struct_RcParamChargeRemainingInfo.html +++ b/Docs/Android_API/cn/Components/IKeyManager/Value_RemoteController_Struct_RcParamChargeRemainingInfo.html @@ -228,8 +228,6 @@
            IVideoChannel @@ -248,6 +246,18 @@
            +
            ICameraStreamManager + +
            IMediaManager
            ILiveStreamManager @@ -430,6 +442,10 @@
            FlySafeNotificationListener
            +
            FlySafeDatabaseListener +
            +
            FlySafeDatabaseInfo +
            ILTEManager @@ -488,6 +504,10 @@
            RealTimeTransimissionStateListener
            +
            MegaphoneInfoListener +
            +
            MegaphoneInfo +
            IPipelineManager @@ -538,6 +558,14 @@
            UARegistrationNumberStatusListener
            +
            OperatorRegistrationNumberStatus +
            +
            OperatorRegistrationNumberStatusListener +
            +
            RealNameRegistrationStatus +
            +
            RealNameRegistrationStatusListener +
            ILDMManager diff --git a/Docs/Android_API/cn/Components/ILDMManager/ILDMManager.html b/Docs/Android_API/cn/Components/ILDMManager/ILDMManager.html index 69217e15..14ee2b45 100644 --- a/Docs/Android_API/cn/Components/ILDMManager/ILDMManager.html +++ b/Docs/Android_API/cn/Components/ILDMManager/ILDMManager.html @@ -228,8 +228,6 @@
            IVideoChannel @@ -248,6 +246,18 @@
            +
            ICameraStreamManager + +
            IMediaManager
            ILiveStreamManager @@ -430,6 +442,10 @@
            FlySafeNotificationListener
            +
            FlySafeDatabaseListener +
            +
            FlySafeDatabaseInfo +
            ILTEManager @@ -488,6 +504,10 @@
            RealTimeTransimissionStateListener
            +
            MegaphoneInfoListener +
            +
            MegaphoneInfo +
            IPipelineManager @@ -538,6 +558,14 @@
            UARegistrationNumberStatusListener
            +
            OperatorRegistrationNumberStatus +
            +
            OperatorRegistrationNumberStatusListener +
            +
            RealNameRegistrationStatus +
            +
            RealNameRegistrationStatusListener +
            ILDMManager @@ -660,7 +688,7 @@
            描述:

            LDM例外模块类型,设置LDM例外模块可以正常访问网络。

            MSDK 5.0.0开始支持

            Enum Members:
            -
            MSDK_INIT_AND_REGISTRATIONMSDK初始化和注册模块。LDM下,MSDK初始化和注册模块以及LDM拉取DJI服务器License功能(调用enableLDM)时可以正常访问网络。
            LIVE_STREAMING直播模块。LDM下,直播模块可以正常访问网络。
            RTKRTK模块。LDM下,RTK模块可以正常访问网络。
            FIRMWARE_UPGRADE固件升级模块。LDM下,固件升级模块可以正常访问网络。
            EXPERENCE_IMPROVEMENT产品改进计划模块。LDM下,产品改进计划模块可以正常访问网络。
            USER_ACCOUNT用户账号模块。LDM下,用户账号模块可以正常访问网络。
            LTELTE模块。LDM下,LTE模块可以正常访问网络。
            FLY_SAFE限飞模块。LDM下,限飞模块可以正常访问网络。
            +
            MSDK_INIT_AND_REGISTRATIONMSDK初始化和注册模块。LDM下,MSDK初始化和注册模块以及LDM拉取DJI服务器License功能(调用enableLDM)时可以正常访问网络。
            LIVE_STREAMING直播模块。LDM下,直播模块可以正常访问网络。
            RTKRTK模块。LDM下,RTK模块可以正常访问网络。
            FIRMWARE_UPGRADE固件升级模块。LDM下,固件升级模块可以正常访问网络。
            EXPERENCE_IMPROVEMENT产品改进计划模块。LDM下,产品改进计划模块可以正常访问网络。
            USER_ACCOUNT用户账号模块。LDM下,用户账号模块可以正常访问网络。
            LTELTE模块。LDM下,LTE模块可以正常访问网络。
            FLY_SAFE限飞模块。LDM下,限飞模块可以正常访问网络。
            REAL_NAME实名制模块。LDM下,实名制模块可以正常访问网络。
            Class Members:
            diff --git a/Docs/Android_API/cn/Components/ILTEManager/ILTEManager.html b/Docs/Android_API/cn/Components/ILTEManager/ILTEManager.html index 31037cfa..dd34b1bd 100644 --- a/Docs/Android_API/cn/Components/ILTEManager/ILTEManager.html +++ b/Docs/Android_API/cn/Components/ILTEManager/ILTEManager.html @@ -228,8 +228,6 @@
            IVideoChannel @@ -248,6 +246,18 @@
            +
            ICameraStreamManager + +
            IMediaManager
            ILiveStreamManager @@ -430,6 +442,10 @@
            FlySafeNotificationListener
            +
            FlySafeDatabaseListener +
            +
            FlySafeDatabaseInfo +
            ILTEManager @@ -488,6 +504,10 @@
            RealTimeTransimissionStateListener
            +
            MegaphoneInfoListener +
            +
            MegaphoneInfo +
            IPipelineManager @@ -538,6 +558,14 @@
            UARegistrationNumberStatusListener
            +
            OperatorRegistrationNumberStatus +
            +
            OperatorRegistrationNumberStatusListener +
            +
            RealNameRegistrationStatus +
            +
            RealNameRegistrationStatusListener +
            ILDMManager diff --git a/Docs/Android_API/cn/Components/ILTEManager/ILTEManager_LTEAuthenticationInfo.html b/Docs/Android_API/cn/Components/ILTEManager/ILTEManager_LTEAuthenticationInfo.html index af693e92..32d3a753 100644 --- a/Docs/Android_API/cn/Components/ILTEManager/ILTEManager_LTEAuthenticationInfo.html +++ b/Docs/Android_API/cn/Components/ILTEManager/ILTEManager_LTEAuthenticationInfo.html @@ -228,8 +228,6 @@
            IVideoChannel @@ -248,6 +246,18 @@
            +
            ICameraStreamManager + +
            IMediaManager
            ILiveStreamManager @@ -430,6 +442,10 @@
            FlySafeNotificationListener
            +
            FlySafeDatabaseListener +
            +
            FlySafeDatabaseInfo +
            ILTEManager @@ -488,6 +504,10 @@
            RealTimeTransimissionStateListener
            +
            MegaphoneInfoListener +
            +
            MegaphoneInfo +
            IPipelineManager @@ -538,6 +558,14 @@
            UARegistrationNumberStatusListener
            +
            OperatorRegistrationNumberStatus +
            +
            OperatorRegistrationNumberStatusListener +
            +
            RealNameRegistrationStatus +
            +
            RealNameRegistrationStatusListener +
            ILDMManager diff --git a/Docs/Android_API/cn/Components/ILTEManager/ILTEManager_LTEAuthenticationInfoListener.html b/Docs/Android_API/cn/Components/ILTEManager/ILTEManager_LTEAuthenticationInfoListener.html index e0e2da05..8a69bfde 100644 --- a/Docs/Android_API/cn/Components/ILTEManager/ILTEManager_LTEAuthenticationInfoListener.html +++ b/Docs/Android_API/cn/Components/ILTEManager/ILTEManager_LTEAuthenticationInfoListener.html @@ -228,8 +228,6 @@
            IVideoChannel @@ -248,6 +246,18 @@
            +
            ICameraStreamManager + +
            IMediaManager
            ILiveStreamManager @@ -430,6 +442,10 @@
            FlySafeNotificationListener
            +
            FlySafeDatabaseListener +
            +
            FlySafeDatabaseInfo +
            ILTEManager @@ -488,6 +504,10 @@
            RealTimeTransimissionStateListener
            +
            MegaphoneInfoListener +
            +
            MegaphoneInfo +
            IPipelineManager @@ -538,6 +558,14 @@
            UARegistrationNumberStatusListener
            +
            OperatorRegistrationNumberStatus +
            +
            OperatorRegistrationNumberStatusListener +
            +
            RealNameRegistrationStatus +
            +
            RealNameRegistrationStatusListener +
            ILDMManager diff --git a/Docs/Android_API/cn/Components/ILTEManager/ILTEManager_LTEDongleInfoListener.html b/Docs/Android_API/cn/Components/ILTEManager/ILTEManager_LTEDongleInfoListener.html index e24aeca3..b0f1698c 100644 --- a/Docs/Android_API/cn/Components/ILTEManager/ILTEManager_LTEDongleInfoListener.html +++ b/Docs/Android_API/cn/Components/ILTEManager/ILTEManager_LTEDongleInfoListener.html @@ -228,8 +228,6 @@
            IVideoChannel @@ -248,6 +246,18 @@
            +
            ICameraStreamManager + +
            IMediaManager
            ILiveStreamManager @@ -430,6 +442,10 @@
            FlySafeNotificationListener
            +
            FlySafeDatabaseListener +
            +
            FlySafeDatabaseInfo +
            ILTEManager @@ -488,6 +504,10 @@
            RealTimeTransimissionStateListener
            +
            MegaphoneInfoListener +
            +
            MegaphoneInfo +
            IPipelineManager @@ -538,6 +558,14 @@
            UARegistrationNumberStatusListener
            +
            OperatorRegistrationNumberStatus +
            +
            OperatorRegistrationNumberStatusListener +
            +
            RealNameRegistrationStatus +
            +
            RealNameRegistrationStatusListener +
            ILDMManager diff --git a/Docs/Android_API/cn/Components/ILTEManager/ILTEManager_LTELinkInfo.html b/Docs/Android_API/cn/Components/ILTEManager/ILTEManager_LTELinkInfo.html index 0bdb9d20..143bf21c 100644 --- a/Docs/Android_API/cn/Components/ILTEManager/ILTEManager_LTELinkInfo.html +++ b/Docs/Android_API/cn/Components/ILTEManager/ILTEManager_LTELinkInfo.html @@ -228,8 +228,6 @@
            IVideoChannel @@ -248,6 +246,18 @@
            +
            ICameraStreamManager + +
            IMediaManager
            ILiveStreamManager @@ -430,6 +442,10 @@
            FlySafeNotificationListener
            +
            FlySafeDatabaseListener +
            +
            FlySafeDatabaseInfo +
            ILTEManager @@ -488,6 +504,10 @@
            RealTimeTransimissionStateListener
            +
            MegaphoneInfoListener +
            +
            MegaphoneInfo +
            IPipelineManager @@ -538,6 +558,14 @@
            UARegistrationNumberStatusListener
            +
            OperatorRegistrationNumberStatus +
            +
            OperatorRegistrationNumberStatusListener +
            +
            RealNameRegistrationStatus +
            +
            RealNameRegistrationStatusListener +
            ILDMManager diff --git a/Docs/Android_API/cn/Components/ILTEManager/ILTEManager_LTELinkInfoListener.html b/Docs/Android_API/cn/Components/ILTEManager/ILTEManager_LTELinkInfoListener.html index 77f03d08..dde3a388 100644 --- a/Docs/Android_API/cn/Components/ILTEManager/ILTEManager_LTELinkInfoListener.html +++ b/Docs/Android_API/cn/Components/ILTEManager/ILTEManager_LTELinkInfoListener.html @@ -228,8 +228,6 @@
            IVideoChannel @@ -248,6 +246,18 @@
            +
            ICameraStreamManager + +
            IMediaManager
            ILiveStreamManager @@ -430,6 +442,10 @@
            FlySafeNotificationListener
            +
            FlySafeDatabaseListener +
            +
            FlySafeDatabaseInfo +
            ILTEManager @@ -488,6 +504,10 @@
            RealTimeTransimissionStateListener
            +
            MegaphoneInfoListener +
            +
            MegaphoneInfo +
            IPipelineManager @@ -538,6 +558,14 @@
            UARegistrationNumberStatusListener
            +
            OperatorRegistrationNumberStatus +
            +
            OperatorRegistrationNumberStatusListener +
            +
            RealNameRegistrationStatus +
            +
            RealNameRegistrationStatusListener +
            ILDMManager diff --git a/Docs/Android_API/cn/Components/ILTEManager/ILTEManager_LTEPrivatizationServerInfo.html b/Docs/Android_API/cn/Components/ILTEManager/ILTEManager_LTEPrivatizationServerInfo.html index 6e1146b7..54abafee 100644 --- a/Docs/Android_API/cn/Components/ILTEManager/ILTEManager_LTEPrivatizationServerInfo.html +++ b/Docs/Android_API/cn/Components/ILTEManager/ILTEManager_LTEPrivatizationServerInfo.html @@ -228,8 +228,6 @@
            IVideoChannel @@ -248,6 +246,18 @@
            +
            ICameraStreamManager + +
            IMediaManager
            ILiveStreamManager @@ -430,6 +442,10 @@
            FlySafeNotificationListener
            +
            FlySafeDatabaseListener +
            +
            FlySafeDatabaseInfo +
            ILTEManager @@ -488,6 +504,10 @@
            RealTimeTransimissionStateListener
            +
            MegaphoneInfoListener +
            +
            MegaphoneInfo +
            IPipelineManager @@ -538,6 +558,14 @@
            UARegistrationNumberStatusListener
            +
            OperatorRegistrationNumberStatus +
            +
            OperatorRegistrationNumberStatusListener +
            +
            RealNameRegistrationStatus +
            +
            RealNameRegistrationStatusListener +
            ILDMManager diff --git a/Docs/Android_API/cn/Components/IMediaDataCenter/ICameraStreamManager.html b/Docs/Android_API/cn/Components/IMediaDataCenter/ICameraStreamManager.html new file mode 100644 index 00000000..0d6c087a --- /dev/null +++ b/Docs/Android_API/cn/Components/IMediaDataCenter/ICameraStreamManager.html @@ -0,0 +1,791 @@ + + + + + + + DJI Mobile SDK Documentation + + + + +
            +
            +
            +
            +
            +
            +
            + + +
            +
            +
            +
            +
              +
              +
              +
                +
                +
                +
                + +
                +
                +

                class ICameraStreamManager

                +
                interface ICameraStreamManager
                +
                包:dji.v5.manager.interfaces
                +
                描述:
                +

                相机码流管理类。支持相机镜头的码流显示、获取码流数据和帧数据等功能。以下是接口使用流程:

              • 通过addAvailableCameraUpdatedListener添加监听器获取可用的相机索引。
              • 调用putCameraStreamSurface将相机码流的画面显示到特定的的surface中。
              • 添加码流数据监听器addReceiveStreamListener来接收码流数据,码流数据可用于自行解码显示和第三方直播等功能。
              • 添加帧数据监听器addFrameListener来接收帧数据。帧数据可以用于AI识别等功能的算法处理。


              • MSDK 5.8.0开始支持

                +
                类成员:
                +
                +
                method addAvailableCameraUpdatedListener
                + +
                void addAvailableCameraUpdatedListener(@NonNull AvailableCameraUpdatedListener listener)
                +
                包:dji.v5.manager.interfaces
                +
                描述:
                +

                设置可用相机监听器。通过此监听器可以监听可用的相机索引。获取到可用的相机索引以后可以调用putCameraStreamSurface显示特定相机的码流。

                MSDK 5.8.0开始支持

                +
                输入参数:
                +
                @NonNull AvailableCameraUpdatedListener listener可用相机监听器
                +
                +
                method removeAvailableCameraUpdatedListener
                + +
                void removeAvailableCameraUpdatedListener(@NonNull AvailableCameraUpdatedListener listener)
                +
                包:dji.v5.manager.interfaces
                +
                描述:
                +

                移除可用相机监听器。

                MSDK 5.8.0开始支持

                +
                输入参数:
                +
                @NonNull AvailableCameraUpdatedListener listener可用相机监听器
                +
                +
                method putCameraStreamSurface
                + +
                void putCameraStreamSurface(@NonNull ComponentIndexType cameraIndex,
                @NonNull Surface surface,
                int surfaceWidth,
                int surfaceHeight,
                @NonNull ScaleType scaleType)
                +
                包:dji.v5.manager.interfaces
                +
                描述:
                +

                将相机码流的画面显示到特定的的surface中,单个surface只能显示一个相机的码流画面。如果针对同一个surface多次调用此接口,将进行该surface的参数更新,比如更新相机索引,surface的宽高和缩放类型。
                注意:
                如果你希望显示不同相机镜头的画面,你可以调用KeyCameraVideoStreamSource进行相机镜头切换。


                MSDK 5.8.0开始支持

                +
                输入参数:
                +
                @NonNull ComponentIndexType cameraIndex设置需要进行码流显示的相机索引。
                @NonNull Surface surface设置需要进行码流显示的surface。支持SurfaceView、TextureView和MediaCodeC的surface,不支持GLSurfaceView的surface以及任何和OpenGL绑定的surface。
                int surfaceWidth设置需要进行码流显示的surface宽度。
                int surfaceHeight设置需要进行码流显示的surface高度。
                @NonNull ScaleType scaleType设置需要进行码流显示的surface的缩放类型。
                +
                +
                method removeCameraStreamSurface
                + +
                void removeCameraStreamSurface(@NonNull Surface surface)
                +
                包:dji.v5.manager.interfaces
                +
                描述:
                +

                移除已经添加的surface,当你不再需要使用该surface的时候,请调用此接口移除已经添加的surface,否则会导致内存泄漏。移除后该surface将不再显示相机画面。

                MSDK 5.8.0开始支持

                +
                输入参数:
                +
                @NonNull Surface surface设置需要移除的Surface。
                +
                +
                method addReceiveStreamListener
                + +
                void addReceiveStreamListener(@NonNull ComponentIndexType cameraIndex, @NonNull ReceiveStreamListener listener)
                +
                包:dji.v5.manager.interfaces
                +
                描述:
                +

                添加码流数据监听器。通过此监听器可以接收指定相机的码流数据。你可以使用此码流数据自行解码显示或者实现第三方直播等功能。

                MSDK 5.8.0开始支持

                +
                输入参数:
                +
                @NonNull ComponentIndexType cameraIndex设置需要监听的相机索引。
                @NonNull ReceiveStreamListener listener码流数据监听器
                +
                +
                method removeReceiveStreamListener
                + +
                void removeReceiveStreamListener(@NonNull ReceiveStreamListener listener)
                +
                包:dji.v5.manager.interfaces
                +
                描述:
                +

                移除码流数据监听器。

                MSDK 5.8.0开始支持

                +
                输入参数:
                +
                @NonNull ReceiveStreamListener listener码流数据监听器
                +
                +
                method addFrameListener
                + +
                void addFrameListener(@NonNull ComponentIndexType cameraIndex,
                @NonNull FrameFormat format,
                @NonNull CameraFrameListener listener)
                +
                包:dji.v5.manager.interfaces
                +
                描述:
                +

                添加帧数据监听器。通过此监听器可以监听指定相机解码后的帧数据,你可以使用帧数据实现AI识别等功能。

                MSDK 5.8.0开始支持

                +
                输入参数:
                +
                @NonNull ComponentIndexType cameraIndex设置需要监听的相机索引。
                @NonNull FrameFormat format设置需要监听的帧格式。
                @NonNull CameraFrameListener listener帧数据监听器
                +
                +
                method removeFrameListener
                + +
                void removeFrameListener(@NonNull CameraFrameListener listener)
                +
                包:dji.v5.manager.interfaces
                +
                描述:
                +

                移除帧数据监听器。

                MSDK 5.8.0开始支持

                +
                输入参数:
                +
                @NonNull CameraFrameListener listener帧数据监听器
                +
                +
                method setKeepAliveDecoding
                + +
                void setKeepAliveDecoding(boolean isKeepALive)
                +
                包:dji.v5.manager.interfaces
                +
                描述:
                +

                是否让解码器在后台持续解码,默认值为false。如果为false,当模块内部没有引用任何Surface、ReceiveStreamListener、CameraFrameListener的时候,解码器会暂停解码以降低后台性能/电量的消耗,但是这会增加首次推送相机码流数据的延迟。如果为true,那么解码器会持续在后台解码,这会增加性能/电量的消耗,但是可以降低首次推送相机码流数据的延迟。

                MSDK 5.8.0开始支持

                +
                输入参数:
                +
                boolean isKeepALivetrue表示解码器在后台持续解码。
                + +
                +
                enum MimeType
                + +
                enum MimeType
                +
                包:dji.v5.manager.interfaces
                +
                描述:
                +

                编解码的媒体类型,支持H264和H265。

                MSDK 5.8.0开始支持

                +
                Enum Members:
                +
                H264H264
                H265H265
                +
                Class Members:
                +
                +
                +
                enum ScaleType
                + +
                enum ScaleType
                +
                包:dji.v5.manager.interfaces
                +
                描述:
                +

                画面缩放类型。

                MSDK 5.8.0开始支持

                +
                Enum Members:
                +
                FIX_XY拉伸铺满。
                CENTER_CROP裁剪适应铺满。
                CENTER_INSIDE缩放适应。
                +
                Class Members:
                +
                +
                +
                enum FrameFormat
                + +
                enum FrameFormat
                +
                包:dji.v5.manager.interfaces
                +
                描述:
                +

                帧数据格式。

                MSDK 5.8.0开始支持

                +
                Enum Members:
                +
                YUV420_888YUV420_888
                YUV444_888YUV444_888
                YUY2YUV2
                NV21NV21
                RGBA_8888RGBA_8888
                +
                Class Members:
                +
                + +
                +
                +
                + +
                + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Docs/Android_API/cn/Components/IMediaDataCenter/ICameraStreamManager_AvailableCameraUpdatedListener.html b/Docs/Android_API/cn/Components/IMediaDataCenter/ICameraStreamManager_AvailableCameraUpdatedListener.html new file mode 100644 index 00000000..597922f1 --- /dev/null +++ b/Docs/Android_API/cn/Components/IMediaDataCenter/ICameraStreamManager_AvailableCameraUpdatedListener.html @@ -0,0 +1,685 @@ + + + + + + + DJI Mobile SDK Documentation + + + + +
                +
                +
                +
                +
                +
                +
                + + +
                +
                +
                +
                +
                  +
                  +
                  +
                    +
                    +
                    +
                    + +
                    +
                    +

                    class AvailableCameraUpdatedListener

                    +
                    interface AvailableCameraUpdatedListener
                    +
                    包:dji.v5.manager.interfaces
                    +
                    描述:
                    +

                    可用相机监听器。

                    MSDK 5.8.0开始支持

                    +
                    类成员:
                    +
                    +
                    method onAvailableCameraUpdated
                    + +
                    @MainThread
                    void onAvailableCameraUpdated(@NonNull List<ComponentIndexType> availableCameraList)
                    +
                    包:dji.v5.manager.interfaces
                    +
                    描述:
                    +

                    当可用相机列表变化以后会回调此方法。

                    MSDK 5.8.0开始支持

                    +
                    输入参数:
                    +
                    @NonNull List<ComponentIndexType> availableCameraList可用相机列表。
                    + +
                    +
                    +
                    + +
                    + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Docs/Android_API/cn/Components/IMediaDataCenter/ICameraStreamManager_CameraFrameListener.html b/Docs/Android_API/cn/Components/IMediaDataCenter/ICameraStreamManager_CameraFrameListener.html new file mode 100644 index 00000000..358807b2 --- /dev/null +++ b/Docs/Android_API/cn/Components/IMediaDataCenter/ICameraStreamManager_CameraFrameListener.html @@ -0,0 +1,685 @@ + + + + + + + DJI Mobile SDK Documentation + + + + +
                    +
                    +
                    +
                    +
                    +
                    +
                    + + +
                    +
                    +
                    +
                    +
                      +
                      +
                      +
                        +
                        +
                        +
                        + +
                        +
                        +

                        class CameraFrameListener

                        +
                        interface CameraFrameListener
                        +
                        包:dji.v5.manager.interfaces
                        +
                        描述:
                        +

                        帧数据监听器。

                        MSDK 5.8.0开始支持

                        +
                        类成员:
                        +
                        method
                        +
                        method onFrame
                        + +
                        @WorkerThread
                        void onFrame(@NonNull byte[] frameData,
                        int offset,
                        int length,
                        int width,
                        int height,
                        @NonNull FrameFormat format)
                        +
                        包:dji.v5.manager.interfaces
                        +
                        描述:
                        +

                        当接收到帧数据以后会回调此方法。

                        MSDK 5.8.0开始支持

                        +
                        输入参数:
                        +
                        @NonNull byte[] frameData帧数据。
                        int offset帧数据的偏移量。
                        int length帧数据的长度。
                        int width帧数据的宽。
                        int height帧数据的高。
                        @NonNull FrameFormat format帧数据的格式。
                        + +
                        +
                        +
                        + +
                        + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Docs/Android_API/cn/Components/IMediaDataCenter/ICameraStreamManager_OnAvailableCameraUpdatedListener.html b/Docs/Android_API/cn/Components/IMediaDataCenter/ICameraStreamManager_OnAvailableCameraUpdatedListener.html new file mode 100644 index 00000000..cff6dd74 --- /dev/null +++ b/Docs/Android_API/cn/Components/IMediaDataCenter/ICameraStreamManager_OnAvailableCameraUpdatedListener.html @@ -0,0 +1,685 @@ + + + + + + + DJI Mobile SDK Documentation + + + + +
                        +
                        +
                        +
                        +
                        +
                        +
                        + + +
                        +
                        +
                        +
                        +
                          +
                          +
                          +
                            +
                            +
                            +
                            + +
                            +
                            +

                            class OnAvailableCameraUpdatedListener

                            +
                            interface OnAvailableCameraUpdatedListener
                            +
                            包:dji.v5.manager.interfaces
                            +
                            描述:
                            +

                            可用相机监听器。

                            MSDK 5.8.0开始支持

                            +
                            类成员:
                            +
                            +
                            method onAvailableCameraUpdated
                            + +
                            @MainThread
                            void onAvailableCameraUpdated(@NonNull List<ComponentIndexType> availableCameraList)
                            +
                            包:dji.v5.manager.interfaces
                            +
                            描述:
                            +

                            当可用相机列表变化以后会回调此方法。

                            MSDK 5.8.0开始支持

                            +
                            输入参数:
                            +
                            @NonNull List<ComponentIndexType> availableCameraList可用相机列表。
                            + +
                            +
                            +
                            + +
                            + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Docs/Android_API/cn/Components/IMediaDataCenter/ICameraStreamManager_OnCameraFrameListener.html b/Docs/Android_API/cn/Components/IMediaDataCenter/ICameraStreamManager_OnCameraFrameListener.html new file mode 100644 index 00000000..4a7f6a7a --- /dev/null +++ b/Docs/Android_API/cn/Components/IMediaDataCenter/ICameraStreamManager_OnCameraFrameListener.html @@ -0,0 +1,685 @@ + + + + + + + DJI Mobile SDK Documentation + + + + +
                            +
                            +
                            +
                            +
                            +
                            +
                            + + +
                            +
                            +
                            +
                            +
                              +
                              +
                              +
                                +
                                +
                                +
                                + +
                                +
                                +

                                class OnCameraFrameListener

                                +
                                interface OnCameraFrameListener
                                +
                                包:dji.v5.manager.interfaces
                                +
                                描述:
                                +

                                帧数据监听器。

                                MSDK 5.8.0开始支持

                                +
                                类成员:
                                +
                                method
                                +
                                method onFrame
                                + +
                                @WorkerThread
                                void onFrame(@NonNull byte[] frameData,
                                int offset,
                                int length,
                                int width,
                                int height,
                                @NonNull FrameFormat format)
                                +
                                包:dji.v5.manager.interfaces
                                +
                                描述:
                                +

                                当接收到帧数据以后会回调此方法。

                                MSDK 5.8.0开始支持

                                +
                                输入参数:
                                +
                                @NonNull byte[] frameData帧数据。
                                int offset帧数据的偏移量。
                                int length帧数据的长度。
                                int width帧数据的宽。
                                int height帧数据的高。
                                @NonNull FrameFormat format帧数据的格式。
                                + +
                                +
                                +
                                + +
                                + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Docs/Android_API/cn/Components/IMediaDataCenter/ICameraStreamManager_OnReceiveStreamListener.html b/Docs/Android_API/cn/Components/IMediaDataCenter/ICameraStreamManager_OnReceiveStreamListener.html new file mode 100644 index 00000000..e0f606b3 --- /dev/null +++ b/Docs/Android_API/cn/Components/IMediaDataCenter/ICameraStreamManager_OnReceiveStreamListener.html @@ -0,0 +1,685 @@ + + + + + + + DJI Mobile SDK Documentation + + + + +
                                +
                                +
                                +
                                +
                                +
                                +
                                + + +
                                +
                                +
                                +
                                +
                                  +
                                  +
                                  +
                                    +
                                    +
                                    +
                                    + +
                                    +
                                    +

                                    class OnReceiveStreamListener

                                    +
                                    interface OnReceiveStreamListener
                                    +
                                    包:dji.v5.manager.interfaces
                                    +
                                    描述:
                                    +

                                    码流数据监听器。

                                    MSDK 5.8.0开始支持

                                    +
                                    类成员:
                                    +
                                    +
                                    method onReceiveStream
                                    + +
                                    @WorkerThread
                                    void onReceiveStream(
                                    @NonNull byte[] data,
                                    int offset,
                                    int length,
                                    @NonNull StreamInfo info)
                                    +
                                    包:dji.v5.manager.interfaces
                                    +
                                    描述:
                                    +

                                    当接收到码流数据以后会回调此方法。

                                    MSDK 5.8.0开始支持

                                    +
                                    输入参数:
                                    +
                                    @NonNull byte[] data码流数据。
                                    int offset码流数据的偏移量。
                                    int length码流数据的长度。
                                    @NonNull StreamInfo info码流数据的信息。
                                    + +
                                    +
                                    +
                                    + +
                                    + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Docs/Android_API/cn/Components/IMediaDataCenter/ICameraStreamManager_ReceiveStreamListener.html b/Docs/Android_API/cn/Components/IMediaDataCenter/ICameraStreamManager_ReceiveStreamListener.html new file mode 100644 index 00000000..972872cb --- /dev/null +++ b/Docs/Android_API/cn/Components/IMediaDataCenter/ICameraStreamManager_ReceiveStreamListener.html @@ -0,0 +1,685 @@ + + + + + + + DJI Mobile SDK Documentation + + + + +
                                    +
                                    +
                                    +
                                    +
                                    +
                                    +
                                    + + +
                                    +
                                    +
                                    +
                                    +
                                      +
                                      +
                                      +
                                        +
                                        +
                                        +
                                        + +
                                        +
                                        +

                                        class ReceiveStreamListener

                                        +
                                        interface ReceiveStreamListener
                                        +
                                        包:dji.v5.manager.interfaces
                                        +
                                        描述:
                                        +

                                        码流数据监听器。

                                        MSDK 5.8.0开始支持

                                        +
                                        类成员:
                                        +
                                        +
                                        method onReceiveStream
                                        + +
                                        @WorkerThread
                                        void onReceiveStream(
                                        @NonNull byte[] data,
                                        int offset,
                                        int length,
                                        @NonNull StreamInfo info)
                                        +
                                        包:dji.v5.manager.interfaces
                                        +
                                        描述:
                                        +

                                        当接收到码流数据以后会回调此方法。

                                        MSDK 5.8.0开始支持

                                        +
                                        输入参数:
                                        +
                                        @NonNull byte[] data码流数据。
                                        int offset码流数据的偏移量。
                                        int length码流数据的长度。
                                        @NonNull StreamInfo info码流数据的信息。
                                        + +
                                        +
                                        +
                                        + +
                                        + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Docs/Android_API/cn/Components/IMediaDataCenter/ICameraStreamManager_StreamInfo.html b/Docs/Android_API/cn/Components/IMediaDataCenter/ICameraStreamManager_StreamInfo.html new file mode 100644 index 00000000..e3190efa --- /dev/null +++ b/Docs/Android_API/cn/Components/IMediaDataCenter/ICameraStreamManager_StreamInfo.html @@ -0,0 +1,730 @@ + + + + + + + DJI Mobile SDK Documentation + + + + +
                                        +
                                        +
                                        +
                                        +
                                        +
                                        +
                                        + + +
                                        +
                                        +
                                        +
                                        +
                                          +
                                          +
                                          +
                                            +
                                            +
                                            +
                                            + +
                                            +
                                            +

                                            class StreamInfo

                                            +
                                            class StreamInfo
                                            +
                                            包:dji.v5.manager.datacenter.camera
                                            +
                                            描述:
                                            +

                                            码流信息类,可获取码流的宽度,高度和帧率等信息。

                                            MSDK 5.8.0开始支持

                                            +
                                            类成员:
                                            +
                                            +
                                            method getMimeType
                                            + +
                                            ICameraStreamManager.MimeType getMimeType()
                                            +
                                            包:dji.v5.manager.datacenter.camera
                                            +
                                            描述:
                                            +

                                            获取码流的编解码媒体类型。

                                            +
                                            返回值:
                                            +
                                            ICameraStreamManager.MimeType返回码流的编解码媒体类型。
                                            +
                                            method
                                            +
                                            method getWidth
                                            + +
                                            int getWidth()
                                            +
                                            包:dji.v5.manager.datacenter.camera
                                            +
                                            描述:
                                            +

                                            获取码流数据宽。

                                            +
                                            返回值:
                                            +
                                            int返回码流数据宽。
                                            +
                                            method
                                            +
                                            method getHeight
                                            + +
                                            int getHeight()
                                            +
                                            包:dji.v5.manager.datacenter.camera
                                            +
                                            描述:
                                            +

                                            获取码流数据高。

                                            +
                                            返回值:
                                            +
                                            int返回码流数据高。
                                            +
                                            +
                                            method getFrameRate
                                            + +
                                            int getFrameRate()
                                            +
                                            包:dji.v5.manager.datacenter.camera
                                            +
                                            描述:
                                            +

                                            获取码流数据帧率。

                                            +
                                            返回值:
                                            +
                                            int返回码流数据帧率。
                                            +
                                            +
                                            method getPresentationTimeMs
                                            + +
                                            long getPresentationTimeMs()
                                            +
                                            包:dji.v5.manager.datacenter.camera
                                            +
                                            描述:
                                            +

                                            获取码流显示时间戳PTS,单位:毫秒。

                                            +
                                            返回值:
                                            +
                                            long返回码流的显示时间戳PTS。
                                            +
                                            +
                                            method isKeyFrame
                                            + +
                                            boolean isKeyFrame()
                                            +
                                            包:dji.v5.manager.datacenter.camera
                                            +
                                            描述:
                                            +

                                            获取当前码流数据是关键帧数据。

                                            +
                                            返回值:
                                            +
                                            booleantrue表示当前码流数据是关键帧数据。
                                            + +
                                            +
                                            +
                                            + +
                                            + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Docs/Android_API/cn/Components/IMediaDataCenter/ILiveStreamManager.html b/Docs/Android_API/cn/Components/IMediaDataCenter/ILiveStreamManager.html index 80a9b318..f922cd02 100644 --- a/Docs/Android_API/cn/Components/IMediaDataCenter/ILiveStreamManager.html +++ b/Docs/Android_API/cn/Components/IMediaDataCenter/ILiveStreamManager.html @@ -228,8 +228,6 @@
                                            IVideoChannel @@ -248,6 +246,18 @@
                                            +
                                            ICameraStreamManager + +
                                            IMediaManager
                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                            FlySafeNotificationListener
                                            +
                                            FlySafeDatabaseListener +
                                            +
                                            FlySafeDatabaseInfo +
                                            ILTEManager @@ -488,6 +504,10 @@
                                            RealTimeTransimissionStateListener
                                            +
                                            MegaphoneInfoListener +
                                            +
                                            MegaphoneInfo +
                                            IPipelineManager @@ -538,6 +558,14 @@
                                            UARegistrationNumberStatusListener
                                            +
                                            OperatorRegistrationNumberStatus +
                                            +
                                            OperatorRegistrationNumberStatusListener +
                                            +
                                            RealNameRegistrationStatus +
                                            +
                                            RealNameRegistrationStatusListener +
                                            ILDMManager @@ -594,7 +622,7 @@
                                            返回值:
                                            method
                                            method setLiveStreamSettings
                                            -
                                            void  setLiveStreamSettings(LiveStreamSettings settings)
                                            +
                                            void setLiveStreamSettings(LiveStreamSettings settings)
                                            包:dji.v5.manager.interfaces
                                            描述:

                                            设置直播参数。

                                            MSDK 5.0.0开始支持

                                            @@ -612,110 +640,134 @@
                                            返回值:
                                            method setVideoChannelType
                                            -
                                            void setVideoChannelType(VideoChannelType videoChannelType)
                                            +
                                            @Deprecated
                                            void setVideoChannelType(VideoChannelType videoChannelType)
                                            包:dji.v5.manager.interfaces
                                            描述:
                                            -

                                            设置直播所使用的码流通道。

                                            MSDK 5.0.0开始支持

                                            +

                                            设置直播所使用的码流通道。 +
                                            注意:
                                            +该接口从MSDK 5.8.0版本开始废弃。请调用setCameraIndex设置需要直播的相机索引。
                                            +

                                            MSDK 5.0.0开始支持

                                            输入参数:
                                            VideoChannelType videoChannelType码流通道类型。
                                            method getVideoChannelType
                                            -
                                            VideoChannelType getVideoChannelType()
                                            +
                                            @Deprecated
                                            VideoChannelType getVideoChannelType()
                                            包:dji.v5.manager.interfaces
                                            描述:
                                            -

                                            获取直播所使用的码流通道。

                                            MSDK 5.0.0开始支持

                                            +

                                            获取直播所使用的码流通道。 +
                                            注意:
                                            +该接口从MSDK 5.8.0版本开始废弃。请调用getCameraIndex获取设置的相机索引。

                                            +

                                            MSDK 5.0.0开始支持

                                            返回值:
                                            VideoChannelType返回码流通道类型。
                                            +
                                            +
                                            method setCameraIndex
                                            + +
                                            void setCameraIndex(@NonNull ComponentIndexType cameraIndex)
                                            +
                                            包:dji.v5.manager.interfaces
                                            +
                                            描述:
                                            +

                                            设置需要进行直播的相机索引。

                                            MSDK 5.8.0开始支持

                                            +
                                            输入参数:
                                            +
                                            @NonNull ComponentIndexType cameraIndex需要进行直播的相机索引。
                                            +
                                            +
                                            method getCameraIndex
                                            + +
                                            ComponentIndexType getCameraIndex()
                                            +
                                            包:dji.v5.manager.interfaces
                                            +
                                            描述:
                                            +

                                            获取设置的相机索引。

                                            MSDK 5.8.0开始支持

                                            +
                                            返回值:
                                            +
                                            ComponentIndexType返回设置的相机索引。
                                            method startStream
                                            void startStream(CommonCallbacks.CompletionCallback callback)
                                            包:dji.v5.manager.interfaces
                                            -
                                            描述:
                                            +
                                            描述:

                                            开启直播。

                                            MSDK 5.0.0开始支持

                                            -
                                            输入参数:
                                            +
                                            输入参数:
                                            CommonCallbacks.CompletionCallback callback返回执行结果的回调。
                                            method stopStream
                                            void stopStream(CommonCallbacks.CompletionCallback callback)
                                            包:dji.v5.manager.interfaces
                                            -
                                            描述:
                                            +
                                            描述:

                                            停止直播。

                                            MSDK 5.0.0开始支持

                                            -
                                            输入参数:
                                            +
                                            输入参数:
                                            CommonCallbacks.CompletionCallback callback返回执行结果的回调。
                                            method setLiveStreamQuality
                                            void setLiveStreamQuality(StreamQuality quality)
                                            包:dji.v5.manager.interfaces
                                            -
                                            描述:
                                            +
                                            描述:

                                            设置直播视频质量类型。

                                            MSDK 5.0.0开始支持

                                            -
                                            输入参数:
                                            +
                                            输入参数:
                                            StreamQuality quality直播视频质量类型。
                                            method getLiveStreamQuality
                                            StreamQuality getLiveStreamQuality()
                                            包:dji.v5.manager.interfaces
                                            -
                                            描述:
                                            +
                                            描述:

                                            获取直播视频质量类型。

                                            MSDK 5.0.0开始支持

                                            -
                                            返回值:
                                            +
                                            返回值:
                                            StreamQuality返回直播视频质量类型。
                                            method setLiveVideoBitrateMode
                                            void setLiveVideoBitrateMode(LiveVideoBitrateMode bitrateMode)
                                            包:dji.v5.manager.interfaces
                                            -
                                            描述:
                                            +
                                            描述:

                                            设置直播码率模式。自动模式下MSDK会根据网络情况自动设置直播码率,手动模式下需要调用setLiveVideoBitrate手动设置码率。

                                            MSDK 5.0.0开始支持

                                            -
                                            输入参数:
                                            +
                                            输入参数:
                                            LiveVideoBitrateMode bitrateMode直播码率模式。
                                            method getLiveVideoBitrateMode
                                            LiveVideoBitrateMode getLiveVideoBitrateMode()
                                            包:dji.v5.manager.interfaces
                                            -
                                            描述:
                                            +
                                            描述:

                                            获取直播码率模式。

                                            MSDK 5.0.0开始支持

                                            -
                                            返回值:
                                            +
                                            返回值:
                                            LiveVideoBitrateMode返回直播码率模式。
                                            method setLiveVideoBitrate
                                            void setLiveVideoBitrate(int bitrate)
                                            包:dji.v5.manager.interfaces
                                            -
                                            描述:
                                            +
                                            描述:

                                            设置直播码率。

                                            MSDK 5.0.0开始支持

                                            -
                                            输入参数:
                                            +
                                            输入参数:
                                            int bitrate直播码率。
                                            method getLiveVideoBitrate
                                            int getLiveVideoBitrate()
                                            包:dji.v5.manager.interfaces
                                            -
                                            描述:
                                            +
                                            描述:

                                            获取直播码率。

                                            MSDK 5.0.0开始支持

                                            -
                                            返回值:
                                            +
                                            返回值:
                                            int返回直播码率。
                                            method addLiveStreamStatusListener
                                            void addLiveStreamStatusListener(LiveStreamStatusListener listener)
                                            包:dji.v5.manager.interfaces
                                            -
                                            描述:
                                            +
                                            描述:

                                            设置直播状态监听器。

                                            MSDK 5.0.0开始支持

                                            -
                                            输入参数:
                                            +
                                            输入参数:
                                            LiveStreamStatusListener listener直播状态监听器
                                            method removeLiveStreamStatusListener
                                            void removeLiveStreamStatusListener(LiveStreamStatusListener listener)
                                            包:dji.v5.manager.interfaces
                                            -
                                            描述:
                                            +
                                            描述:

                                            删除直播状态监听器。

                                            MSDK 5.0.0开始支持

                                            -
                                            输入参数:
                                            +
                                            输入参数:
                                            LiveStreamStatusListener listener直播状态监听器
                                            @@ -723,7 +775,7 @@
                                            enum LiveStreamType
                                            包:dji.v5.manager.datacenter.livestream
                                            -
                                            描述:
                                            +
                                            描述:

                                            直播协议类型类。

                                            MSDK 5.0.0开始支持

                                            Enum Members:
                                            RTMPRTMP类型。
                                            RTSPRTSP类型。
                                            GB28181GB28181类型。
                                            AGORA声网类型。
                                            @@ -734,7 +786,7 @@
                                            Class Members:
                                            enum StreamQuality
                                            包:dji.v5.manager.datacenter.livestream
                                            -
                                            描述:
                                            +
                                            描述:

                                            直播视频质量类型。

                                            MSDK 5.0.0开始支持

                                            Enum Members:
                                            SD标清。分辨率为960*540,帧率为30fps,码率约为500KByte/s。
                                            HD高清。分辨率为1280*720,帧率为30fps,码率约为1MByte/s。
                                            FULL_HD超清。分辨率为1920*1080,帧率为30fps,码率约为3MByte/s。
                                            @@ -745,7 +797,7 @@
                                            Class Members:
                                            enum LiveVideoBitrateMode
                                            包:dji.v5.manager.datacenter.livestream
                                            -
                                            描述:
                                            +
                                            描述:

                                            直播码率模式。

                                            MSDK 5.0.0开始支持

                                            Enum Members:
                                            AUTO自动。在这种模式下,MSDK会根据网络情况自动设置码率,设置的原则是流畅度优先。
                                            MANUAL手动。这是直播码率的默认模式,默认的直播码率为2*1024kbps。
                                            diff --git a/Docs/Android_API/cn/Components/IMediaDataCenter/ILiveStreamManager_LiveStreamSettings.html b/Docs/Android_API/cn/Components/IMediaDataCenter/ILiveStreamManager_LiveStreamSettings.html index 260a0a7c..7107a526 100644 --- a/Docs/Android_API/cn/Components/IMediaDataCenter/ILiveStreamManager_LiveStreamSettings.html +++ b/Docs/Android_API/cn/Components/IMediaDataCenter/ILiveStreamManager_LiveStreamSettings.html @@ -228,8 +228,6 @@
                                            IVideoChannel @@ -248,6 +246,18 @@
                                            +
                                            ICameraStreamManager + +
                                            IMediaManager
                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                            FlySafeNotificationListener
                                            +
                                            FlySafeDatabaseListener +
                                            +
                                            FlySafeDatabaseInfo +
                                            ILTEManager @@ -488,6 +504,10 @@
                                            RealTimeTransimissionStateListener
                                            +
                                            MegaphoneInfoListener +
                                            +
                                            MegaphoneInfo +
                                            IPipelineManager @@ -538,6 +558,14 @@
                                            UARegistrationNumberStatusListener
                                            +
                                            OperatorRegistrationNumberStatus +
                                            +
                                            OperatorRegistrationNumberStatusListener +
                                            +
                                            RealNameRegistrationStatus +
                                            +
                                            RealNameRegistrationStatusListener +
                                            ILDMManager diff --git a/Docs/Android_API/cn/Components/IMediaDataCenter/ILiveStreamManager_LiveStreamSettings_AgoraSettings.html b/Docs/Android_API/cn/Components/IMediaDataCenter/ILiveStreamManager_LiveStreamSettings_AgoraSettings.html index 91498591..1a68f67d 100644 --- a/Docs/Android_API/cn/Components/IMediaDataCenter/ILiveStreamManager_LiveStreamSettings_AgoraSettings.html +++ b/Docs/Android_API/cn/Components/IMediaDataCenter/ILiveStreamManager_LiveStreamSettings_AgoraSettings.html @@ -228,8 +228,6 @@
                                            IVideoChannel @@ -248,6 +246,18 @@
                                            +
                                            ICameraStreamManager + +
                                            IMediaManager
                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                            FlySafeNotificationListener
                                            +
                                            FlySafeDatabaseListener +
                                            +
                                            FlySafeDatabaseInfo +
                                            ILTEManager @@ -488,6 +504,10 @@
                                            RealTimeTransimissionStateListener
                                            +
                                            MegaphoneInfoListener +
                                            +
                                            MegaphoneInfo +
                                            IPipelineManager @@ -538,6 +558,14 @@
                                            UARegistrationNumberStatusListener
                                            +
                                            OperatorRegistrationNumberStatus +
                                            +
                                            OperatorRegistrationNumberStatusListener +
                                            +
                                            RealNameRegistrationStatus +
                                            +
                                            RealNameRegistrationStatusListener +
                                            ILDMManager diff --git a/Docs/Android_API/cn/Components/IMediaDataCenter/ILiveStreamManager_LiveStreamSettings_AgoraSettings_Builder.html b/Docs/Android_API/cn/Components/IMediaDataCenter/ILiveStreamManager_LiveStreamSettings_AgoraSettings_Builder.html index 1c07707e..5b0f9cdd 100644 --- a/Docs/Android_API/cn/Components/IMediaDataCenter/ILiveStreamManager_LiveStreamSettings_AgoraSettings_Builder.html +++ b/Docs/Android_API/cn/Components/IMediaDataCenter/ILiveStreamManager_LiveStreamSettings_AgoraSettings_Builder.html @@ -228,8 +228,6 @@
                                            IVideoChannel @@ -248,6 +246,18 @@
                                            +
                                            ICameraStreamManager + +
                                            IMediaManager
                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                            FlySafeNotificationListener
                                            +
                                            FlySafeDatabaseListener +
                                            +
                                            FlySafeDatabaseInfo +
                                            ILTEManager @@ -488,6 +504,10 @@
                                            RealTimeTransimissionStateListener
                                            +
                                            MegaphoneInfoListener +
                                            +
                                            MegaphoneInfo +
                                            IPipelineManager @@ -538,6 +558,14 @@
                                            UARegistrationNumberStatusListener
                                            +
                                            OperatorRegistrationNumberStatus +
                                            +
                                            OperatorRegistrationNumberStatusListener +
                                            +
                                            RealNameRegistrationStatus +
                                            +
                                            RealNameRegistrationStatusListener +
                                            ILDMManager diff --git a/Docs/Android_API/cn/Components/IMediaDataCenter/ILiveStreamManager_LiveStreamSettings_Builder.html b/Docs/Android_API/cn/Components/IMediaDataCenter/ILiveStreamManager_LiveStreamSettings_Builder.html index 3b12ff46..d5d74529 100644 --- a/Docs/Android_API/cn/Components/IMediaDataCenter/ILiveStreamManager_LiveStreamSettings_Builder.html +++ b/Docs/Android_API/cn/Components/IMediaDataCenter/ILiveStreamManager_LiveStreamSettings_Builder.html @@ -228,8 +228,6 @@
                                            IVideoChannel @@ -248,6 +246,18 @@
                                            +
                                            ICameraStreamManager + +
                                            IMediaManager
                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                            FlySafeNotificationListener
                                            +
                                            FlySafeDatabaseListener +
                                            +
                                            FlySafeDatabaseInfo +
                                            ILTEManager @@ -488,6 +504,10 @@
                                            RealTimeTransimissionStateListener
                                            +
                                            MegaphoneInfoListener +
                                            +
                                            MegaphoneInfo +
                                            IPipelineManager @@ -538,6 +558,14 @@
                                            UARegistrationNumberStatusListener
                                            +
                                            OperatorRegistrationNumberStatus +
                                            +
                                            OperatorRegistrationNumberStatusListener +
                                            +
                                            RealNameRegistrationStatus +
                                            +
                                            RealNameRegistrationStatusListener +
                                            ILDMManager diff --git a/Docs/Android_API/cn/Components/IMediaDataCenter/ILiveStreamManager_LiveStreamSettings_GB28181Settings.html b/Docs/Android_API/cn/Components/IMediaDataCenter/ILiveStreamManager_LiveStreamSettings_GB28181Settings.html index 7db2b3fa..3a721ad5 100644 --- a/Docs/Android_API/cn/Components/IMediaDataCenter/ILiveStreamManager_LiveStreamSettings_GB28181Settings.html +++ b/Docs/Android_API/cn/Components/IMediaDataCenter/ILiveStreamManager_LiveStreamSettings_GB28181Settings.html @@ -228,8 +228,6 @@
                                            IVideoChannel @@ -248,6 +246,18 @@
                                            +
                                            ICameraStreamManager + +
                                            IMediaManager
                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                            FlySafeNotificationListener
                                            +
                                            FlySafeDatabaseListener +
                                            +
                                            FlySafeDatabaseInfo +
                                            ILTEManager @@ -488,6 +504,10 @@
                                            RealTimeTransimissionStateListener
                                            +
                                            MegaphoneInfoListener +
                                            +
                                            MegaphoneInfo +
                                            IPipelineManager @@ -538,6 +558,14 @@
                                            UARegistrationNumberStatusListener
                                            +
                                            OperatorRegistrationNumberStatus +
                                            +
                                            OperatorRegistrationNumberStatusListener +
                                            +
                                            RealNameRegistrationStatus +
                                            +
                                            RealNameRegistrationStatusListener +
                                            ILDMManager diff --git a/Docs/Android_API/cn/Components/IMediaDataCenter/ILiveStreamManager_LiveStreamSettings_GB28181Settings_Builder.html b/Docs/Android_API/cn/Components/IMediaDataCenter/ILiveStreamManager_LiveStreamSettings_GB28181Settings_Builder.html index 86d29532..20dab208 100644 --- a/Docs/Android_API/cn/Components/IMediaDataCenter/ILiveStreamManager_LiveStreamSettings_GB28181Settings_Builder.html +++ b/Docs/Android_API/cn/Components/IMediaDataCenter/ILiveStreamManager_LiveStreamSettings_GB28181Settings_Builder.html @@ -228,8 +228,6 @@
                                            IVideoChannel @@ -248,6 +246,18 @@
                                            +
                                            ICameraStreamManager + +
                                            IMediaManager
                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                            FlySafeNotificationListener
                                            +
                                            FlySafeDatabaseListener +
                                            +
                                            FlySafeDatabaseInfo +
                                            ILTEManager @@ -488,6 +504,10 @@
                                            RealTimeTransimissionStateListener
                                            +
                                            MegaphoneInfoListener +
                                            +
                                            MegaphoneInfo +
                                            IPipelineManager @@ -538,6 +558,14 @@
                                            UARegistrationNumberStatusListener
                                            +
                                            OperatorRegistrationNumberStatus +
                                            +
                                            OperatorRegistrationNumberStatusListener +
                                            +
                                            RealNameRegistrationStatus +
                                            +
                                            RealNameRegistrationStatusListener +
                                            ILDMManager diff --git a/Docs/Android_API/cn/Components/IMediaDataCenter/ILiveStreamManager_LiveStreamSettings_RtmpSettings.html b/Docs/Android_API/cn/Components/IMediaDataCenter/ILiveStreamManager_LiveStreamSettings_RtmpSettings.html index 97f31cdd..097baac8 100644 --- a/Docs/Android_API/cn/Components/IMediaDataCenter/ILiveStreamManager_LiveStreamSettings_RtmpSettings.html +++ b/Docs/Android_API/cn/Components/IMediaDataCenter/ILiveStreamManager_LiveStreamSettings_RtmpSettings.html @@ -228,8 +228,6 @@
                                            IVideoChannel @@ -248,6 +246,18 @@
                                            +
                                            ICameraStreamManager + +
                                            IMediaManager
                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                            FlySafeNotificationListener
                                            +
                                            FlySafeDatabaseListener +
                                            +
                                            FlySafeDatabaseInfo +
                                            ILTEManager @@ -488,6 +504,10 @@
                                            RealTimeTransimissionStateListener
                                            +
                                            MegaphoneInfoListener +
                                            +
                                            MegaphoneInfo +
                                            IPipelineManager @@ -538,6 +558,14 @@
                                            UARegistrationNumberStatusListener
                                            +
                                            OperatorRegistrationNumberStatus +
                                            +
                                            OperatorRegistrationNumberStatusListener +
                                            +
                                            RealNameRegistrationStatus +
                                            +
                                            RealNameRegistrationStatusListener +
                                            ILDMManager diff --git a/Docs/Android_API/cn/Components/IMediaDataCenter/ILiveStreamManager_LiveStreamSettings_RtmpSettings_Builder.html b/Docs/Android_API/cn/Components/IMediaDataCenter/ILiveStreamManager_LiveStreamSettings_RtmpSettings_Builder.html index f1294b6e..715bf0f2 100644 --- a/Docs/Android_API/cn/Components/IMediaDataCenter/ILiveStreamManager_LiveStreamSettings_RtmpSettings_Builder.html +++ b/Docs/Android_API/cn/Components/IMediaDataCenter/ILiveStreamManager_LiveStreamSettings_RtmpSettings_Builder.html @@ -228,8 +228,6 @@
                                            IVideoChannel @@ -248,6 +246,18 @@
                                            +
                                            ICameraStreamManager + +
                                            IMediaManager
                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                            FlySafeNotificationListener
                                            +
                                            FlySafeDatabaseListener +
                                            +
                                            FlySafeDatabaseInfo +
                                            ILTEManager @@ -488,6 +504,10 @@
                                            RealTimeTransimissionStateListener
                                            +
                                            MegaphoneInfoListener +
                                            +
                                            MegaphoneInfo +
                                            IPipelineManager @@ -538,6 +558,14 @@
                                            UARegistrationNumberStatusListener
                                            +
                                            OperatorRegistrationNumberStatus +
                                            +
                                            OperatorRegistrationNumberStatusListener +
                                            +
                                            RealNameRegistrationStatus +
                                            +
                                            RealNameRegistrationStatusListener +
                                            ILDMManager diff --git a/Docs/Android_API/cn/Components/IMediaDataCenter/ILiveStreamManager_LiveStreamSettings_RtspSettings.html b/Docs/Android_API/cn/Components/IMediaDataCenter/ILiveStreamManager_LiveStreamSettings_RtspSettings.html index 67e9f82c..1c6fbff8 100644 --- a/Docs/Android_API/cn/Components/IMediaDataCenter/ILiveStreamManager_LiveStreamSettings_RtspSettings.html +++ b/Docs/Android_API/cn/Components/IMediaDataCenter/ILiveStreamManager_LiveStreamSettings_RtspSettings.html @@ -228,8 +228,6 @@
                                            IVideoChannel @@ -248,6 +246,18 @@
                                            +
                                            ICameraStreamManager + +
                                            IMediaManager
                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                            FlySafeNotificationListener
                                            +
                                            FlySafeDatabaseListener +
                                            +
                                            FlySafeDatabaseInfo +
                                            ILTEManager @@ -488,6 +504,10 @@
                                            RealTimeTransimissionStateListener
                                            +
                                            MegaphoneInfoListener +
                                            +
                                            MegaphoneInfo +
                                            IPipelineManager @@ -538,6 +558,14 @@
                                            UARegistrationNumberStatusListener
                                            +
                                            OperatorRegistrationNumberStatus +
                                            +
                                            OperatorRegistrationNumberStatusListener +
                                            +
                                            RealNameRegistrationStatus +
                                            +
                                            RealNameRegistrationStatusListener +
                                            ILDMManager diff --git a/Docs/Android_API/cn/Components/IMediaDataCenter/ILiveStreamManager_LiveStreamSettings_RtspSettings_Builder.html b/Docs/Android_API/cn/Components/IMediaDataCenter/ILiveStreamManager_LiveStreamSettings_RtspSettings_Builder.html index 67054c8b..9b42b9d8 100644 --- a/Docs/Android_API/cn/Components/IMediaDataCenter/ILiveStreamManager_LiveStreamSettings_RtspSettings_Builder.html +++ b/Docs/Android_API/cn/Components/IMediaDataCenter/ILiveStreamManager_LiveStreamSettings_RtspSettings_Builder.html @@ -228,8 +228,6 @@
                                            IVideoChannel @@ -248,6 +246,18 @@
                                            +
                                            ICameraStreamManager + +
                                            IMediaManager
                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                            FlySafeNotificationListener
                                            +
                                            FlySafeDatabaseListener +
                                            +
                                            FlySafeDatabaseInfo +
                                            ILTEManager @@ -488,6 +504,10 @@
                                            RealTimeTransimissionStateListener
                                            +
                                            MegaphoneInfoListener +
                                            +
                                            MegaphoneInfo +
                                            IPipelineManager @@ -538,6 +558,14 @@
                                            UARegistrationNumberStatusListener
                                            +
                                            OperatorRegistrationNumberStatus +
                                            +
                                            OperatorRegistrationNumberStatusListener +
                                            +
                                            RealNameRegistrationStatus +
                                            +
                                            RealNameRegistrationStatusListener +
                                            ILDMManager diff --git a/Docs/Android_API/cn/Components/IMediaDataCenter/ILiveStreamManager_LiveStreamStatus.html b/Docs/Android_API/cn/Components/IMediaDataCenter/ILiveStreamManager_LiveStreamStatus.html index 9179c584..0f460c8a 100644 --- a/Docs/Android_API/cn/Components/IMediaDataCenter/ILiveStreamManager_LiveStreamStatus.html +++ b/Docs/Android_API/cn/Components/IMediaDataCenter/ILiveStreamManager_LiveStreamStatus.html @@ -228,8 +228,6 @@
                                            IVideoChannel @@ -248,6 +246,18 @@
                                            +
                                            ICameraStreamManager + +
                                            IMediaManager
                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                            FlySafeNotificationListener
                                            +
                                            FlySafeDatabaseListener +
                                            +
                                            FlySafeDatabaseInfo +
                                            ILTEManager @@ -488,6 +504,10 @@
                                            RealTimeTransimissionStateListener
                                            +
                                            MegaphoneInfoListener +
                                            +
                                            MegaphoneInfo +
                                            IPipelineManager @@ -538,6 +558,14 @@
                                            UARegistrationNumberStatusListener
                                            +
                                            OperatorRegistrationNumberStatus +
                                            +
                                            OperatorRegistrationNumberStatusListener +
                                            +
                                            RealNameRegistrationStatus +
                                            +
                                            RealNameRegistrationStatusListener +
                                            ILDMManager diff --git a/Docs/Android_API/cn/Components/IMediaDataCenter/ILiveStreamManager_LiveStreamStatusListener.html b/Docs/Android_API/cn/Components/IMediaDataCenter/ILiveStreamManager_LiveStreamStatusListener.html index 389cc140..2888e257 100644 --- a/Docs/Android_API/cn/Components/IMediaDataCenter/ILiveStreamManager_LiveStreamStatusListener.html +++ b/Docs/Android_API/cn/Components/IMediaDataCenter/ILiveStreamManager_LiveStreamStatusListener.html @@ -228,8 +228,6 @@
                                            IVideoChannel @@ -248,6 +246,18 @@
                                            +
                                            ICameraStreamManager + +
                                            IMediaManager
                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                            FlySafeNotificationListener
                                            +
                                            FlySafeDatabaseListener +
                                            +
                                            FlySafeDatabaseInfo +
                                            ILTEManager @@ -488,6 +504,10 @@
                                            RealTimeTransimissionStateListener
                                            +
                                            MegaphoneInfoListener +
                                            +
                                            MegaphoneInfo +
                                            IPipelineManager @@ -538,6 +558,14 @@
                                            UARegistrationNumberStatusListener
                                            +
                                            OperatorRegistrationNumberStatus +
                                            +
                                            OperatorRegistrationNumberStatusListener +
                                            +
                                            RealNameRegistrationStatus +
                                            +
                                            RealNameRegistrationStatusListener +
                                            ILDMManager diff --git a/Docs/Android_API/cn/Components/IMediaDataCenter/ILiveStreamManager_VideoResolution.html b/Docs/Android_API/cn/Components/IMediaDataCenter/ILiveStreamManager_VideoResolution.html index 796bd786..82483e3a 100644 --- a/Docs/Android_API/cn/Components/IMediaDataCenter/ILiveStreamManager_VideoResolution.html +++ b/Docs/Android_API/cn/Components/IMediaDataCenter/ILiveStreamManager_VideoResolution.html @@ -228,8 +228,6 @@
                                            IVideoChannel @@ -248,6 +246,18 @@
                                            +
                                            ICameraStreamManager + +
                                            IMediaManager
                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                            FlySafeNotificationListener
                                            +
                                            FlySafeDatabaseListener +
                                            +
                                            FlySafeDatabaseInfo +
                                            ILTEManager @@ -488,6 +504,10 @@
                                            RealTimeTransimissionStateListener
                                            +
                                            MegaphoneInfoListener +
                                            +
                                            MegaphoneInfo +
                                            IPipelineManager @@ -538,6 +558,14 @@
                                            UARegistrationNumberStatusListener
                                            +
                                            OperatorRegistrationNumberStatus +
                                            +
                                            OperatorRegistrationNumberStatusListener +
                                            +
                                            RealNameRegistrationStatus +
                                            +
                                            RealNameRegistrationStatusListener +
                                            ILDMManager diff --git a/Docs/Android_API/cn/Components/IMediaDataCenter/IMediaDataCenter.html b/Docs/Android_API/cn/Components/IMediaDataCenter/IMediaDataCenter.html index b4f82725..6b389483 100644 --- a/Docs/Android_API/cn/Components/IMediaDataCenter/IMediaDataCenter.html +++ b/Docs/Android_API/cn/Components/IMediaDataCenter/IMediaDataCenter.html @@ -228,8 +228,6 @@
                                            IVideoChannel @@ -248,6 +246,18 @@
                                            +
                                            ICameraStreamManager + +
                                            IMediaManager
                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                            FlySafeNotificationListener
                                            +
                                            FlySafeDatabaseListener +
                                            +
                                            FlySafeDatabaseInfo +
                                            ILTEManager @@ -488,6 +504,10 @@
                                            RealTimeTransimissionStateListener
                                            +
                                            MegaphoneInfoListener +
                                            +
                                            MegaphoneInfo +
                                            IPipelineManager @@ -538,6 +558,14 @@
                                            UARegistrationNumberStatusListener
                                            +
                                            OperatorRegistrationNumberStatus +
                                            +
                                            OperatorRegistrationNumberStatusListener +
                                            +
                                            RealNameRegistrationStatus +
                                            +
                                            RealNameRegistrationStatusListener +
                                            ILDMManager @@ -580,7 +608,7 @@
                                            interface IMediaDataCenter
                                            包:dji.v5.manager.interfaces
                                            描述:
                                            -

                                            此类是多媒体数据中心管理类,用于获取VideoStreamManager,MediaManager和LiveStreamManager实例,提供了码流管理,多媒体文件管理和直播管理等功能。

                                            MSDK 5.0.0开始支持

                                            +

                                            此类是多媒体数据中心管理类,用于获取CameraStreamManager,MediaManager和LiveStreamManager实例,提供了码流管理,多媒体文件管理和直播管理等功能。
                                            注意:
                                            IVideoStreamManager从MSDK 5.8.0版本开始废弃。请使用ICameraStreamManager来实现码流管理相关功能。


                                            MSDK 5.0.0开始支持

                                            类成员:
                                            method
                                            method getVideoStreamManager
                                            @@ -588,29 +616,38 @@
                                            类成员:
                                            IVideoStreamManager getVideoStreamManager()
                                            包:dji.v5.manager.interfaces
                                            描述:
                                            -

                                            获取VideoStreamManager实例,该实例用于管理码流的参数设置和码流数据输出等功能。
                                            注意:当有新的DJI硬件产品连接后,需要重新调用此方法获取最新VideoStreamManager实例。可通过KeyConnectionKeyProductType判断是否有新的DJI硬件产品连接。

                                            MSDK 5.0.0开始支持

                                            +

                                            获取VideoStreamManager实例,该实例用于管理码流的参数设置和码流数据获取和渲染等功能。
                                            注意:
                                            1. 当有新的DJI硬件产品连接后,需要重新调用此方法获取最新VideoStreamManager实例。可通过KeyConnectionKeyProductType判断是否有新的DJI硬件产品连接。
                                            2. 该接口从MSDK 5.8.0版本开始废弃。请调用getCameraStreamManager获取CameraStreamManager实例来实现码流管理相关功能。


                                            MSDK 5.0.0开始支持

                                            返回值:
                                            IVideoStreamManager返回VideoStreamManager实例。
                                            +
                                            method
                                            +
                                            method getCameraStreamManager
                                            + +
                                            ICameraStreamManager getCameraStreamManager()
                                            +
                                            包:dji.v5.manager.interfaces
                                            +
                                            描述:
                                            +

                                            获取CameraStreamManager实例,该实例支持相机镜头的码流显示、获取码流数据和帧数据等功能。CameraStreamManager针对VideoStreamManager做了抽象设计,屏蔽了底层通道的概念。让码流管理更加简单和稳定。建议你用CameraStreamManager代替VideoStreamManager实现码流管理相关功能。

                                            MSDK 5.8.0开始支持

                                            +
                                            返回值:
                                            +
                                            ICameraStreamManager返回CameraStreamManager实例。
                                            method
                                            method getMediaManager
                                            IMediaManager getMediaManager()
                                            包:dji.v5.manager.interfaces
                                            -
                                            描述:
                                            +
                                            描述:

                                            获取MediaManager实例,该实例用于管理相机中的多媒体文件列表下载,多媒体文件预览,下载和视频播放等功能。

                                            MSDK 5.0.0开始支持

                                            -
                                            返回值:
                                            +
                                            返回值:
                                            IMediaManager返回MediaManager实例。
                                            method
                                            method getLiveStreamManager
                                            ILiveStreamManager getLiveStreamManager()
                                            包:dji.v5.manager.interfaces
                                            -
                                            描述:
                                            +
                                            描述:

                                            获取LiveStreamManager实例,该实例用于直播的参数设置和直播的开启和停止等功能。

                                            MSDK 5.0.0开始支持

                                            -
                                            返回值:
                                            +
                                            返回值:
                                            ILiveStreamManager返回LiveStreamManager实例。
                                            -
                                            class
                                            class
                                            class
                                            +
                                            class
                                            class
                                            class
                                            class
                                            diff --git a/Docs/Android_API/cn/Components/IMediaDataCenter/IMediaManager.html b/Docs/Android_API/cn/Components/IMediaDataCenter/IMediaManager.html index 41e987bd..a82c315c 100644 --- a/Docs/Android_API/cn/Components/IMediaDataCenter/IMediaManager.html +++ b/Docs/Android_API/cn/Components/IMediaDataCenter/IMediaManager.html @@ -228,8 +228,6 @@
                                            IVideoChannel @@ -248,6 +246,18 @@
                                            +
                                            ICameraStreamManager + +
                                            IMediaManager
                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                            FlySafeNotificationListener
                                            +
                                            FlySafeDatabaseListener +
                                            +
                                            FlySafeDatabaseInfo +
                                            ILTEManager @@ -488,6 +504,10 @@
                                            RealTimeTransimissionStateListener
                                            +
                                            MegaphoneInfoListener +
                                            +
                                            MegaphoneInfo +
                                            IPipelineManager @@ -538,6 +558,14 @@
                                            UARegistrationNumberStatusListener
                                            +
                                            OperatorRegistrationNumberStatus +
                                            +
                                            OperatorRegistrationNumberStatusListener +
                                            +
                                            RealNameRegistrationStatus +
                                            +
                                            RealNameRegistrationStatusListener +
                                            ILDMManager @@ -585,7 +613,7 @@
                                            类成员:
                                            method
                                            method enable
                                            -
                                            void enable( CommonCallbacks.CompletionCallback callback)
                                            +
                                            void enable(CommonCallbacks.CompletionCallback callback)
                                            包:dji.v5.manager.interfaces
                                            描述:

                                            进入多媒体文件管理模块。调用此接口后,相机会进入多媒体文件管理模块,此模式下,你可以拉取多媒体文件列表,可以播放相机中的视频。与此同时,相机将无法拍照录像,图传将无法正常显示,建议你在进入相册功能时调用此接口。

                                            MSDK 5.0.0开始支持

                                            @@ -700,72 +728,81 @@
                                            输入参数:
                                            method
                                            method playVideo
                                            -
                                            void playVideo(MediaFile mediaFile, CommonCallbacks.CompletionCallbackWithParam<IVideoFrame> callback)
                                            +
                                            @Deprecated
                                            void playVideo(MediaFile mediaFile, CommonCallbacks.CompletionCallbackWithParam<IVideoFrame> callback)
                                            包:dji.v5.manager.interfaces
                                            描述:
                                            -

                                            开始播放设置的多媒体文件,媒体文件数据通过回调方法的获取。

                                          • 1. 如果你希望自己实现解码以播放视频,你通过callback中获取到的视频帧数据IVideoFrame,调用自定义解码器进行解码以播放视频。
                                          • 2. 你也可以使用DJI提供的解码器IVideoDecoder来进行解码以播放视频。用EXTENDED_STREAM_CHANNEL初始化IVideoDecoder,然后调用setMediaFile把需要解码的媒体文件设置到解码器中,最后调用queueInFrame将callback中获取到的视频帧数据IVideoFrame送入队列进行解码。


                                          • MSDK 5.0.0开始支持

                                            +

                                            开始播放设置的多媒体文件,媒体文件数据通过回调方法的获取。

                                          • 1. 如果你希望自己实现解码以播放视频,你通过callback中获取到的视频帧数据IVideoFrame,调用自定义解码器进行解码以播放视频。
                                          • 2. 你也可以使用DJI提供的解码器IVideoDecoder来进行解码以播放视频。用EXTENDED_STREAM_CHANNEL初始化IVideoDecoder,然后调用setMediaFile把需要解码的媒体文件设置到解码器中,最后调用queueInFrame将callback中获取到的视频帧数据IVideoFrame送入队列进行解码。

                                          • 注意:
                                            该接口从MSDK 5.8.0版本开始废弃。请调用playVideoToSurface播放多媒体文件。


                                            MSDK 5.0.0开始支持

                                            输入参数:
                                            MediaFile mediaFile需要播放的多媒体文件。
                                            CommonCallbacks.CompletionCallbackWithParam<IVideoFrame> callback返回执行结果的回调。
                                            +
                                            +
                                            method playVideoToSurface
                                            + +
                                            void playVideoToSurface(MediaFile mediaFile,
                                            Surface surface,
                                            int surfaceWidth,
                                            int surfaceHeight,
                                            ICameraStreamManager.ScaleType scaleType,
                                            MediaFrameListener listener)
                                            +
                                            包:dji.v5.manager.interfaces
                                            +
                                            描述:
                                            +

                                            开始播放设置的多媒体文件,媒体文件数据通过回调方法的获取。
                                            注意:
                                            如果你希望自己实现解码以播放视频,你通过listener中获取到的视频数据,调用自定义解码器进行解码以播放视频。


                                            MSDK 5.8.0开始支持

                                            +
                                            输入参数:
                                            +
                                            MediaFile mediaFile需要播放的多媒体文件。
                                            Surface surface需要播放显示的surface。
                                            int surfaceWidth需要播放显示surface的宽。
                                            int surfaceHeight需要播放显示surface的高。
                                            ICameraStreamManager.ScaleType scaleType设置需要进行码流显示的surface的缩放类型。
                                            MediaFrameListener listener返回执行结果的回调。
                                            method
                                            method seekVideo
                                            void seekVideo(int position, CommonCallbacks.CompletionCallback callback)
                                            包:dji.v5.manager.interfaces
                                            -
                                            描述:
                                            +
                                            描述:

                                            跳转播放多媒体文件。可以设置新的播放位置开始播放。

                                            MSDK 5.0.0开始支持

                                            -
                                            输入参数:
                                            +
                                            输入参数:
                                            int position需要跳转播放的位置,单位:秒。
                                            CommonCallbacks.CompletionCallback callback返回执行结果的回调。
                                            method pauseVideo
                                            void pauseVideo(CommonCallbacks.CompletionCallback callback)
                                            包:dji.v5.manager.interfaces
                                            -
                                            描述:
                                            +
                                            描述:

                                            暂停播放多媒体文件。

                                            MSDK 5.0.0开始支持

                                            -
                                            输入参数:
                                            +
                                            输入参数:
                                            CommonCallbacks.CompletionCallback callback返回执行结果的回调。
                                            method resumeVideo
                                            void resumeVideo(CommonCallbacks.CompletionCallback callback)
                                            包:dji.v5.manager.interfaces
                                            -
                                            描述:
                                            +
                                            描述:

                                            恢复播放多媒体文件。

                                            MSDK 5.0.0开始支持

                                            -
                                            输入参数:
                                            +
                                            输入参数:
                                            CommonCallbacks.CompletionCallback callback返回执行结果的回调。
                                            method
                                            method stopVideo
                                            void stopVideo(CommonCallbacks.CompletionCallback callback)
                                            包:dji.v5.manager.interfaces
                                            -
                                            描述:
                                            +
                                            描述:

                                            停止播放多媒体文件。

                                            MSDK 5.0.0开始支持

                                            -
                                            输入参数:
                                            +
                                            输入参数:
                                            CommonCallbacks.CompletionCallback callback返回执行结果的回调。
                                            method addVideoPlayStateListener
                                            void addVideoPlayStateListener(VideoPlayStateListener listener)
                                            包:dji.v5.manager.interfaces
                                            -
                                            描述:
                                            +
                                            描述:

                                            设置多媒体文件播放状态监听器。通过此监听器可以监听多媒体文件播放的状态。

                                            MSDK 5.0.0开始支持

                                            -
                                            输入参数:
                                            +
                                            输入参数:
                                            VideoPlayStateListener listener多媒体文件播放状态监听器
                                            method removeVideoPlayStateListener
                                            void removeVideoPlayStateListener(VideoPlayStateListener listener)
                                            包:dji.v5.manager.interfaces
                                            -
                                            描述:
                                            +
                                            描述:

                                            删除多媒体文件播放状态监听器。

                                            MSDK 5.0.0开始支持

                                            -
                                            输入参数:
                                            +
                                            输入参数:
                                            VideoPlayStateListener listener多媒体文件播放状态监听器
                                            method removeAllVideoPlayStateListener
                                            void removeAllVideoPlayStateListener()
                                            包:dji.v5.manager.interfaces
                                            -
                                            描述:
                                            +
                                            描述:

                                            删除所有多媒体文件列表播放监听器。

                                            MSDK 5.0.0开始支持

                                            method
                                            @@ -773,7 +810,7 @@
                                            描述:
                                            void release()
                                            包:dji.v5.manager.interfaces
                                            -
                                            描述:
                                            +
                                            描述:

                                            资源释放。调用此接口将会取消多媒体文件数据下载,清空缩略图缓存,清空多媒体文件列表数据。建议你在系统内存不足的时候调用。

                                            MSDK 5.0.0开始支持

                                            @@ -782,7 +819,7 @@
                                            enum MediaFileFilter
                                            包:dji.v5.manager.datacenter.media
                                            -
                                            描述:
                                            +
                                            描述:

                                            拉取多媒体文件列表过滤器设置类。

                                            MSDK 5.0.0开始支持

                                            Enum Members:
                                            VIDEO视频。
                                            PHOTO照片。
                                            ALL所有多媒体文件。
                                            @@ -793,7 +830,7 @@
                                            Class Members:
                                            enum MediaFileListState
                                            包:dji.v5.manager.datacenter.media
                                            -
                                            描述:
                                            +
                                            描述:

                                            多媒体文件列表状态。

                                            MSDK 5.0.0开始支持

                                            Enum Members:
                                            IDLE空闲状态。当多媒体文件列表为空闲状态时,需要调用pullMediaFileListFromCamera从相机中拉取全量数据。
                                            UP_TO_DATE最新状态。当多媒体文件列表为最新状态时,需要调用getMediaFileListData更新多媒体文件列表数据。
                                            UPDATING更新中状态。当多媒体文件列表为更新中状态时,表示MSDK正在跟相机中的数据进行同步,当同步完成后,状态会变成UP_TO_DATE,需要调用getMediaFileListData更新多媒体文件列表数据。
                                            @@ -804,13 +841,13 @@
                                            Class Members:
                                            enum VideoPlayState
                                            包:dji.v5.manager.datacenter.media
                                            -
                                            描述:
                                            +
                                            描述:

                                            多媒体文件播放状态枚举类型。

                                            MSDK 5.0.0开始支持

                                            Enum Members:
                                            IDLE空闲状态。未开启多媒体文件播放功能,可以调用playVideo进行多媒体文件播放。
                                            PLAYING播放中。
                                            ENDED播放结束。
                                            STOPPED停止播放。当调用stopVideo接口成功停止播放多媒体文件后会回调此状态。
                                            Class Members:
                                            -
                                            class
                                            class
                                            class
                                            +
                                            class
                                            class
                                            class
                                            class
                                            diff --git a/Docs/Android_API/cn/Components/IMediaDataCenter/IMediaManager_MediaFile.html b/Docs/Android_API/cn/Components/IMediaDataCenter/IMediaManager_MediaFile.html index 8a65a531..ad3206c5 100644 --- a/Docs/Android_API/cn/Components/IMediaDataCenter/IMediaManager_MediaFile.html +++ b/Docs/Android_API/cn/Components/IMediaDataCenter/IMediaManager_MediaFile.html @@ -228,8 +228,6 @@
                                            IVideoChannel @@ -248,6 +246,18 @@
                                            +
                                            ICameraStreamManager + +
                                            IMediaManager
                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                            FlySafeNotificationListener
                                            +
                                            FlySafeDatabaseListener +
                                            +
                                            FlySafeDatabaseInfo +
                                            ILTEManager @@ -488,6 +504,10 @@
                                            RealTimeTransimissionStateListener
                                            +
                                            MegaphoneInfoListener +
                                            +
                                            MegaphoneInfo +
                                            IPipelineManager @@ -538,6 +558,14 @@
                                            UARegistrationNumberStatusListener
                                            +
                                            OperatorRegistrationNumberStatus +
                                            +
                                            OperatorRegistrationNumberStatusListener +
                                            +
                                            RealNameRegistrationStatus +
                                            +
                                            RealNameRegistrationStatusListener +
                                            ILDMManager diff --git a/Docs/Android_API/cn/Components/IMediaDataCenter/IMediaManager_MediaFileDownloadListener.html b/Docs/Android_API/cn/Components/IMediaDataCenter/IMediaManager_MediaFileDownloadListener.html index 79531649..6c294146 100644 --- a/Docs/Android_API/cn/Components/IMediaDataCenter/IMediaManager_MediaFileDownloadListener.html +++ b/Docs/Android_API/cn/Components/IMediaDataCenter/IMediaManager_MediaFileDownloadListener.html @@ -228,8 +228,6 @@
                                            IVideoChannel @@ -248,6 +246,18 @@
                                            +
                                            ICameraStreamManager + +
                                            IMediaManager
                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                            FlySafeNotificationListener
                                            +
                                            FlySafeDatabaseListener +
                                            +
                                            FlySafeDatabaseInfo +
                                            ILTEManager @@ -488,6 +504,10 @@
                                            RealTimeTransimissionStateListener
                                            +
                                            MegaphoneInfoListener +
                                            +
                                            MegaphoneInfo +
                                            IPipelineManager @@ -538,6 +558,14 @@
                                            UARegistrationNumberStatusListener
                                            +
                                            OperatorRegistrationNumberStatus +
                                            +
                                            OperatorRegistrationNumberStatusListener +
                                            +
                                            RealNameRegistrationStatus +
                                            +
                                            RealNameRegistrationStatusListener +
                                            ILDMManager diff --git a/Docs/Android_API/cn/Components/IMediaDataCenter/IMediaManager_MediaFileListData.html b/Docs/Android_API/cn/Components/IMediaDataCenter/IMediaManager_MediaFileListData.html index 2124228d..b93d186c 100644 --- a/Docs/Android_API/cn/Components/IMediaDataCenter/IMediaManager_MediaFileListData.html +++ b/Docs/Android_API/cn/Components/IMediaDataCenter/IMediaManager_MediaFileListData.html @@ -228,8 +228,6 @@
                                            IVideoChannel @@ -248,6 +246,18 @@
                                            +
                                            ICameraStreamManager + +
                                            IMediaManager
                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                            FlySafeNotificationListener
                                            +
                                            FlySafeDatabaseListener +
                                            +
                                            FlySafeDatabaseInfo +
                                            ILTEManager @@ -488,6 +504,10 @@
                                            RealTimeTransimissionStateListener
                                            +
                                            MegaphoneInfoListener +
                                            +
                                            MegaphoneInfo +
                                            IPipelineManager @@ -538,6 +558,14 @@
                                            UARegistrationNumberStatusListener
                                            +
                                            OperatorRegistrationNumberStatus +
                                            +
                                            OperatorRegistrationNumberStatusListener +
                                            +
                                            RealNameRegistrationStatus +
                                            +
                                            RealNameRegistrationStatusListener +
                                            ILDMManager diff --git a/Docs/Android_API/cn/Components/IMediaDataCenter/IMediaManager_MediaFileListDataSource.html b/Docs/Android_API/cn/Components/IMediaDataCenter/IMediaManager_MediaFileListDataSource.html index 8fa2f57e..ea6803e4 100644 --- a/Docs/Android_API/cn/Components/IMediaDataCenter/IMediaManager_MediaFileListDataSource.html +++ b/Docs/Android_API/cn/Components/IMediaDataCenter/IMediaManager_MediaFileListDataSource.html @@ -228,8 +228,6 @@
                                            IVideoChannel @@ -248,6 +246,18 @@
                                            +
                                            ICameraStreamManager + +
                                            IMediaManager
                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                            FlySafeNotificationListener
                                            +
                                            FlySafeDatabaseListener +
                                            +
                                            FlySafeDatabaseInfo +
                                            ILTEManager @@ -488,6 +504,10 @@
                                            RealTimeTransimissionStateListener
                                            +
                                            MegaphoneInfoListener +
                                            +
                                            MegaphoneInfo +
                                            IPipelineManager @@ -538,6 +558,14 @@
                                            UARegistrationNumberStatusListener
                                            +
                                            OperatorRegistrationNumberStatus +
                                            +
                                            OperatorRegistrationNumberStatusListener +
                                            +
                                            RealNameRegistrationStatus +
                                            +
                                            RealNameRegistrationStatusListener +
                                            ILDMManager diff --git a/Docs/Android_API/cn/Components/IMediaDataCenter/IMediaManager_MediaFileListDataSource_Builder.html b/Docs/Android_API/cn/Components/IMediaDataCenter/IMediaManager_MediaFileListDataSource_Builder.html index 1bcc573a..a95d723f 100644 --- a/Docs/Android_API/cn/Components/IMediaDataCenter/IMediaManager_MediaFileListDataSource_Builder.html +++ b/Docs/Android_API/cn/Components/IMediaDataCenter/IMediaManager_MediaFileListDataSource_Builder.html @@ -228,8 +228,6 @@
                                            IVideoChannel @@ -248,6 +246,18 @@
                                            +
                                            ICameraStreamManager + +
                                            IMediaManager
                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                            FlySafeNotificationListener
                                            +
                                            FlySafeDatabaseListener +
                                            +
                                            FlySafeDatabaseInfo +
                                            ILTEManager @@ -488,6 +504,10 @@
                                            RealTimeTransimissionStateListener
                                            +
                                            MegaphoneInfoListener +
                                            +
                                            MegaphoneInfo +
                                            IPipelineManager @@ -538,6 +558,14 @@
                                            UARegistrationNumberStatusListener
                                            +
                                            OperatorRegistrationNumberStatus +
                                            +
                                            OperatorRegistrationNumberStatusListener +
                                            +
                                            RealNameRegistrationStatus +
                                            +
                                            RealNameRegistrationStatusListener +
                                            ILDMManager diff --git a/Docs/Android_API/cn/Components/IMediaDataCenter/IMediaManager_MediaFileListStateListener.html b/Docs/Android_API/cn/Components/IMediaDataCenter/IMediaManager_MediaFileListStateListener.html index bc1b820e..fc389bf6 100644 --- a/Docs/Android_API/cn/Components/IMediaDataCenter/IMediaManager_MediaFileListStateListener.html +++ b/Docs/Android_API/cn/Components/IMediaDataCenter/IMediaManager_MediaFileListStateListener.html @@ -228,8 +228,6 @@
                                            IVideoChannel @@ -248,6 +246,18 @@
                                            +
                                            ICameraStreamManager + +
                                            IMediaManager
                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                            FlySafeNotificationListener
                                            +
                                            FlySafeDatabaseListener +
                                            +
                                            FlySafeDatabaseInfo +
                                            ILTEManager @@ -488,6 +504,10 @@
                                            RealTimeTransimissionStateListener
                                            +
                                            MegaphoneInfoListener +
                                            +
                                            MegaphoneInfo +
                                            IPipelineManager @@ -538,6 +558,14 @@
                                            UARegistrationNumberStatusListener
                                            +
                                            OperatorRegistrationNumberStatus +
                                            +
                                            OperatorRegistrationNumberStatusListener +
                                            +
                                            RealNameRegistrationStatus +
                                            +
                                            RealNameRegistrationStatusListener +
                                            ILDMManager diff --git a/Docs/Android_API/cn/Components/IMediaDataCenter/IMediaManager_MediaFrameListener.html b/Docs/Android_API/cn/Components/IMediaDataCenter/IMediaManager_MediaFrameListener.html new file mode 100644 index 00000000..41c341c9 --- /dev/null +++ b/Docs/Android_API/cn/Components/IMediaDataCenter/IMediaManager_MediaFrameListener.html @@ -0,0 +1,694 @@ + + + + + + + DJI Mobile SDK Documentation + + + + +
                                            +
                                            +
                                            +
                                            +
                                            +
                                            +
                                            + + +
                                            +
                                            +
                                            +
                                            +
                                              +
                                              +
                                              +
                                                +
                                                +
                                                +
                                                + +
                                                +
                                                +

                                                class MediaFrameListener

                                                +
                                                interface MediaFrameListener
                                                +
                                                包:dji.v5.manager.interfaces
                                                +
                                                描述:
                                                +

                                                多媒体文件数据监听器。

                                                MSDK 5.8.0开始支持

                                                +
                                                类成员:
                                                +
                                                +
                                                method onReceiveStream
                                                + +
                                                @WorkerThread
                                                void onReceiveStream(
                                                byte[] data,
                                                int offset,
                                                int length,
                                                @NonNull StreamInfo info)
                                                +
                                                包:dji.v5.manager.interfaces
                                                +
                                                描述:
                                                +

                                                当接收到多媒体文件数据以后会回调此方法。

                                                MSDK 5.8.0开始支持

                                                +
                                                输入参数:
                                                +
                                                byte[] data多媒体文件数据。
                                                int offset多媒体文件数据的偏移量。
                                                int length多媒体文件数据的长度。
                                                @NonNull StreamInfo info多媒体文件数据的信息。
                                                +
                                                method
                                                +
                                                method onError
                                                + +
                                                void onError(@NonNull IDJIError error)
                                                +
                                                包:dji.v5.manager.interfaces
                                                +
                                                描述:
                                                +

                                                当多媒体文件回放过程中发生错误以后会回调此方法。

                                                MSDK 5.8.0开始支持

                                                +
                                                输入参数:
                                                +
                                                @NonNull IDJIError error多媒体文件回放过程中的错误。
                                                + +
                                                +
                                                +
                                                + +
                                                + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Docs/Android_API/cn/Components/IMediaDataCenter/IMediaManager_PullMediaFileListParam.html b/Docs/Android_API/cn/Components/IMediaDataCenter/IMediaManager_PullMediaFileListParam.html index 039fc168..86d71818 100644 --- a/Docs/Android_API/cn/Components/IMediaDataCenter/IMediaManager_PullMediaFileListParam.html +++ b/Docs/Android_API/cn/Components/IMediaDataCenter/IMediaManager_PullMediaFileListParam.html @@ -228,8 +228,6 @@
                                                IVideoChannel @@ -248,6 +246,18 @@
                                                +
                                                ICameraStreamManager + +
                                                IMediaManager
                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                FlySafeNotificationListener
                                                +
                                                FlySafeDatabaseListener +
                                                +
                                                FlySafeDatabaseInfo +
                                                ILTEManager @@ -488,6 +504,10 @@
                                                RealTimeTransimissionStateListener
                                                +
                                                MegaphoneInfoListener +
                                                +
                                                MegaphoneInfo +
                                                IPipelineManager @@ -538,6 +558,14 @@
                                                UARegistrationNumberStatusListener
                                                +
                                                OperatorRegistrationNumberStatus +
                                                +
                                                OperatorRegistrationNumberStatusListener +
                                                +
                                                RealNameRegistrationStatus +
                                                +
                                                RealNameRegistrationStatusListener +
                                                ILDMManager diff --git a/Docs/Android_API/cn/Components/IMediaDataCenter/IMediaManager_PullMediaFileListParam_Builder.html b/Docs/Android_API/cn/Components/IMediaDataCenter/IMediaManager_PullMediaFileListParam_Builder.html index 1973f5f1..421f6a86 100644 --- a/Docs/Android_API/cn/Components/IMediaDataCenter/IMediaManager_PullMediaFileListParam_Builder.html +++ b/Docs/Android_API/cn/Components/IMediaDataCenter/IMediaManager_PullMediaFileListParam_Builder.html @@ -228,8 +228,6 @@
                                                IVideoChannel @@ -248,6 +246,18 @@
                                                +
                                                ICameraStreamManager + +
                                                IMediaManager
                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                FlySafeNotificationListener
                                                +
                                                FlySafeDatabaseListener +
                                                +
                                                FlySafeDatabaseInfo +
                                                ILTEManager @@ -488,6 +504,10 @@
                                                RealTimeTransimissionStateListener
                                                +
                                                MegaphoneInfoListener +
                                                +
                                                MegaphoneInfo +
                                                IPipelineManager @@ -538,6 +558,14 @@
                                                UARegistrationNumberStatusListener
                                                +
                                                OperatorRegistrationNumberStatus +
                                                +
                                                OperatorRegistrationNumberStatusListener +
                                                +
                                                RealNameRegistrationStatus +
                                                +
                                                RealNameRegistrationStatusListener +
                                                ILDMManager diff --git a/Docs/Android_API/cn/Components/IMediaDataCenter/IMediaManager_VideoPlayStateListener.html b/Docs/Android_API/cn/Components/IMediaDataCenter/IMediaManager_VideoPlayStateListener.html index be238d36..edba632f 100644 --- a/Docs/Android_API/cn/Components/IMediaDataCenter/IMediaManager_VideoPlayStateListener.html +++ b/Docs/Android_API/cn/Components/IMediaDataCenter/IMediaManager_VideoPlayStateListener.html @@ -228,8 +228,6 @@
                                                IVideoChannel @@ -248,6 +246,18 @@
                                                +
                                                ICameraStreamManager + +
                                                IMediaManager
                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                FlySafeNotificationListener
                                                +
                                                FlySafeDatabaseListener +
                                                +
                                                FlySafeDatabaseInfo +
                                                ILTEManager @@ -488,6 +504,10 @@
                                                RealTimeTransimissionStateListener
                                                +
                                                MegaphoneInfoListener +
                                                +
                                                MegaphoneInfo +
                                                IPipelineManager @@ -538,6 +558,14 @@
                                                UARegistrationNumberStatusListener
                                                +
                                                OperatorRegistrationNumberStatus +
                                                +
                                                OperatorRegistrationNumberStatusListener +
                                                +
                                                RealNameRegistrationStatus +
                                                +
                                                RealNameRegistrationStatusListener +
                                                ILDMManager diff --git a/Docs/Android_API/cn/Components/IMediaDataCenter/IMediaManager_VideoPlayStatus.html b/Docs/Android_API/cn/Components/IMediaDataCenter/IMediaManager_VideoPlayStatus.html index cdab8cf9..9ce8c170 100644 --- a/Docs/Android_API/cn/Components/IMediaDataCenter/IMediaManager_VideoPlayStatus.html +++ b/Docs/Android_API/cn/Components/IMediaDataCenter/IMediaManager_VideoPlayStatus.html @@ -228,8 +228,6 @@
                                                IVideoChannel @@ -248,6 +246,18 @@
                                                +
                                                ICameraStreamManager + +
                                                IMediaManager
                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                FlySafeNotificationListener
                                                +
                                                FlySafeDatabaseListener +
                                                +
                                                FlySafeDatabaseInfo +
                                                ILTEManager @@ -488,6 +504,10 @@
                                                RealTimeTransimissionStateListener
                                                +
                                                MegaphoneInfoListener +
                                                +
                                                MegaphoneInfo +
                                                IPipelineManager @@ -538,6 +558,14 @@
                                                UARegistrationNumberStatusListener
                                                +
                                                OperatorRegistrationNumberStatus +
                                                +
                                                OperatorRegistrationNumberStatusListener +
                                                +
                                                RealNameRegistrationStatus +
                                                +
                                                RealNameRegistrationStatusListener +
                                                ILDMManager diff --git a/Docs/Android_API/cn/Components/IMediaDataCenter/IVideoStreamManager.html b/Docs/Android_API/cn/Components/IMediaDataCenter/IVideoStreamManager.html index cea1b367..63d0f0fb 100644 --- a/Docs/Android_API/cn/Components/IMediaDataCenter/IVideoStreamManager.html +++ b/Docs/Android_API/cn/Components/IMediaDataCenter/IVideoStreamManager.html @@ -228,8 +228,6 @@
                                                IVideoChannel @@ -248,6 +246,18 @@
                                                +
                                                ICameraStreamManager + +
                                                IMediaManager
                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                FlySafeNotificationListener
                                                +
                                                FlySafeDatabaseListener +
                                                +
                                                FlySafeDatabaseInfo +
                                                ILTEManager @@ -488,6 +504,10 @@
                                                RealTimeTransimissionStateListener
                                                +
                                                MegaphoneInfoListener +
                                                +
                                                MegaphoneInfo +
                                                IPipelineManager @@ -538,6 +558,14 @@
                                                UARegistrationNumberStatusListener
                                                +
                                                OperatorRegistrationNumberStatus +
                                                +
                                                OperatorRegistrationNumberStatusListener +
                                                +
                                                RealNameRegistrationStatus +
                                                +
                                                RealNameRegistrationStatusListener +
                                                ILDMManager @@ -577,10 +605,10 @@

                                                class IVideoStreamManager

                                                -
                                                interface IVideoStreamManager
                                                +
                                                @Deprecated
                                                interface IVideoStreamManager
                                                包:dji.v5.manager.interfaces
                                                描述:
                                                -

                                                码流管理类。用于管理码流通道设置和码流数据输出等功能。以下是接口使用流程:

                                              • 1. 调用getAvailableStreamSources获取可用的码流源。
                                              • 2. 调用getAvailableVideoChannels获取可用的码流通道。
                                              • 3. 调用getAvailableVideoChannels中的startChannel设置步骤1获取到的StreamSource把码流源和码流通道进行绑定,并且开启当前码流通道。
                                              • 4. 如果你希望自己实现解码功能,你通过添加调用addStreamDataListener添加码流数据监听器来接收码流数据。
                                              • 5. 如果你不希望自己实现解码功能,你也可以使用DJI提供的解码器IVideoDecoder来进行解码。


                                              • MSDK 5.0.0开始支持

                                                +

                                                码流管理类。用于管理码流通道设置和码流数据获取和渲染等功能。以下是接口使用流程:

                                              • 1. 调用getAvailableStreamSources获取可用的码流源。
                                              • 2. 调用getAvailableVideoChannels获取可用的码流通道。
                                              • 3. 调用getAvailableVideoChannels中的startChannel设置步骤1获取到的StreamSource把码流源和码流通道进行绑定,并且开启当前码流通道。
                                              • 4. 如果你希望自己实现解码功能,你通过添加调用addStreamDataListener添加码流数据监听器来接收码流数据。
                                              • 5. 如果你不希望自己实现解码功能,你也可以使用DJI提供的解码器IVideoDecoder来进行解码。

                                              • 注意:
                                                该接口从MSDK 5.8.0版本开始废弃。请使用ICameraStreamManager来实现码流管理相关功能。


                                                MSDK 5.0.0开始支持

                                                类成员:
                                                method getAvailableStreamSources
                                                diff --git a/Docs/Android_API/cn/Components/IMediaDataCenter/IVideoStreamManager_IVideoChannel.html b/Docs/Android_API/cn/Components/IMediaDataCenter/IVideoStreamManager_IVideoChannel.html index abb3766f..88717f5f 100644 --- a/Docs/Android_API/cn/Components/IMediaDataCenter/IVideoStreamManager_IVideoChannel.html +++ b/Docs/Android_API/cn/Components/IMediaDataCenter/IVideoStreamManager_IVideoChannel.html @@ -228,8 +228,6 @@
                                                IVideoChannel @@ -248,6 +246,18 @@
                                                +
                                                ICameraStreamManager + +
                                                IMediaManager
                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                FlySafeNotificationListener
                                                +
                                                FlySafeDatabaseListener +
                                                +
                                                FlySafeDatabaseInfo +
                                                ILTEManager @@ -488,6 +504,10 @@
                                                RealTimeTransimissionStateListener
                                                +
                                                MegaphoneInfoListener +
                                                +
                                                MegaphoneInfo +
                                                IPipelineManager @@ -538,6 +558,14 @@
                                                UARegistrationNumberStatusListener
                                                +
                                                OperatorRegistrationNumberStatus +
                                                +
                                                OperatorRegistrationNumberStatusListener +
                                                +
                                                RealNameRegistrationStatus +
                                                +
                                                RealNameRegistrationStatusListener +
                                                ILDMManager @@ -577,7 +605,7 @@

                                                class IVideoChannel

                                                -
                                                interface IVideoChannel
                                                +
                                                @Deprecated
                                                interface IVideoChannel
                                                包:dji.v5.common.video.interfaces
                                                描述:

                                                码流通道管理类,用于管理视频源,每个码流通道可以设置码流源。

                                                MSDK 5.0.0开始支持

                                                @@ -606,7 +634,7 @@
                                                输入参数:
                                                void closeChannel(@Nullable CommonCallbacks.CompletionCallback callback)
                                                包:dji.v5.common.video.interfaces
                                                描述:
                                                -

                                                关闭码流通道,关闭码流通道后,码流通道中的码流数据监听器StreamDataListener将会停止接收码流数据;关闭成功后,码流通道的状态会变为CLOSE

                                                MSDK 5.0.0开始支持

                                                +

                                                关闭码流通道,关闭码流通道后,码流通道中的码流数据监听器androidx.annotation.NonNull将会停止接收码流数据;关闭成功后,码流通道的状态会变为CLOSE

                                                MSDK 5.0.0开始支持

                                                输入参数:
                                                @Nullable CommonCallbacks.CompletionCallback callback返回执行结果的回调。
                                                @@ -617,7 +645,7 @@
                                                输入参数:
                                                描述:

                                                设置码流数据监听器。通过此监听器可以收到码流通道上接收到的码流数据。

                                                MSDK 5.0.0开始支持

                                                输入参数:
                                                -
                                                @Nullable StreamDataListener listener码流数据监听器
                                                +
                                                @Nullable StreamDataListener listener码流数据监听器
                                                method
                                                method removeStreamDataListener
                                                @@ -626,7 +654,7 @@
                                                输入参数:
                                                描述:

                                                删除当前码流通道中已经添加的码流数据监听器。删除某个监听器后,该监听器将不再接受码流通道中的码流数据。

                                                MSDK 5.0.0开始支持

                                                输入参数:
                                                -
                                                @Nullable StreamDataListener listener码流数据监听器
                                                +
                                                @Nullable StreamDataListener listener码流数据监听器
                                                method
                                                method clearAllStreamDataListener
                                                @@ -692,7 +720,7 @@
                                                enum VideoChannelType
                                                -
                                                enum VideoChannelType
                                                +
                                                @Deprecated
                                                enum VideoChannelType
                                                包:dji.v5.common.video.channel
                                                描述:

                                                码流通道类型。每个码流通道都对应了一个唯一的码流通道类型。其中主码流通道,属于优先级最高的码流通道,当传输带宽不足时将首先保证主码流通道中的数据传输。 @@ -704,7 +732,7 @@

                                                Class Members:
                                                enum VideoChannelState
                                                -
                                                enum VideoChannelState
                                                +
                                                @Deprecated
                                                enum VideoChannelState
                                                包:dji.v5.common.video.channel
                                                描述:

                                                码流通道状态。 @@ -725,7 +753,16 @@

                                                Enum Members:
                                                H264H264。
                                                H265H265。
                                                Class Members:
                                                - +
                                                +
                                                property androidx.annotation.NonNull
                                                + +
                                                import androidx.annotation.NonNull
                                                +
                                                包:dji.v5.common.video.interfaces
                                                +
                                                描述:
                                                +

                                                码流数据监听器。 +

                                                MSDK 5.0.0开始支持

                                                +
                                                +
                                                diff --git a/Docs/Android_API/cn/Components/IMediaDataCenter/IVideoStreamManager_IVideoChannel_StreamDataListener.html b/Docs/Android_API/cn/Components/IMediaDataCenter/IVideoStreamManager_IVideoChannel_StreamDataListener.html index 95fdd826..53ff7b42 100644 --- a/Docs/Android_API/cn/Components/IMediaDataCenter/IVideoStreamManager_IVideoChannel_StreamDataListener.html +++ b/Docs/Android_API/cn/Components/IMediaDataCenter/IVideoStreamManager_IVideoChannel_StreamDataListener.html @@ -228,8 +228,6 @@
                                                IVideoChannel @@ -248,6 +246,18 @@
                                                +
                                                ICameraStreamManager + +
                                                IMediaManager
                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                FlySafeNotificationListener
                                                +
                                                FlySafeDatabaseListener +
                                                +
                                                FlySafeDatabaseInfo +
                                                ILTEManager @@ -488,6 +504,10 @@
                                                RealTimeTransimissionStateListener
                                                +
                                                MegaphoneInfoListener +
                                                +
                                                MegaphoneInfo +
                                                IPipelineManager @@ -538,6 +558,14 @@
                                                UARegistrationNumberStatusListener
                                                +
                                                OperatorRegistrationNumberStatus +
                                                +
                                                OperatorRegistrationNumberStatusListener +
                                                +
                                                RealNameRegistrationStatus +
                                                +
                                                RealNameRegistrationStatusListener +
                                                ILDMManager diff --git a/Docs/Android_API/cn/Components/IMediaDataCenter/IVideoStreamManager_IVideoChannel_VideoChannelStateChangeListener.html b/Docs/Android_API/cn/Components/IMediaDataCenter/IVideoStreamManager_IVideoChannel_VideoChannelStateChangeListener.html index 114c83c8..2b01ee37 100644 --- a/Docs/Android_API/cn/Components/IMediaDataCenter/IVideoStreamManager_IVideoChannel_VideoChannelStateChangeListener.html +++ b/Docs/Android_API/cn/Components/IMediaDataCenter/IVideoStreamManager_IVideoChannel_VideoChannelStateChangeListener.html @@ -228,8 +228,6 @@
                                                IVideoChannel @@ -248,6 +246,18 @@
                                                +
                                                ICameraStreamManager + +
                                                IMediaManager
                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                FlySafeNotificationListener
                                                +
                                                FlySafeDatabaseListener +
                                                +
                                                FlySafeDatabaseInfo +
                                                ILTEManager @@ -488,6 +504,10 @@
                                                RealTimeTransimissionStateListener
                                                +
                                                MegaphoneInfoListener +
                                                +
                                                MegaphoneInfo +
                                                IPipelineManager @@ -538,6 +558,14 @@
                                                UARegistrationNumberStatusListener
                                                +
                                                OperatorRegistrationNumberStatus +
                                                +
                                                OperatorRegistrationNumberStatusListener +
                                                +
                                                RealNameRegistrationStatus +
                                                +
                                                RealNameRegistrationStatusListener +
                                                ILDMManager @@ -577,7 +605,7 @@

                                                class VideoChannelStateChangeListener

                                                -
                                                interface VideoChannelStateChangeListener
                                                +
                                                @Deprecated
                                                interface VideoChannelStateChangeListener
                                                包:dji.v5.common.video.interfaces
                                                描述:

                                                码流状态监听器。

                                                MSDK 5.0.0开始支持

                                                diff --git a/Docs/Android_API/cn/Components/IMediaDataCenter/IVideoStreamManager_IVideoDecoder.html b/Docs/Android_API/cn/Components/IMediaDataCenter/IVideoStreamManager_IVideoDecoder.html index 8bdbf6ea..a112a753 100644 --- a/Docs/Android_API/cn/Components/IMediaDataCenter/IVideoStreamManager_IVideoDecoder.html +++ b/Docs/Android_API/cn/Components/IMediaDataCenter/IVideoStreamManager_IVideoDecoder.html @@ -228,8 +228,6 @@
                                                IVideoChannel @@ -248,6 +246,18 @@
                                                +
                                                ICameraStreamManager + +
                                                IMediaManager
                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                FlySafeNotificationListener
                                                +
                                                FlySafeDatabaseListener +
                                                +
                                                FlySafeDatabaseInfo +
                                                ILTEManager @@ -488,6 +504,10 @@
                                                RealTimeTransimissionStateListener
                                                +
                                                MegaphoneInfoListener +
                                                +
                                                MegaphoneInfo +
                                                IPipelineManager @@ -538,6 +558,14 @@
                                                UARegistrationNumberStatusListener
                                                +
                                                OperatorRegistrationNumberStatus +
                                                +
                                                OperatorRegistrationNumberStatusListener +
                                                +
                                                RealNameRegistrationStatus +
                                                +
                                                RealNameRegistrationStatusListener +
                                                ILDMManager @@ -577,7 +605,7 @@

                                                class IVideoDecoder

                                                -
                                                interface IVideoDecoder
                                                +
                                                @Deprecated
                                                interface IVideoDecoder
                                                包:dji.v5.common.video.interfaces
                                                描述:

                                                DJI码流解码器类。支持YUV输出模式和SURFACE输出模式。你可以通过构造函数设置解码器输出模式DecoderOutputMode,通过设置VideoChannelType来绑定需要进行解码的IVideoChannel
                                                注意: 如果开发者通过构造函数自行设置解码器的宽(width)和高(height),需要保证设置的宽和高是16的倍数。

                                                MSDK 5.0.0开始支持

                                                @@ -585,7 +613,7 @@
                                                类成员:
                                                method VideoDecoder
                                                -
                                                VideoDecoder(Context context, VideoChannelType channelType, DecoderOutputMode outputMode, Object outputSurface, int width, int height, boolean isForLiveStream)
                                                +
                                                VideoDecoder(Context context,
                                                VideoChannelType channelType,
                                                DecoderOutputMode outputMode,
                                                Object outputSurface,
                                                int width,
                                                int height,
                                                boolean isForLiveStream)
                                                包:dji.v5.common.video.decoder
                                                描述:

                                                VideoDecoder构造函数。
                                                注意: 如果开发者通过构造函数自行设置解码器的宽(width)和高(height),需要保证设置的宽和高是16的倍数。

                                                MSDK 5.0.0开始支持

                                                @@ -743,7 +771,7 @@
                                                enum DecoderOutputMode
                                                -
                                                enum DecoderOutputMode
                                                +
                                                @Deprecated
                                                enum DecoderOutputMode
                                                包:dji.v5.common.video.decoder
                                                描述:

                                                解码器输出模式。支持YUV输出模式和SURFACE输出模式。

                                                MSDK 5.0.0开始支持

                                                @@ -754,7 +782,7 @@
                                                Class Members:
                                                enum DecoderState
                                                -
                                                enum DecoderState
                                                +
                                                @Deprecated
                                                enum DecoderState
                                                包:dji.v5.common.video.decoder
                                                描述:

                                                解码器状态。

                                                MSDK 5.0.0开始支持

                                                diff --git a/Docs/Android_API/cn/Components/IMediaDataCenter/IVideoStreamManager_IVideoDecoder_DecoderStateChangeListener.html b/Docs/Android_API/cn/Components/IMediaDataCenter/IVideoStreamManager_IVideoDecoder_DecoderStateChangeListener.html index ecf5f6d8..89b11021 100644 --- a/Docs/Android_API/cn/Components/IMediaDataCenter/IVideoStreamManager_IVideoDecoder_DecoderStateChangeListener.html +++ b/Docs/Android_API/cn/Components/IMediaDataCenter/IVideoStreamManager_IVideoDecoder_DecoderStateChangeListener.html @@ -228,8 +228,6 @@
                                                IVideoChannel @@ -248,6 +246,18 @@
                                                +
                                                ICameraStreamManager + +
                                                IMediaManager
                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                FlySafeNotificationListener
                                                +
                                                FlySafeDatabaseListener +
                                                +
                                                FlySafeDatabaseInfo +
                                                ILTEManager @@ -488,6 +504,10 @@
                                                RealTimeTransimissionStateListener
                                                +
                                                MegaphoneInfoListener +
                                                +
                                                MegaphoneInfo +
                                                IPipelineManager @@ -538,6 +558,14 @@
                                                UARegistrationNumberStatusListener
                                                +
                                                OperatorRegistrationNumberStatus +
                                                +
                                                OperatorRegistrationNumberStatusListener +
                                                +
                                                RealNameRegistrationStatus +
                                                +
                                                RealNameRegistrationStatusListener +
                                                ILDMManager @@ -577,7 +605,7 @@

                                                class DecoderStateChangeListener

                                                -
                                                interface DecoderStateChangeListener
                                                +
                                                @Deprecated
                                                interface DecoderStateChangeListener
                                                包:dji.v5.common.video.interfaces
                                                描述:

                                                解码器状态监听器。

                                                MSDK 5.0.0开始支持

                                                diff --git a/Docs/Android_API/cn/Components/IMediaDataCenter/IVideoStreamManager_IVideoDecoder_YuvDataListener.html b/Docs/Android_API/cn/Components/IMediaDataCenter/IVideoStreamManager_IVideoDecoder_YuvDataListener.html index 631532ef..d4889e7b 100644 --- a/Docs/Android_API/cn/Components/IMediaDataCenter/IVideoStreamManager_IVideoDecoder_YuvDataListener.html +++ b/Docs/Android_API/cn/Components/IMediaDataCenter/IVideoStreamManager_IVideoDecoder_YuvDataListener.html @@ -228,8 +228,6 @@
                                                IVideoChannel @@ -248,6 +246,18 @@
                                                +
                                                ICameraStreamManager + +
                                                IMediaManager
                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                FlySafeNotificationListener
                                                +
                                                FlySafeDatabaseListener +
                                                +
                                                FlySafeDatabaseInfo +
                                                ILTEManager @@ -488,6 +504,10 @@
                                                RealTimeTransimissionStateListener
                                                +
                                                MegaphoneInfoListener +
                                                +
                                                MegaphoneInfo +
                                                IPipelineManager @@ -538,6 +558,14 @@
                                                UARegistrationNumberStatusListener
                                                +
                                                OperatorRegistrationNumberStatus +
                                                +
                                                OperatorRegistrationNumberStatusListener +
                                                +
                                                RealNameRegistrationStatus +
                                                +
                                                RealNameRegistrationStatusListener +
                                                ILDMManager @@ -577,7 +605,7 @@

                                                class YuvDataListener

                                                -
                                                interface YuvDataListener
                                                +
                                                @Deprecated
                                                interface YuvDataListener
                                                包:dji.v5.common.video.interfaces
                                                描述:

                                                YUV数据监听器。

                                                MSDK 5.0.0开始支持

                                                diff --git a/Docs/Android_API/cn/Components/IMediaDataCenter/IVideoStreamManager_IVideoFrame.html b/Docs/Android_API/cn/Components/IMediaDataCenter/IVideoStreamManager_IVideoFrame.html index 5638cf63..b4340203 100644 --- a/Docs/Android_API/cn/Components/IMediaDataCenter/IVideoStreamManager_IVideoFrame.html +++ b/Docs/Android_API/cn/Components/IMediaDataCenter/IVideoStreamManager_IVideoFrame.html @@ -228,8 +228,6 @@
                                                IVideoChannel @@ -248,6 +246,18 @@
                                                +
                                                ICameraStreamManager + +
                                                IMediaManager
                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                FlySafeNotificationListener
                                                +
                                                FlySafeDatabaseListener +
                                                +
                                                FlySafeDatabaseInfo +
                                                ILTEManager @@ -488,6 +504,10 @@
                                                RealTimeTransimissionStateListener
                                                +
                                                MegaphoneInfoListener +
                                                +
                                                MegaphoneInfo +
                                                IPipelineManager @@ -538,6 +558,14 @@
                                                UARegistrationNumberStatusListener
                                                +
                                                OperatorRegistrationNumberStatus +
                                                +
                                                OperatorRegistrationNumberStatusListener +
                                                +
                                                RealNameRegistrationStatus +
                                                +
                                                RealNameRegistrationStatusListener +
                                                ILDMManager @@ -577,10 +605,10 @@

                                                class IVideoFrame

                                                -
                                                interface IVideoFrame
                                                +
                                                @Deprecated
                                                interface IVideoFrame
                                                包:dji.v5.common.video.interfaces
                                                描述:
                                                -

                                                码流帧数据类。

                                                MSDK 5.0.0开始支持

                                                +

                                                帧数据类。

                                                MSDK 5.0.0开始支持

                                                类成员:
                                                method
                                                method getData
                                                diff --git a/Docs/Android_API/cn/Components/IMediaDataCenter/IVideoStreamManager_StreamSource.html b/Docs/Android_API/cn/Components/IMediaDataCenter/IVideoStreamManager_StreamSource.html index 26f44b77..e6707984 100644 --- a/Docs/Android_API/cn/Components/IMediaDataCenter/IVideoStreamManager_StreamSource.html +++ b/Docs/Android_API/cn/Components/IMediaDataCenter/IVideoStreamManager_StreamSource.html @@ -228,8 +228,6 @@
                                                IVideoChannel @@ -248,6 +246,18 @@
                                                +
                                                ICameraStreamManager + +
                                                IMediaManager
                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                FlySafeNotificationListener
                                                +
                                                FlySafeDatabaseListener +
                                                +
                                                FlySafeDatabaseInfo +
                                                ILTEManager @@ -488,6 +504,10 @@
                                                RealTimeTransimissionStateListener
                                                +
                                                MegaphoneInfoListener +
                                                +
                                                MegaphoneInfo +
                                                IPipelineManager @@ -538,6 +558,14 @@
                                                UARegistrationNumberStatusListener
                                                +
                                                OperatorRegistrationNumberStatus +
                                                +
                                                OperatorRegistrationNumberStatusListener +
                                                +
                                                RealNameRegistrationStatus +
                                                +
                                                RealNameRegistrationStatusListener +
                                                ILDMManager @@ -577,7 +605,7 @@

                                                class StreamSource

                                                -
                                                class StreamSource implements KeepProguard
                                                +
                                                @Deprecated
                                                class StreamSource implements KeepProguard
                                                包:dji.v5.common.video.stream
                                                描述:

                                                码流源信息类。用于获取码流源唯一标示ID,码流对应的物理设备类型,物理设备型号,物理设备在飞机上的位置。

                                                MSDK 5.0.0开始支持

                                                @@ -622,7 +650,7 @@
                                                enum PhysicalDeviceCategory
                                                -
                                                enum PhysicalDeviceCategory
                                                +
                                                @Deprecated
                                                enum PhysicalDeviceCategory
                                                包:dji.v5.common.video.stream
                                                描述:

                                                码流源对应的物理设备类型。

                                                @@ -633,7 +661,7 @@
                                                Class Members:
                                                enum PhysicalDevicePosition
                                                -
                                                enum PhysicalDevicePosition
                                                +
                                                @Deprecated
                                                enum PhysicalDevicePosition
                                                包:dji.v5.common.video.stream
                                                描述:

                                                码流源对应的物理设备在飞机上的位置。

                                                diff --git a/Docs/Android_API/cn/Components/IMediaDataCenter/IVideoStreamManager_StreamSourceListener.html b/Docs/Android_API/cn/Components/IMediaDataCenter/IVideoStreamManager_StreamSourceListener.html index 74a0f55e..18356739 100644 --- a/Docs/Android_API/cn/Components/IMediaDataCenter/IVideoStreamManager_StreamSourceListener.html +++ b/Docs/Android_API/cn/Components/IMediaDataCenter/IVideoStreamManager_StreamSourceListener.html @@ -228,8 +228,6 @@
                                                IVideoChannel @@ -248,6 +246,18 @@
                                                +
                                                ICameraStreamManager + +
                                                IMediaManager
                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                FlySafeNotificationListener
                                                +
                                                FlySafeDatabaseListener +
                                                +
                                                FlySafeDatabaseInfo +
                                                ILTEManager @@ -488,6 +504,10 @@
                                                RealTimeTransimissionStateListener
                                                +
                                                MegaphoneInfoListener +
                                                +
                                                MegaphoneInfo +
                                                IPipelineManager @@ -538,6 +558,14 @@
                                                UARegistrationNumberStatusListener
                                                +
                                                OperatorRegistrationNumberStatus +
                                                +
                                                OperatorRegistrationNumberStatusListener +
                                                +
                                                RealNameRegistrationStatus +
                                                +
                                                RealNameRegistrationStatusListener +
                                                ILDMManager @@ -577,7 +605,7 @@

                                                class StreamSourceListener

                                                -
                                                interface StreamSourceListener
                                                +
                                                @Deprecated
                                                interface StreamSourceListener
                                                包:dji.v5.manager.datacenter.video
                                                描述:

                                                码流源监听器。

                                                MSDK 5.0.0开始支持

                                                diff --git a/Docs/Android_API/cn/Components/IMediaDataCenter/IVideoStreamManager_StreamSource_PhysicalDeviceType.html b/Docs/Android_API/cn/Components/IMediaDataCenter/IVideoStreamManager_StreamSource_PhysicalDeviceType.html index d7b460e5..48d55bd3 100644 --- a/Docs/Android_API/cn/Components/IMediaDataCenter/IVideoStreamManager_StreamSource_PhysicalDeviceType.html +++ b/Docs/Android_API/cn/Components/IMediaDataCenter/IVideoStreamManager_StreamSource_PhysicalDeviceType.html @@ -228,8 +228,6 @@
                                                IVideoChannel @@ -248,6 +246,18 @@
                                                +
                                                ICameraStreamManager + +
                                                IMediaManager
                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                FlySafeNotificationListener
                                                +
                                                FlySafeDatabaseListener +
                                                +
                                                FlySafeDatabaseInfo +
                                                ILTEManager @@ -488,6 +504,10 @@
                                                RealTimeTransimissionStateListener
                                                +
                                                MegaphoneInfoListener +
                                                +
                                                MegaphoneInfo +
                                                IPipelineManager @@ -538,6 +558,14 @@
                                                UARegistrationNumberStatusListener
                                                +
                                                OperatorRegistrationNumberStatus +
                                                +
                                                OperatorRegistrationNumberStatusListener +
                                                +
                                                RealNameRegistrationStatus +
                                                +
                                                RealNameRegistrationStatusListener +
                                                ILDMManager @@ -577,7 +605,7 @@

                                                class PhysicalDeviceType

                                                -
                                                class PhysicalDeviceType
                                                +
                                                @Deprecated
                                                class PhysicalDeviceType
                                                包:dji.v5.common.video.stream
                                                描述:

                                                码流源对应的物理设备型号。

                                                diff --git a/Docs/Android_API/cn/Components/IMegaphoneManager/IMegaphoneManager.html b/Docs/Android_API/cn/Components/IMegaphoneManager/IMegaphoneManager.html index 67dd0303..b6806a79 100644 --- a/Docs/Android_API/cn/Components/IMegaphoneManager/IMegaphoneManager.html +++ b/Docs/Android_API/cn/Components/IMegaphoneManager/IMegaphoneManager.html @@ -228,8 +228,6 @@
                                                IVideoChannel @@ -248,6 +246,18 @@
                                                +
                                                ICameraStreamManager + +
                                                IMediaManager
                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                FlySafeNotificationListener
                                                +
                                                FlySafeDatabaseListener +
                                                +
                                                FlySafeDatabaseInfo +
                                                ILTEManager @@ -488,6 +504,10 @@
                                                RealTimeTransimissionStateListener
                                                +
                                                MegaphoneInfoListener +
                                                +
                                                MegaphoneInfo +
                                                IPipelineManager @@ -538,6 +558,14 @@
                                                UARegistrationNumberStatusListener
                                                +
                                                OperatorRegistrationNumberStatus +
                                                +
                                                OperatorRegistrationNumberStatusListener +
                                                +
                                                RealNameRegistrationStatus +
                                                +
                                                RealNameRegistrationStatusListener +
                                                ILDMManager @@ -582,183 +610,209 @@
                                                描述:

                                                麦克风喊话器负载管理类。可通过此类设置喊话器的参数,播放录制的音频。

                                                MSDK 5.0.0开始支持

                                                类成员:
                                                +
                                                +
                                                method addMegaphoneInfoListener
                                                + +
                                                void addMegaphoneInfoListener(MegaphoneInfoListener listener)
                                                +
                                                包:dji.v5.manager.interfaces
                                                +
                                                描述:
                                                +

                                                设置喊话器信息监听器。

                                                MSDK 5.8.0开始支持

                                                +
                                                输入参数:
                                                +
                                                MegaphoneInfoListener listener喊话器信息监听器。
                                                +
                                                +
                                                method removeMegaphoneInfoListener
                                                + +
                                                void removeMegaphoneInfoListener(MegaphoneInfoListener listener)
                                                +
                                                包:dji.v5.manager.interfaces
                                                +
                                                描述:
                                                +

                                                移除喊话器信息监听器。

                                                MSDK 5.8.0开始支持

                                                +
                                                输入参数:
                                                +
                                                MegaphoneInfoListener listener喊话器信息监听器。
                                                +
                                                +
                                                method clearAllMegaphoneInfoListener
                                                + +
                                                void clearAllMegaphoneInfoListener()
                                                +
                                                包:dji.v5.manager.interfaces
                                                +
                                                描述:
                                                +

                                                移除所有喊话器信息监听器。

                                                MSDK 5.8.0开始支持

                                                +
                                                method setMegaphoneIndex
                                                void setMegaphoneIndex(@NonNull MegaphoneIndex megaphoneIndex,@NonNull CommonCallbacks.CompletionCallback callback)
                                                包:dji.v5.manager.interfaces
                                                -
                                                描述:
                                                +
                                                描述:

                                                设置目标喊话器的位置。请根据已连接的喊话器位置进行设置。对于可以支持多个喊话器的机型,可以调用这个接口选择目标喊话器进行设置和操作。如果不调用此接口,MSDK会默认选择一个已连接的喊话器进行操作。

                                                MSDK 5.0.0开始支持

                                                -
                                                输入参数:
                                                +
                                                输入参数:
                                                @NonNull MegaphoneIndex megaphoneIndex目标喊话器的位置
                                                @NonNull CommonCallbacks.CompletionCallback callback返回执行结果的回调。
                                                method getMegaphoneIndex
                                                void getMegaphoneIndex(@NonNull CommonCallbacks.CompletionCallbackWithParam<MegaphoneIndex> callback)
                                                包:dji.v5.manager.interfaces
                                                -
                                                描述:
                                                +
                                                描述:

                                                获取设置的目标喊话器位置。

                                                MSDK 5.0.0开始支持

                                                -
                                                输入参数:
                                                +
                                                输入参数:
                                                @NonNull CommonCallbacks.CompletionCallbackWithParam<MegaphoneIndex> callback返回执行结果的回调。
                                                method
                                                method setVolume
                                                void setVolume(@NonNull int volume, @Nullable CommonCallbacks.CompletionCallback callback)
                                                包:dji.v5.manager.interfaces
                                                -
                                                描述:
                                                +
                                                描述:

                                                设置喊话器音量。

                                                MSDK 5.0.0开始支持

                                                -
                                                输入参数:
                                                +
                                                输入参数:
                                                @NonNull int volume需要设置的音量。
                                                @Nullable CommonCallbacks.CompletionCallback callback返回执行结果的回调。
                                                method
                                                method getVolume
                                                void getVolume(@Nullable CommonCallbacks.CompletionCallbackWithParam<Integer> callback)
                                                包:dji.v5.manager.interfaces
                                                -
                                                描述:
                                                +
                                                描述:

                                                获取喊话器音量。

                                                MSDK 5.0.0开始支持

                                                -
                                                输入参数:
                                                +
                                                输入参数:
                                                @Nullable CommonCallbacks.CompletionCallbackWithParam<Integer> callback返回执行结果的回调。
                                                method setPlayMode
                                                void setPlayMode(@NonNull PlayMode playMode, @Nullable CommonCallbacks.CompletionCallback callback)
                                                包:dji.v5.manager.interfaces
                                                -
                                                描述:
                                                +
                                                描述:

                                                设置喊话器播放模式。包括单次播放和循环播放。

                                                MSDK 5.0.0开始支持

                                                -
                                                输入参数:
                                                +
                                                输入参数:
                                                @NonNull PlayMode playMode需要设置的播放模式。
                                                @Nullable CommonCallbacks.CompletionCallback callback返回执行结果的回调。
                                                method getPlayMode
                                                void getPlayMode(@Nullable CommonCallbacks.CompletionCallbackWithParam<PlayMode> callback)
                                                包:dji.v5.manager.interfaces
                                                -
                                                描述:
                                                +
                                                描述:

                                                获取喊话器播放模式。

                                                MSDK 5.0.0开始支持

                                                -
                                                输入参数:
                                                +
                                                输入参数:
                                                @Nullable CommonCallbacks.CompletionCallbackWithParam<PlayMode> callback返回执行结果的回调。
                                                method setWorkMode
                                                void setWorkMode(@NonNull WorkMode workMode,@Nullable CommonCallbacks.CompletionCallback callback)
                                                包:dji.v5.manager.interfaces
                                                -
                                                描述:
                                                +
                                                描述:

                                                设置喊话器工作模式。包括TTS文本模式和语音模式。

                                                MSDK 5.0.0开始支持

                                                -
                                                输入参数:
                                                +
                                                输入参数:
                                                @NonNull WorkMode workMode需要设置的工作模式。
                                                @Nullable CommonCallbacks.CompletionCallback callback返回执行结果的回调。
                                                method getWorkMode
                                                void getWorkMode(@Nullable CommonCallbacks.CompletionCallbackWithParam<WorkMode> callback)
                                                包:dji.v5.manager.interfaces
                                                -
                                                描述:
                                                +
                                                描述:

                                                获取喊话器工作模式。

                                                MSDK 5.0.0开始支持

                                                -
                                                输入参数:
                                                +
                                                输入参数:
                                                @Nullable CommonCallbacks.CompletionCallbackWithParam<WorkMode> callback返回执行结果的回调。
                                                method
                                                method getStatus
                                                void getStatus(@Nullable CommonCallbacks.CompletionCallbackWithParam<MegaphoneStatus> callback)
                                                包:dji.v5.manager.interfaces
                                                -
                                                描述:
                                                +
                                                描述:

                                                获取喊话器状态。

                                                MSDK 5.0.0开始支持

                                                -
                                                输入参数:
                                                +
                                                输入参数:
                                                @Nullable CommonCallbacks.CompletionCallbackWithParam<MegaphoneStatus> callback返回执行结果的回调。
                                                method
                                                method startPlay
                                                void startPlay(@Nullable CommonCallbacks.CompletionCallback callback)
                                                包:dji.v5.manager.interfaces
                                                -
                                                描述:
                                                +
                                                描述:

                                                喊话器开始播放。在调用开始播放接口之前,你需要调用文件传输方式startPushingFileToMegaphone或者流式传输方式startRealTimeTransmission把需要播放的数据传给喊话器。

                                                MSDK 5.0.0开始支持

                                                -
                                                输入参数:
                                                +
                                                输入参数:
                                                @Nullable CommonCallbacks.CompletionCallback callback返回执行结果的回调。
                                                method
                                                method stopPlay
                                                void stopPlay(@Nullable CommonCallbacks.CompletionCallback callback)
                                                包:dji.v5.manager.interfaces
                                                -
                                                描述:
                                                +
                                                描述:

                                                喊话器停止播放。

                                                MSDK 5.0.0开始支持

                                                -
                                                输入参数:
                                                +
                                                输入参数:
                                                @Nullable CommonCallbacks.CompletionCallback callback返回执行结果的回调。
                                                method startPushingFileToMegaphone
                                                void startPushingFileToMegaphone(@NonNull FileInfo fileInfo, @Nullable CommonCallbacks.CompletionCallbackWithProgress<Integer> callback)
                                                包:dji.v5.manager.interfaces
                                                -
                                                描述:
                                                +
                                                描述:

                                                传输TTS数据或者音频文件到喊话器。当数据传输完成后,你可以调用startPlay接口进行播放。

                                                MSDK 5.0.0开始支持

                                                -
                                                输入参数:
                                                +
                                                输入参数:
                                                @NonNull FileInfo fileInfo文件信息。
                                                @Nullable CommonCallbacks.CompletionCallbackWithProgress<Integer> callback返回执行结果的回调。
                                                method cancelPushingFileToMegaphone
                                                void cancelPushingFileToMegaphone(@Nullable CommonCallbacks.CompletionCallback callback)
                                                包:dji.v5.manager.interfaces
                                                -
                                                描述:
                                                +
                                                描述:

                                                取消传输TTS数据或者音频文件到喊话器。

                                                MSDK 5.0.0开始支持

                                                -
                                                输入参数:
                                                +
                                                输入参数:
                                                @Nullable CommonCallbacks.CompletionCallback callback返回执行结果的回调。
                                                method startRealTimeTransmission
                                                void startRealTimeTransmission(@Nullable CommonCallbacks.CompletionCallback callback)
                                                包:dji.v5.manager.interfaces
                                                -
                                                描述:
                                                +
                                                描述:

                                                开启流式传输模式。你可以调用sendRealTimeDataToMegaphone向喊话器发送需要播放的数据,调用appendEOFToRealTimeData添加EOF标志位,表示数据发送完毕。然后调用startPlay接口进行播放。
                                                注意:流式传输模式的数据必须为OPUS编码格式的音频数据。

                                                MSDK 5.0.0开始支持

                                                -
                                                输入参数:
                                                +
                                                输入参数:
                                                @Nullable CommonCallbacks.CompletionCallback callback返回执行结果的回调。
                                                method sendRealTimeDataToMegaphone
                                                void sendRealTimeDataToMegaphone(byte[] data, int length, @Nullable CommonCallbacks.CompletionCallback callback)
                                                包:dji.v5.manager.interfaces
                                                -
                                                描述:
                                                +
                                                描述:

                                                向喊话器发送需要播放数据。可以多次调用此接口发送播放数据。

                                                MSDK 5.0.0开始支持

                                                -
                                                输入参数:
                                                +
                                                输入参数:
                                                byte[] data需要传输的数据,数据必须为OPUS编码格式的音频数据。
                                                int length数据长度。
                                                @Nullable CommonCallbacks.CompletionCallback callback返回执行结果的回调。
                                                method appendEOFToRealTimeData
                                                void appendEOFToRealTimeData(@Nullable CommonCallbacks.CompletionCallback callback)
                                                包:dji.v5.manager.interfaces
                                                -
                                                描述:
                                                +
                                                描述:

                                                添加EOF标志位,表示数据发送完毕。你可以调用startPlay接口进行播放。

                                                MSDK 5.0.0开始支持

                                                -
                                                输入参数:
                                                +
                                                输入参数:
                                                @Nullable CommonCallbacks.CompletionCallback callback返回执行结果的回调。
                                                method cancelRealTimeTransmission
                                                void cancelRealTimeTransmission(@Nullable CommonCallbacks.CompletionCallback callback)
                                                包:dji.v5.manager.interfaces
                                                -
                                                描述:
                                                +
                                                描述:

                                                取消本次传输,将清空已上传的数据。

                                                MSDK 5.0.0开始支持

                                                -
                                                输入参数:
                                                +
                                                输入参数:
                                                @Nullable CommonCallbacks.CompletionCallback callback返回执行结果的回调。
                                                method addRealTimeTransmissionStateListener
                                                void addRealTimeTransmissionStateListener(@Nullable RealTimeTransimissionStateListener listener)
                                                包:dji.v5.manager.interfaces
                                                -
                                                描述:
                                                +
                                                描述:

                                                设置流式传输模式的状态监听器。

                                                MSDK 5.0.0开始支持

                                                -
                                                输入参数:
                                                +
                                                输入参数:
                                                @Nullable RealTimeTransimissionStateListener listener流式传输模式的状态监听器。
                                                method removeRealTimeTransmissionStateListener
                                                void removeRealTimeTransmissionStateListener(@Nullable RealTimeTransimissionStateListener listener)
                                                包:dji.v5.manager.interfaces
                                                -
                                                描述:
                                                +
                                                描述:

                                                移除流式传输模式的状态监听器。

                                                MSDK 5.0.0开始支持

                                                -
                                                输入参数:
                                                +
                                                输入参数:
                                                @Nullable RealTimeTransimissionStateListener listener流式传输模式的状态监听器。
                                                method clearAllRealTimeTransmissionStateListener
                                                void clearAllRealTimeTransmissionStateListener()
                                                包:dji.v5.manager.interfaces
                                                -
                                                描述:
                                                +
                                                描述:

                                                移除所有流式传输模式的状态监听器。

                                                MSDK 5.0.0开始支持

                                                @@ -767,7 +821,7 @@
                                                enum MegaphoneIndex
                                                包:dji.v5.manager.aircraft.megaphone
                                                -
                                                描述:
                                                +
                                                描述:

                                                喊话器位置。

                                                MSDK 5.0.0开始支持

                                                Enum Members:
                                                PORTSIDE喊话器位于飞行器左舷侧(主)。
                                                STARBOARD喊话器位于飞行器右舷侧。
                                                UPSIDE喊话器位于飞行器上侧。
                                                OSDK喊话器跟OSDK口连接。
                                                @@ -778,7 +832,7 @@
                                                Class Members:
                                                enum WorkMode
                                                包:dji.v5.manager.aircraft.megaphone
                                                -
                                                描述:
                                                +
                                                描述:

                                                喊话器工作模式。包括TTS文本模式和语音模式。

                                                MSDK 5.0.0开始支持

                                                Enum Members:
                                                TTSTTS模式,输入本文转换成语音进行播放。
                                                VOICE语音模式,输入语音进行播放。
                                                @@ -789,7 +843,7 @@
                                                Class Members:
                                                enum PlayMode
                                                包:dji.v5.manager.aircraft.megaphone
                                                -
                                                描述:
                                                +
                                                描述:

                                                喊话器播放模式。包括单次播放和循环播放。

                                                MSDK 5.0.0开始支持

                                                Enum Members:
                                                SINGLE单次播放模式。
                                                LOOP循环播放模式。
                                                @@ -800,7 +854,7 @@
                                                Class Members:
                                                enum MegaphoneStatus
                                                包:dji.v5.manager.aircraft.megaphone
                                                -
                                                描述:
                                                +
                                                描述:

                                                喊话器状态。

                                                MSDK 5.0.0开始支持

                                                Enum Members:
                                                IDEL喊话器处于空闲状态。
                                                IN_TRANSMISSION喊话器处于数据传输状态。
                                                PLAYING喊话器处于数据播放状态。
                                                IN_EXCEPTION喊话器处于异常状态,请联系设备提供商解决。
                                                TTS_IN_CONVERSIONTTS正在转换成语音中。
                                                @@ -811,7 +865,7 @@
                                                Class Members:
                                                enum UploadType
                                                包:dji.v5.manager.aircraft.megaphone
                                                -
                                                描述:
                                                +
                                                描述:

                                                文件传输方式的传输的类型。包括本地音频文件数据和TTS二进制数据。

                                                MSDK 5.0.0开始支持

                                                Enum Members:
                                                TTS_DATATTS二进制数据类型,TTS二进制数据需要采用UTF-8格式。设置为此类型,你需要调用setData设置TTS二进制数据。
                                                VOICE_FILE本地音频文件类型,音频文件需要采用OPUS编码格式。设置为此类型,你需要调用setFile设置本地音频文件路径。
                                                @@ -822,12 +876,13 @@
                                                Class Members:
                                                enum UploadState
                                                包:dji.v5.manager.aircraft.megaphone
                                                -
                                                描述:
                                                +
                                                描述:

                                                流式传输模式上传状态。

                                                MSDK 5.0.0开始支持

                                                Enum Members:
                                                UPLOADING上传中。
                                                UPLOAD_SUCCESS上传成功。
                                                UPLOAD_FAILED上传失败,请重新上传。
                                                MD5_FAILEDMD5校验失败。
                                                ABORTED上传终止。
                                                Class Members:
                                                + diff --git a/Docs/Android_API/cn/Components/IMegaphoneManager/IMegaphoneManager_FileInfo.html b/Docs/Android_API/cn/Components/IMegaphoneManager/IMegaphoneManager_FileInfo.html index 760a7a93..84189ad5 100644 --- a/Docs/Android_API/cn/Components/IMegaphoneManager/IMegaphoneManager_FileInfo.html +++ b/Docs/Android_API/cn/Components/IMegaphoneManager/IMegaphoneManager_FileInfo.html @@ -228,8 +228,6 @@
                                                IVideoChannel @@ -248,6 +246,18 @@
                                                +
                                                ICameraStreamManager + +
                                                IMediaManager
                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                FlySafeNotificationListener
                                                +
                                                FlySafeDatabaseListener +
                                                +
                                                FlySafeDatabaseInfo +
                                                ILTEManager @@ -488,6 +504,10 @@
                                                RealTimeTransimissionStateListener
                                                +
                                                MegaphoneInfoListener +
                                                +
                                                MegaphoneInfo +
                                                IPipelineManager @@ -538,6 +558,14 @@
                                                UARegistrationNumberStatusListener
                                                +
                                                OperatorRegistrationNumberStatus +
                                                +
                                                OperatorRegistrationNumberStatusListener +
                                                +
                                                RealNameRegistrationStatus +
                                                +
                                                RealNameRegistrationStatusListener +
                                                ILDMManager diff --git a/Docs/Android_API/cn/Components/IMegaphoneManager/IMegaphoneManager_MegaphoneInfo.html b/Docs/Android_API/cn/Components/IMegaphoneManager/IMegaphoneManager_MegaphoneInfo.html new file mode 100644 index 00000000..48654e93 --- /dev/null +++ b/Docs/Android_API/cn/Components/IMegaphoneManager/IMegaphoneManager_MegaphoneInfo.html @@ -0,0 +1,712 @@ + + + + + + + DJI Mobile SDK Documentation + + + + +
                                                +
                                                +
                                                +
                                                +
                                                +
                                                +
                                                + + +
                                                +
                                                +
                                                +
                                                +
                                                  +
                                                  +
                                                  +
                                                    +
                                                    +
                                                    +
                                                    + +
                                                    +
                                                    +

                                                    class MegaphoneInfo

                                                    +
                                                    class MegaphoneInfo
                                                    +
                                                    包:dji.v5.manager.aircraft.megaphone
                                                    +
                                                    描述:
                                                    +

                                                    喊话器信息类,包含喊话器的音量,播放模式,工作模式,状态等。

                                                    MSDK 5.0.0开始支持

                                                    +
                                                    类成员:
                                                    +
                                                    method
                                                    +
                                                    method getVolume
                                                    + +
                                                    Integer getVolume()
                                                    +
                                                    包:dji.v5.manager.aircraft.megaphone
                                                    +
                                                    描述:
                                                    +

                                                    获取喊话器的音量。

                                                    +
                                                    返回值:
                                                    +
                                                    Integer返回喊话器的音量。
                                                    +
                                                    +
                                                    method getPlayMode
                                                    + +
                                                    PlayMode getPlayMode()
                                                    +
                                                    包:dji.v5.manager.aircraft.megaphone
                                                    +
                                                    描述:
                                                    +

                                                    获取喊话器的播放模式。

                                                    +
                                                    返回值:
                                                    +
                                                    PlayMode返回喊话器的播放模式。
                                                    +
                                                    +
                                                    method getWorkMode
                                                    + +
                                                    WorkMode getWorkMode()
                                                    +
                                                    包:dji.v5.manager.aircraft.megaphone
                                                    +
                                                    描述:
                                                    +

                                                    获取喊话器的工作模式。

                                                    +
                                                    返回值:
                                                    +
                                                    WorkMode返回喊话器的工作模式。
                                                    +
                                                    method
                                                    +
                                                    method getStatus
                                                    + +
                                                    MegaphoneStatus getStatus()
                                                    +
                                                    包:dji.v5.manager.aircraft.megaphone
                                                    +
                                                    描述:
                                                    +

                                                    获取喊话器的状态。

                                                    +
                                                    返回值:
                                                    +
                                                    MegaphoneStatus返回喊话器的状态。
                                                    + +
                                                    +
                                                    +
                                                    + +
                                                    + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Docs/Android_API/cn/Components/IMegaphoneManager/IMegaphoneManager_MegaphoneInfoListener.html b/Docs/Android_API/cn/Components/IMegaphoneManager/IMegaphoneManager_MegaphoneInfoListener.html new file mode 100644 index 00000000..fdaa7171 --- /dev/null +++ b/Docs/Android_API/cn/Components/IMegaphoneManager/IMegaphoneManager_MegaphoneInfoListener.html @@ -0,0 +1,685 @@ + + + + + + + DJI Mobile SDK Documentation + + + + +
                                                    +
                                                    +
                                                    +
                                                    +
                                                    +
                                                    +
                                                    + + +
                                                    +
                                                    +
                                                    +
                                                    +
                                                      +
                                                      +
                                                      +
                                                        +
                                                        +
                                                        +
                                                        + +
                                                        +
                                                        +

                                                        class MegaphoneInfoListener

                                                        +
                                                        interface MegaphoneInfoListener
                                                        +
                                                        包:dji.v5.manager.aircraft.megaphone
                                                        +
                                                        描述:
                                                        +

                                                        喊话器信息监听器。

                                                        MSDK 5.8.0开始支持

                                                        +
                                                        类成员:
                                                        +
                                                        +
                                                        method onUpdateMegaphoneInfo
                                                        + +
                                                        void onUpdateMegaphoneInfo(MegaphoneInfo megaphoneInfo)
                                                        +
                                                        包:dji.v5.manager.aircraft.megaphone
                                                        +
                                                        描述:
                                                        +

                                                        当喊话器信息发生变化时会回调此方法。

                                                        MSDK 5.8.0开始支持

                                                        +
                                                        输入参数:
                                                        +
                                                        MegaphoneInfo megaphoneInfo喊话器信息。
                                                        + +
                                                        +
                                                        +
                                                        + +
                                                        + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Docs/Android_API/cn/Components/IMegaphoneManager/IMegaphoneManager_RealTimeTransimissionStateListener.html b/Docs/Android_API/cn/Components/IMegaphoneManager/IMegaphoneManager_RealTimeTransimissionStateListener.html index 6e061e59..a2210390 100644 --- a/Docs/Android_API/cn/Components/IMegaphoneManager/IMegaphoneManager_RealTimeTransimissionStateListener.html +++ b/Docs/Android_API/cn/Components/IMegaphoneManager/IMegaphoneManager_RealTimeTransimissionStateListener.html @@ -228,8 +228,6 @@
                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                        +
                                                        ICameraStreamManager + +
                                                        IMediaManager
                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                        FlySafeNotificationListener
                                                        +
                                                        FlySafeDatabaseListener +
                                                        +
                                                        FlySafeDatabaseInfo +
                                                        ILTEManager @@ -488,6 +504,10 @@
                                                        RealTimeTransimissionStateListener
                                                        +
                                                        MegaphoneInfoListener +
                                                        +
                                                        MegaphoneInfo +
                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                        UARegistrationNumberStatusListener
                                                        +
                                                        OperatorRegistrationNumberStatus +
                                                        +
                                                        OperatorRegistrationNumberStatusListener +
                                                        +
                                                        RealNameRegistrationStatus +
                                                        +
                                                        RealNameRegistrationStatusListener +
                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/IPayloadCenter/IPayloadCenter.html b/Docs/Android_API/cn/Components/IPayloadCenter/IPayloadCenter.html index 703b0380..7e8a0043 100644 --- a/Docs/Android_API/cn/Components/IPayloadCenter/IPayloadCenter.html +++ b/Docs/Android_API/cn/Components/IPayloadCenter/IPayloadCenter.html @@ -228,8 +228,6 @@
                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                        +
                                                        ICameraStreamManager + +
                                                        IMediaManager
                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                        FlySafeNotificationListener
                                                        +
                                                        FlySafeDatabaseListener +
                                                        +
                                                        FlySafeDatabaseInfo +
                                                        ILTEManager @@ -488,6 +504,10 @@
                                                        RealTimeTransimissionStateListener
                                                        +
                                                        MegaphoneInfoListener +
                                                        +
                                                        MegaphoneInfo +
                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                        UARegistrationNumberStatusListener
                                                        +
                                                        OperatorRegistrationNumberStatus +
                                                        +
                                                        OperatorRegistrationNumberStatusListener +
                                                        +
                                                        RealNameRegistrationStatus +
                                                        +
                                                        RealNameRegistrationStatusListener +
                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/IPayloadCenter/IPayloadManager.html b/Docs/Android_API/cn/Components/IPayloadCenter/IPayloadManager.html index 747f6bb7..e1192d42 100644 --- a/Docs/Android_API/cn/Components/IPayloadCenter/IPayloadManager.html +++ b/Docs/Android_API/cn/Components/IPayloadCenter/IPayloadManager.html @@ -228,8 +228,6 @@
                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                        +
                                                        ICameraStreamManager + +
                                                        IMediaManager
                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                        FlySafeNotificationListener
                                                        +
                                                        FlySafeDatabaseListener +
                                                        +
                                                        FlySafeDatabaseInfo +
                                                        ILTEManager @@ -488,6 +504,10 @@
                                                        RealTimeTransimissionStateListener
                                                        +
                                                        MegaphoneInfoListener +
                                                        +
                                                        MegaphoneInfo +
                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                        UARegistrationNumberStatusListener
                                                        +
                                                        OperatorRegistrationNumberStatus +
                                                        +
                                                        OperatorRegistrationNumberStatusListener +
                                                        +
                                                        RealNameRegistrationStatus +
                                                        +
                                                        RealNameRegistrationStatusListener +
                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/IPayloadCenter/IPayloadManager_FloatingWindowWidget.html b/Docs/Android_API/cn/Components/IPayloadCenter/IPayloadManager_FloatingWindowWidget.html index 74f5ab31..36b37ad5 100644 --- a/Docs/Android_API/cn/Components/IPayloadCenter/IPayloadManager_FloatingWindowWidget.html +++ b/Docs/Android_API/cn/Components/IPayloadCenter/IPayloadManager_FloatingWindowWidget.html @@ -228,8 +228,6 @@
                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                        +
                                                        ICameraStreamManager + +
                                                        IMediaManager
                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                        FlySafeNotificationListener
                                                        +
                                                        FlySafeDatabaseListener +
                                                        +
                                                        FlySafeDatabaseInfo +
                                                        ILTEManager @@ -488,6 +504,10 @@
                                                        RealTimeTransimissionStateListener
                                                        +
                                                        MegaphoneInfoListener +
                                                        +
                                                        MegaphoneInfo +
                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                        UARegistrationNumberStatusListener
                                                        +
                                                        OperatorRegistrationNumberStatus +
                                                        +
                                                        OperatorRegistrationNumberStatusListener +
                                                        +
                                                        RealNameRegistrationStatus +
                                                        +
                                                        RealNameRegistrationStatusListener +
                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/IPayloadCenter/IPayloadManager_IconFilePath.html b/Docs/Android_API/cn/Components/IPayloadCenter/IPayloadManager_IconFilePath.html index 36c0d141..d4410ac2 100644 --- a/Docs/Android_API/cn/Components/IPayloadCenter/IPayloadManager_IconFilePath.html +++ b/Docs/Android_API/cn/Components/IPayloadCenter/IPayloadManager_IconFilePath.html @@ -228,8 +228,6 @@
                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                        +
                                                        ICameraStreamManager + +
                                                        IMediaManager
                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                        FlySafeNotificationListener
                                                        +
                                                        FlySafeDatabaseListener +
                                                        +
                                                        FlySafeDatabaseInfo +
                                                        ILTEManager @@ -488,6 +504,10 @@
                                                        RealTimeTransimissionStateListener
                                                        +
                                                        MegaphoneInfoListener +
                                                        +
                                                        MegaphoneInfo +
                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                        UARegistrationNumberStatusListener
                                                        +
                                                        OperatorRegistrationNumberStatus +
                                                        +
                                                        OperatorRegistrationNumberStatusListener +
                                                        +
                                                        RealNameRegistrationStatus +
                                                        +
                                                        RealNameRegistrationStatusListener +
                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/IPayloadCenter/IPayloadManager_PayloadBasicInfo.html b/Docs/Android_API/cn/Components/IPayloadCenter/IPayloadManager_PayloadBasicInfo.html index efec03c4..bde3ebd7 100644 --- a/Docs/Android_API/cn/Components/IPayloadCenter/IPayloadManager_PayloadBasicInfo.html +++ b/Docs/Android_API/cn/Components/IPayloadCenter/IPayloadManager_PayloadBasicInfo.html @@ -228,8 +228,6 @@
                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                        +
                                                        ICameraStreamManager + +
                                                        IMediaManager
                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                        FlySafeNotificationListener
                                                        +
                                                        FlySafeDatabaseListener +
                                                        +
                                                        FlySafeDatabaseInfo +
                                                        ILTEManager @@ -488,6 +504,10 @@
                                                        RealTimeTransimissionStateListener
                                                        +
                                                        MegaphoneInfoListener +
                                                        +
                                                        MegaphoneInfo +
                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                        UARegistrationNumberStatusListener
                                                        +
                                                        OperatorRegistrationNumberStatus +
                                                        +
                                                        OperatorRegistrationNumberStatusListener +
                                                        +
                                                        RealNameRegistrationStatus +
                                                        +
                                                        RealNameRegistrationStatusListener +
                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/IPayloadCenter/IPayloadManager_PayloadBasicInfoListener.html b/Docs/Android_API/cn/Components/IPayloadCenter/IPayloadManager_PayloadBasicInfoListener.html index bb08d2b2..47132108 100644 --- a/Docs/Android_API/cn/Components/IPayloadCenter/IPayloadManager_PayloadBasicInfoListener.html +++ b/Docs/Android_API/cn/Components/IPayloadCenter/IPayloadManager_PayloadBasicInfoListener.html @@ -228,8 +228,6 @@
                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                        +
                                                        ICameraStreamManager + +
                                                        IMediaManager
                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                        FlySafeNotificationListener
                                                        +
                                                        FlySafeDatabaseListener +
                                                        +
                                                        FlySafeDatabaseInfo +
                                                        ILTEManager @@ -488,6 +504,10 @@
                                                        RealTimeTransimissionStateListener
                                                        +
                                                        MegaphoneInfoListener +
                                                        +
                                                        MegaphoneInfo +
                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                        UARegistrationNumberStatusListener
                                                        +
                                                        OperatorRegistrationNumberStatus +
                                                        +
                                                        OperatorRegistrationNumberStatusListener +
                                                        +
                                                        RealNameRegistrationStatus +
                                                        +
                                                        RealNameRegistrationStatusListener +
                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/IPayloadCenter/IPayloadManager_PayloadDataListener.html b/Docs/Android_API/cn/Components/IPayloadCenter/IPayloadManager_PayloadDataListener.html index 962ad0f9..3135d665 100644 --- a/Docs/Android_API/cn/Components/IPayloadCenter/IPayloadManager_PayloadDataListener.html +++ b/Docs/Android_API/cn/Components/IPayloadCenter/IPayloadManager_PayloadDataListener.html @@ -228,8 +228,6 @@
                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                        +
                                                        ICameraStreamManager + +
                                                        IMediaManager
                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                        FlySafeNotificationListener
                                                        +
                                                        FlySafeDatabaseListener +
                                                        +
                                                        FlySafeDatabaseInfo +
                                                        ILTEManager @@ -488,6 +504,10 @@
                                                        RealTimeTransimissionStateListener
                                                        +
                                                        MegaphoneInfoListener +
                                                        +
                                                        MegaphoneInfo +
                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                        UARegistrationNumberStatusListener
                                                        +
                                                        OperatorRegistrationNumberStatus +
                                                        +
                                                        OperatorRegistrationNumberStatusListener +
                                                        +
                                                        RealNameRegistrationStatus +
                                                        +
                                                        RealNameRegistrationStatusListener +
                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/IPayloadCenter/IPayloadManager_PayloadWidget.html b/Docs/Android_API/cn/Components/IPayloadCenter/IPayloadManager_PayloadWidget.html index a012386e..097fba11 100644 --- a/Docs/Android_API/cn/Components/IPayloadCenter/IPayloadManager_PayloadWidget.html +++ b/Docs/Android_API/cn/Components/IPayloadCenter/IPayloadManager_PayloadWidget.html @@ -228,8 +228,6 @@
                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                        +
                                                        ICameraStreamManager + +
                                                        IMediaManager
                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                        FlySafeNotificationListener
                                                        +
                                                        FlySafeDatabaseListener +
                                                        +
                                                        FlySafeDatabaseInfo +
                                                        ILTEManager @@ -488,6 +504,10 @@
                                                        RealTimeTransimissionStateListener
                                                        +
                                                        MegaphoneInfoListener +
                                                        +
                                                        MegaphoneInfo +
                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                        UARegistrationNumberStatusListener
                                                        +
                                                        OperatorRegistrationNumberStatus +
                                                        +
                                                        OperatorRegistrationNumberStatusListener +
                                                        +
                                                        RealNameRegistrationStatus +
                                                        +
                                                        RealNameRegistrationStatusListener +
                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/IPayloadCenter/IPayloadManager_PayloadWidgetInfo.html b/Docs/Android_API/cn/Components/IPayloadCenter/IPayloadManager_PayloadWidgetInfo.html index 75853b53..c631d202 100644 --- a/Docs/Android_API/cn/Components/IPayloadCenter/IPayloadManager_PayloadWidgetInfo.html +++ b/Docs/Android_API/cn/Components/IPayloadCenter/IPayloadManager_PayloadWidgetInfo.html @@ -228,8 +228,6 @@
                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                        +
                                                        ICameraStreamManager + +
                                                        IMediaManager
                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                        FlySafeNotificationListener
                                                        +
                                                        FlySafeDatabaseListener +
                                                        +
                                                        FlySafeDatabaseInfo +
                                                        ILTEManager @@ -488,6 +504,10 @@
                                                        RealTimeTransimissionStateListener
                                                        +
                                                        MegaphoneInfoListener +
                                                        +
                                                        MegaphoneInfo +
                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                        UARegistrationNumberStatusListener
                                                        +
                                                        OperatorRegistrationNumberStatus +
                                                        +
                                                        OperatorRegistrationNumberStatusListener +
                                                        +
                                                        RealNameRegistrationStatus +
                                                        +
                                                        RealNameRegistrationStatusListener +
                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/IPayloadCenter/IPayloadManager_PayloadWidgetInfoListener.html b/Docs/Android_API/cn/Components/IPayloadCenter/IPayloadManager_PayloadWidgetInfoListener.html index 25d159f5..7e808e86 100644 --- a/Docs/Android_API/cn/Components/IPayloadCenter/IPayloadManager_PayloadWidgetInfoListener.html +++ b/Docs/Android_API/cn/Components/IPayloadCenter/IPayloadManager_PayloadWidgetInfoListener.html @@ -228,8 +228,6 @@
                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                        +
                                                        ICameraStreamManager + +
                                                        IMediaManager
                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                        FlySafeNotificationListener
                                                        +
                                                        FlySafeDatabaseListener +
                                                        +
                                                        FlySafeDatabaseInfo +
                                                        ILTEManager @@ -488,6 +504,10 @@
                                                        RealTimeTransimissionStateListener
                                                        +
                                                        MegaphoneInfoListener +
                                                        +
                                                        MegaphoneInfo +
                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                        UARegistrationNumberStatusListener
                                                        +
                                                        OperatorRegistrationNumberStatus +
                                                        +
                                                        OperatorRegistrationNumberStatusListener +
                                                        +
                                                        RealNameRegistrationStatus +
                                                        +
                                                        RealNameRegistrationStatusListener +
                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/IPayloadCenter/IPayloadManager_SpeakerWidget.html b/Docs/Android_API/cn/Components/IPayloadCenter/IPayloadManager_SpeakerWidget.html index 05de4761..565e6cf8 100644 --- a/Docs/Android_API/cn/Components/IPayloadCenter/IPayloadManager_SpeakerWidget.html +++ b/Docs/Android_API/cn/Components/IPayloadCenter/IPayloadManager_SpeakerWidget.html @@ -228,8 +228,6 @@
                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                        +
                                                        ICameraStreamManager + +
                                                        IMediaManager
                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                        FlySafeNotificationListener
                                                        +
                                                        FlySafeDatabaseListener +
                                                        +
                                                        FlySafeDatabaseInfo +
                                                        ILTEManager @@ -488,6 +504,10 @@
                                                        RealTimeTransimissionStateListener
                                                        +
                                                        MegaphoneInfoListener +
                                                        +
                                                        MegaphoneInfo +
                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                        UARegistrationNumberStatusListener
                                                        +
                                                        OperatorRegistrationNumberStatus +
                                                        +
                                                        OperatorRegistrationNumberStatusListener +
                                                        +
                                                        RealNameRegistrationStatus +
                                                        +
                                                        RealNameRegistrationStatusListener +
                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/IPayloadCenter/IPayloadManager_SubItems.html b/Docs/Android_API/cn/Components/IPayloadCenter/IPayloadManager_SubItems.html index 5ddbc0d4..80149a62 100644 --- a/Docs/Android_API/cn/Components/IPayloadCenter/IPayloadManager_SubItems.html +++ b/Docs/Android_API/cn/Components/IPayloadCenter/IPayloadManager_SubItems.html @@ -228,8 +228,6 @@
                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                        +
                                                        ICameraStreamManager + +
                                                        IMediaManager
                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                        FlySafeNotificationListener
                                                        +
                                                        FlySafeDatabaseListener +
                                                        +
                                                        FlySafeDatabaseInfo +
                                                        ILTEManager @@ -488,6 +504,10 @@
                                                        RealTimeTransimissionStateListener
                                                        +
                                                        MegaphoneInfoListener +
                                                        +
                                                        MegaphoneInfo +
                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                        UARegistrationNumberStatusListener
                                                        +
                                                        OperatorRegistrationNumberStatus +
                                                        +
                                                        OperatorRegistrationNumberStatusListener +
                                                        +
                                                        RealNameRegistrationStatus +
                                                        +
                                                        RealNameRegistrationStatusListener +
                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/IPayloadCenter/IPayloadManager_TextInputBoxWidget.html b/Docs/Android_API/cn/Components/IPayloadCenter/IPayloadManager_TextInputBoxWidget.html index 267dd790..a0cd1415 100644 --- a/Docs/Android_API/cn/Components/IPayloadCenter/IPayloadManager_TextInputBoxWidget.html +++ b/Docs/Android_API/cn/Components/IPayloadCenter/IPayloadManager_TextInputBoxWidget.html @@ -228,8 +228,6 @@
                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                        +
                                                        ICameraStreamManager + +
                                                        IMediaManager
                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                        FlySafeNotificationListener
                                                        +
                                                        FlySafeDatabaseListener +
                                                        +
                                                        FlySafeDatabaseInfo +
                                                        ILTEManager @@ -488,6 +504,10 @@
                                                        RealTimeTransimissionStateListener
                                                        +
                                                        MegaphoneInfoListener +
                                                        +
                                                        MegaphoneInfo +
                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                        UARegistrationNumberStatusListener
                                                        +
                                                        OperatorRegistrationNumberStatus +
                                                        +
                                                        OperatorRegistrationNumberStatusListener +
                                                        +
                                                        RealNameRegistrationStatus +
                                                        +
                                                        RealNameRegistrationStatusListener +
                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/IPayloadCenter/Value_Payload_Struct_CustomizeRcButtonConfig.html b/Docs/Android_API/cn/Components/IPayloadCenter/Value_Payload_Struct_CustomizeRcButtonConfig.html index 1eb3462b..355881db 100644 --- a/Docs/Android_API/cn/Components/IPayloadCenter/Value_Payload_Struct_CustomizeRcButtonConfig.html +++ b/Docs/Android_API/cn/Components/IPayloadCenter/Value_Payload_Struct_CustomizeRcButtonConfig.html @@ -228,8 +228,6 @@
                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                        +
                                                        ICameraStreamManager + +
                                                        IMediaManager
                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                        FlySafeNotificationListener
                                                        +
                                                        FlySafeDatabaseListener +
                                                        +
                                                        FlySafeDatabaseInfo +
                                                        ILTEManager @@ -488,6 +504,10 @@
                                                        RealTimeTransimissionStateListener
                                                        +
                                                        MegaphoneInfoListener +
                                                        +
                                                        MegaphoneInfo +
                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                        UARegistrationNumberStatusListener
                                                        +
                                                        OperatorRegistrationNumberStatus +
                                                        +
                                                        OperatorRegistrationNumberStatusListener +
                                                        +
                                                        RealNameRegistrationStatus +
                                                        +
                                                        RealNameRegistrationStatusListener +
                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/IPayloadCenter/Value_Payload_Struct_WidgetValue.html b/Docs/Android_API/cn/Components/IPayloadCenter/Value_Payload_Struct_WidgetValue.html index 9096cec0..ac98a542 100644 --- a/Docs/Android_API/cn/Components/IPayloadCenter/Value_Payload_Struct_WidgetValue.html +++ b/Docs/Android_API/cn/Components/IPayloadCenter/Value_Payload_Struct_WidgetValue.html @@ -228,8 +228,6 @@
                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                        +
                                                        ICameraStreamManager + +
                                                        IMediaManager
                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                        FlySafeNotificationListener
                                                        +
                                                        FlySafeDatabaseListener +
                                                        +
                                                        FlySafeDatabaseInfo +
                                                        ILTEManager @@ -488,6 +504,10 @@
                                                        RealTimeTransimissionStateListener
                                                        +
                                                        MegaphoneInfoListener +
                                                        +
                                                        MegaphoneInfo +
                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                        UARegistrationNumberStatusListener
                                                        +
                                                        OperatorRegistrationNumberStatus +
                                                        +
                                                        OperatorRegistrationNumberStatusListener +
                                                        +
                                                        RealNameRegistrationStatus +
                                                        +
                                                        RealNameRegistrationStatusListener +
                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/IPerceptionManager/IPerceptionManager.html b/Docs/Android_API/cn/Components/IPerceptionManager/IPerceptionManager.html index fe1ecc91..6c671e48 100644 --- a/Docs/Android_API/cn/Components/IPerceptionManager/IPerceptionManager.html +++ b/Docs/Android_API/cn/Components/IPerceptionManager/IPerceptionManager.html @@ -228,8 +228,6 @@
                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                        +
                                                        ICameraStreamManager + +
                                                        IMediaManager
                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                        FlySafeNotificationListener
                                                        +
                                                        FlySafeDatabaseListener +
                                                        +
                                                        FlySafeDatabaseInfo +
                                                        ILTEManager @@ -488,6 +504,10 @@
                                                        RealTimeTransimissionStateListener
                                                        +
                                                        MegaphoneInfoListener +
                                                        +
                                                        MegaphoneInfo +
                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                        UARegistrationNumberStatusListener
                                                        +
                                                        OperatorRegistrationNumberStatus +
                                                        +
                                                        OperatorRegistrationNumberStatusListener +
                                                        +
                                                        RealNameRegistrationStatus +
                                                        +
                                                        RealNameRegistrationStatusListener +
                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/IPerceptionManager/IPerceptionManager_ObstacleData.html b/Docs/Android_API/cn/Components/IPerceptionManager/IPerceptionManager_ObstacleData.html index 2f9df3e4..2d361388 100644 --- a/Docs/Android_API/cn/Components/IPerceptionManager/IPerceptionManager_ObstacleData.html +++ b/Docs/Android_API/cn/Components/IPerceptionManager/IPerceptionManager_ObstacleData.html @@ -228,8 +228,6 @@
                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                        +
                                                        ICameraStreamManager + +
                                                        IMediaManager
                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                        FlySafeNotificationListener
                                                        +
                                                        FlySafeDatabaseListener +
                                                        +
                                                        FlySafeDatabaseInfo +
                                                        ILTEManager @@ -488,6 +504,10 @@
                                                        RealTimeTransimissionStateListener
                                                        +
                                                        MegaphoneInfoListener +
                                                        +
                                                        MegaphoneInfo +
                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                        UARegistrationNumberStatusListener
                                                        +
                                                        OperatorRegistrationNumberStatus +
                                                        +
                                                        OperatorRegistrationNumberStatusListener +
                                                        +
                                                        RealNameRegistrationStatus +
                                                        +
                                                        RealNameRegistrationStatusListener +
                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/IPerceptionManager/IPerceptionManager_ObstacleDataListener.html b/Docs/Android_API/cn/Components/IPerceptionManager/IPerceptionManager_ObstacleDataListener.html index 47aa20d5..fbc3de62 100644 --- a/Docs/Android_API/cn/Components/IPerceptionManager/IPerceptionManager_ObstacleDataListener.html +++ b/Docs/Android_API/cn/Components/IPerceptionManager/IPerceptionManager_ObstacleDataListener.html @@ -228,8 +228,6 @@
                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                        +
                                                        ICameraStreamManager + +
                                                        IMediaManager
                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                        FlySafeNotificationListener
                                                        +
                                                        FlySafeDatabaseListener +
                                                        +
                                                        FlySafeDatabaseInfo +
                                                        ILTEManager @@ -488,6 +504,10 @@
                                                        RealTimeTransimissionStateListener
                                                        +
                                                        MegaphoneInfoListener +
                                                        +
                                                        MegaphoneInfo +
                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                        UARegistrationNumberStatusListener
                                                        +
                                                        OperatorRegistrationNumberStatus +
                                                        +
                                                        OperatorRegistrationNumberStatusListener +
                                                        +
                                                        RealNameRegistrationStatus +
                                                        +
                                                        RealNameRegistrationStatusListener +
                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/IPerceptionManager/IPerceptionManager_PerceptionInfo.html b/Docs/Android_API/cn/Components/IPerceptionManager/IPerceptionManager_PerceptionInfo.html index 9ffcd282..263bf308 100644 --- a/Docs/Android_API/cn/Components/IPerceptionManager/IPerceptionManager_PerceptionInfo.html +++ b/Docs/Android_API/cn/Components/IPerceptionManager/IPerceptionManager_PerceptionInfo.html @@ -228,8 +228,6 @@
                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                        +
                                                        ICameraStreamManager + +
                                                        IMediaManager
                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                        FlySafeNotificationListener
                                                        +
                                                        FlySafeDatabaseListener +
                                                        +
                                                        FlySafeDatabaseInfo +
                                                        ILTEManager @@ -488,6 +504,10 @@
                                                        RealTimeTransimissionStateListener
                                                        +
                                                        MegaphoneInfoListener +
                                                        +
                                                        MegaphoneInfo +
                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                        UARegistrationNumberStatusListener
                                                        +
                                                        OperatorRegistrationNumberStatus +
                                                        +
                                                        OperatorRegistrationNumberStatusListener +
                                                        +
                                                        RealNameRegistrationStatus +
                                                        +
                                                        RealNameRegistrationStatusListener +
                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/IPerceptionManager/IPerceptionManager_PerceptionInformationListener.html b/Docs/Android_API/cn/Components/IPerceptionManager/IPerceptionManager_PerceptionInformationListener.html index e9daf455..712b6ca0 100644 --- a/Docs/Android_API/cn/Components/IPerceptionManager/IPerceptionManager_PerceptionInformationListener.html +++ b/Docs/Android_API/cn/Components/IPerceptionManager/IPerceptionManager_PerceptionInformationListener.html @@ -228,8 +228,6 @@
                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                        +
                                                        ICameraStreamManager + +
                                                        IMediaManager
                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                        FlySafeNotificationListener
                                                        +
                                                        FlySafeDatabaseListener +
                                                        +
                                                        FlySafeDatabaseInfo +
                                                        ILTEManager @@ -488,6 +504,10 @@
                                                        RealTimeTransimissionStateListener
                                                        +
                                                        MegaphoneInfoListener +
                                                        +
                                                        MegaphoneInfo +
                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                        UARegistrationNumberStatusListener
                                                        +
                                                        OperatorRegistrationNumberStatus +
                                                        +
                                                        OperatorRegistrationNumberStatusListener +
                                                        +
                                                        RealNameRegistrationStatus +
                                                        +
                                                        RealNameRegistrationStatusListener +
                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/IPerceptionManager/IRadarManager.html b/Docs/Android_API/cn/Components/IPerceptionManager/IRadarManager.html index 83eac0bf..021b8778 100644 --- a/Docs/Android_API/cn/Components/IPerceptionManager/IRadarManager.html +++ b/Docs/Android_API/cn/Components/IPerceptionManager/IRadarManager.html @@ -228,8 +228,6 @@
                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                        +
                                                        ICameraStreamManager + +
                                                        IMediaManager
                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                        FlySafeNotificationListener
                                                        +
                                                        FlySafeDatabaseListener +
                                                        +
                                                        FlySafeDatabaseInfo +
                                                        ILTEManager @@ -488,6 +504,10 @@
                                                        RealTimeTransimissionStateListener
                                                        +
                                                        MegaphoneInfoListener +
                                                        +
                                                        MegaphoneInfo +
                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                        UARegistrationNumberStatusListener
                                                        +
                                                        OperatorRegistrationNumberStatus +
                                                        +
                                                        OperatorRegistrationNumberStatusListener +
                                                        +
                                                        RealNameRegistrationStatus +
                                                        +
                                                        RealNameRegistrationStatusListener +
                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/IPerceptionManager/IRadarManager_RadarInformation.html b/Docs/Android_API/cn/Components/IPerceptionManager/IRadarManager_RadarInformation.html index 53703d4e..9b12f3c8 100644 --- a/Docs/Android_API/cn/Components/IPerceptionManager/IRadarManager_RadarInformation.html +++ b/Docs/Android_API/cn/Components/IPerceptionManager/IRadarManager_RadarInformation.html @@ -228,8 +228,6 @@
                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                        +
                                                        ICameraStreamManager + +
                                                        IMediaManager
                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                        FlySafeNotificationListener
                                                        +
                                                        FlySafeDatabaseListener +
                                                        +
                                                        FlySafeDatabaseInfo +
                                                        ILTEManager @@ -488,6 +504,10 @@
                                                        RealTimeTransimissionStateListener
                                                        +
                                                        MegaphoneInfoListener +
                                                        +
                                                        MegaphoneInfo +
                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                        UARegistrationNumberStatusListener
                                                        +
                                                        OperatorRegistrationNumberStatus +
                                                        +
                                                        OperatorRegistrationNumberStatusListener +
                                                        +
                                                        RealNameRegistrationStatus +
                                                        +
                                                        RealNameRegistrationStatusListener +
                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/IPerceptionManager/IRadarManager_RadarInformationListener.html b/Docs/Android_API/cn/Components/IPerceptionManager/IRadarManager_RadarInformationListener.html index 8864a174..822e9f1e 100644 --- a/Docs/Android_API/cn/Components/IPerceptionManager/IRadarManager_RadarInformationListener.html +++ b/Docs/Android_API/cn/Components/IPerceptionManager/IRadarManager_RadarInformationListener.html @@ -228,8 +228,6 @@
                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                        +
                                                        ICameraStreamManager + +
                                                        IMediaManager
                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                        FlySafeNotificationListener
                                                        +
                                                        FlySafeDatabaseListener +
                                                        +
                                                        FlySafeDatabaseInfo +
                                                        ILTEManager @@ -488,6 +504,10 @@
                                                        RealTimeTransimissionStateListener
                                                        +
                                                        MegaphoneInfoListener +
                                                        +
                                                        MegaphoneInfo +
                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                        UARegistrationNumberStatusListener
                                                        +
                                                        OperatorRegistrationNumberStatus +
                                                        +
                                                        OperatorRegistrationNumberStatusListener +
                                                        +
                                                        RealNameRegistrationStatus +
                                                        +
                                                        RealNameRegistrationStatusListener +
                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/IPipelineManager/IPipelineManager.html b/Docs/Android_API/cn/Components/IPipelineManager/IPipelineManager.html index 9e30f4d1..eee18759 100644 --- a/Docs/Android_API/cn/Components/IPipelineManager/IPipelineManager.html +++ b/Docs/Android_API/cn/Components/IPipelineManager/IPipelineManager.html @@ -228,8 +228,6 @@
                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                        +
                                                        ICameraStreamManager + +
                                                        IMediaManager
                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                        FlySafeNotificationListener
                                                        +
                                                        FlySafeDatabaseListener +
                                                        +
                                                        FlySafeDatabaseInfo +
                                                        ILTEManager @@ -488,6 +504,10 @@
                                                        RealTimeTransimissionStateListener
                                                        +
                                                        MegaphoneInfoListener +
                                                        +
                                                        MegaphoneInfo +
                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                        UARegistrationNumberStatusListener
                                                        +
                                                        OperatorRegistrationNumberStatus +
                                                        +
                                                        OperatorRegistrationNumberStatusListener +
                                                        +
                                                        RealNameRegistrationStatus +
                                                        +
                                                        RealNameRegistrationStatusListener +
                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/IPipelineManager/IPipelineManager_DataResult.html b/Docs/Android_API/cn/Components/IPipelineManager/IPipelineManager_DataResult.html index 4acbdf28..4542103c 100644 --- a/Docs/Android_API/cn/Components/IPipelineManager/IPipelineManager_DataResult.html +++ b/Docs/Android_API/cn/Components/IPipelineManager/IPipelineManager_DataResult.html @@ -228,8 +228,6 @@
                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                        +
                                                        ICameraStreamManager + +
                                                        IMediaManager
                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                        FlySafeNotificationListener
                                                        +
                                                        FlySafeDatabaseListener +
                                                        +
                                                        FlySafeDatabaseInfo +
                                                        ILTEManager @@ -488,6 +504,10 @@
                                                        RealTimeTransimissionStateListener
                                                        +
                                                        MegaphoneInfoListener +
                                                        +
                                                        MegaphoneInfo +
                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                        UARegistrationNumberStatusListener
                                                        +
                                                        OperatorRegistrationNumberStatus +
                                                        +
                                                        OperatorRegistrationNumberStatusListener +
                                                        +
                                                        RealNameRegistrationStatus +
                                                        +
                                                        RealNameRegistrationStatusListener +
                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/IPipelineManager/IPipelineManager_Pipeline.html b/Docs/Android_API/cn/Components/IPipelineManager/IPipelineManager_Pipeline.html index d685ae36..e1ed82bd 100644 --- a/Docs/Android_API/cn/Components/IPipelineManager/IPipelineManager_Pipeline.html +++ b/Docs/Android_API/cn/Components/IPipelineManager/IPipelineManager_Pipeline.html @@ -228,8 +228,6 @@
                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                        +
                                                        ICameraStreamManager + +
                                                        IMediaManager
                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                        FlySafeNotificationListener
                                                        +
                                                        FlySafeDatabaseListener +
                                                        +
                                                        FlySafeDatabaseInfo +
                                                        ILTEManager @@ -488,6 +504,10 @@
                                                        RealTimeTransimissionStateListener
                                                        +
                                                        MegaphoneInfoListener +
                                                        +
                                                        MegaphoneInfo +
                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                        UARegistrationNumberStatusListener
                                                        +
                                                        OperatorRegistrationNumberStatus +
                                                        +
                                                        OperatorRegistrationNumberStatusListener +
                                                        +
                                                        RealNameRegistrationStatus +
                                                        +
                                                        RealNameRegistrationStatusListener +
                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/IPipelineManager/IPipelineManager_PipelineConnectionListener.html b/Docs/Android_API/cn/Components/IPipelineManager/IPipelineManager_PipelineConnectionListener.html index 079747eb..f33cd26c 100644 --- a/Docs/Android_API/cn/Components/IPipelineManager/IPipelineManager_PipelineConnectionListener.html +++ b/Docs/Android_API/cn/Components/IPipelineManager/IPipelineManager_PipelineConnectionListener.html @@ -228,8 +228,6 @@
                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                        +
                                                        ICameraStreamManager + +
                                                        IMediaManager
                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                        FlySafeNotificationListener
                                                        +
                                                        FlySafeDatabaseListener +
                                                        +
                                                        FlySafeDatabaseInfo +
                                                        ILTEManager @@ -488,6 +504,10 @@
                                                        RealTimeTransimissionStateListener
                                                        +
                                                        MegaphoneInfoListener +
                                                        +
                                                        MegaphoneInfo +
                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                        UARegistrationNumberStatusListener
                                                        +
                                                        OperatorRegistrationNumberStatus +
                                                        +
                                                        OperatorRegistrationNumberStatusListener +
                                                        +
                                                        RealNameRegistrationStatus +
                                                        +
                                                        RealNameRegistrationStatusListener +
                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/IRTKCenter/INetworkRTKManager.html b/Docs/Android_API/cn/Components/IRTKCenter/INetworkRTKManager.html index c1eb6609..b37f55fc 100644 --- a/Docs/Android_API/cn/Components/IRTKCenter/INetworkRTKManager.html +++ b/Docs/Android_API/cn/Components/IRTKCenter/INetworkRTKManager.html @@ -228,8 +228,6 @@
                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                        +
                                                        ICameraStreamManager + +
                                                        IMediaManager
                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                        FlySafeNotificationListener
                                                        +
                                                        FlySafeDatabaseListener +
                                                        +
                                                        FlySafeDatabaseInfo +
                                                        ILTEManager @@ -488,6 +504,10 @@
                                                        RealTimeTransimissionStateListener
                                                        +
                                                        MegaphoneInfoListener +
                                                        +
                                                        MegaphoneInfo +
                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                        UARegistrationNumberStatusListener
                                                        +
                                                        OperatorRegistrationNumberStatus +
                                                        +
                                                        OperatorRegistrationNumberStatusListener +
                                                        +
                                                        RealNameRegistrationStatus +
                                                        +
                                                        RealNameRegistrationStatusListener +
                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/IRTKCenter/INetworkRTKManager_NetworkServiceInfoListener.html b/Docs/Android_API/cn/Components/IRTKCenter/INetworkRTKManager_NetworkServiceInfoListener.html index 25598ebb..3cadd3f0 100644 --- a/Docs/Android_API/cn/Components/IRTKCenter/INetworkRTKManager_NetworkServiceInfoListener.html +++ b/Docs/Android_API/cn/Components/IRTKCenter/INetworkRTKManager_NetworkServiceInfoListener.html @@ -228,8 +228,6 @@
                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                        +
                                                        ICameraStreamManager + +
                                                        IMediaManager
                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                        FlySafeNotificationListener
                                                        +
                                                        FlySafeDatabaseListener +
                                                        +
                                                        FlySafeDatabaseInfo +
                                                        ILTEManager @@ -488,6 +504,10 @@
                                                        RealTimeTransimissionStateListener
                                                        +
                                                        MegaphoneInfoListener +
                                                        +
                                                        MegaphoneInfo +
                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                        UARegistrationNumberStatusListener
                                                        +
                                                        OperatorRegistrationNumberStatus +
                                                        +
                                                        OperatorRegistrationNumberStatusListener +
                                                        +
                                                        RealNameRegistrationStatus +
                                                        +
                                                        RealNameRegistrationStatusListener +
                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/IRTKCenter/IRTKCenter.html b/Docs/Android_API/cn/Components/IRTKCenter/IRTKCenter.html index 8eaa495d..c36e4b7f 100644 --- a/Docs/Android_API/cn/Components/IRTKCenter/IRTKCenter.html +++ b/Docs/Android_API/cn/Components/IRTKCenter/IRTKCenter.html @@ -228,8 +228,6 @@
                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                        +
                                                        ICameraStreamManager + +
                                                        IMediaManager
                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                        FlySafeNotificationListener
                                                        +
                                                        FlySafeDatabaseListener +
                                                        +
                                                        FlySafeDatabaseInfo +
                                                        ILTEManager @@ -488,6 +504,10 @@
                                                        RealTimeTransimissionStateListener
                                                        +
                                                        MegaphoneInfoListener +
                                                        +
                                                        MegaphoneInfo +
                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                        UARegistrationNumberStatusListener
                                                        +
                                                        OperatorRegistrationNumberStatus +
                                                        +
                                                        OperatorRegistrationNumberStatusListener +
                                                        +
                                                        RealNameRegistrationStatus +
                                                        +
                                                        RealNameRegistrationStatusListener +
                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/IRTKCenter/IRTKCenter_RTKBaseListener.html b/Docs/Android_API/cn/Components/IRTKCenter/IRTKCenter_RTKBaseListener.html index dc703517..aa458edd 100644 --- a/Docs/Android_API/cn/Components/IRTKCenter/IRTKCenter_RTKBaseListener.html +++ b/Docs/Android_API/cn/Components/IRTKCenter/IRTKCenter_RTKBaseListener.html @@ -228,8 +228,6 @@
                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                        +
                                                        ICameraStreamManager + +
                                                        IMediaManager
                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                        FlySafeNotificationListener
                                                        +
                                                        FlySafeDatabaseListener +
                                                        +
                                                        FlySafeDatabaseInfo +
                                                        ILTEManager @@ -488,6 +504,10 @@
                                                        RealTimeTransimissionStateListener
                                                        +
                                                        MegaphoneInfoListener +
                                                        +
                                                        MegaphoneInfo +
                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                        UARegistrationNumberStatusListener
                                                        +
                                                        OperatorRegistrationNumberStatus +
                                                        +
                                                        OperatorRegistrationNumberStatusListener +
                                                        +
                                                        RealNameRegistrationStatus +
                                                        +
                                                        RealNameRegistrationStatusListener +
                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/IRTKCenter/IRTKCenter_RTKLocationInfo.html b/Docs/Android_API/cn/Components/IRTKCenter/IRTKCenter_RTKLocationInfo.html index 239f7c43..37900cd8 100644 --- a/Docs/Android_API/cn/Components/IRTKCenter/IRTKCenter_RTKLocationInfo.html +++ b/Docs/Android_API/cn/Components/IRTKCenter/IRTKCenter_RTKLocationInfo.html @@ -228,8 +228,6 @@
                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                        +
                                                        ICameraStreamManager + +
                                                        IMediaManager
                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                        FlySafeNotificationListener
                                                        +
                                                        FlySafeDatabaseListener +
                                                        +
                                                        FlySafeDatabaseInfo +
                                                        ILTEManager @@ -488,6 +504,10 @@
                                                        RealTimeTransimissionStateListener
                                                        +
                                                        MegaphoneInfoListener +
                                                        +
                                                        MegaphoneInfo +
                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                        UARegistrationNumberStatusListener
                                                        +
                                                        OperatorRegistrationNumberStatus +
                                                        +
                                                        OperatorRegistrationNumberStatusListener +
                                                        +
                                                        RealNameRegistrationStatus +
                                                        +
                                                        RealNameRegistrationStatusListener +
                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/IRTKCenter/IRTKCenter_RTKLocationInfoListener.html b/Docs/Android_API/cn/Components/IRTKCenter/IRTKCenter_RTKLocationInfoListener.html index 17528569..8971ae7e 100644 --- a/Docs/Android_API/cn/Components/IRTKCenter/IRTKCenter_RTKLocationInfoListener.html +++ b/Docs/Android_API/cn/Components/IRTKCenter/IRTKCenter_RTKLocationInfoListener.html @@ -228,8 +228,6 @@
                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                        +
                                                        ICameraStreamManager + +
                                                        IMediaManager
                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                        FlySafeNotificationListener
                                                        +
                                                        FlySafeDatabaseListener +
                                                        +
                                                        FlySafeDatabaseInfo +
                                                        ILTEManager @@ -488,6 +504,10 @@
                                                        RealTimeTransimissionStateListener
                                                        +
                                                        MegaphoneInfoListener +
                                                        +
                                                        MegaphoneInfo +
                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                        UARegistrationNumberStatusListener
                                                        +
                                                        OperatorRegistrationNumberStatus +
                                                        +
                                                        OperatorRegistrationNumberStatusListener +
                                                        +
                                                        RealNameRegistrationStatus +
                                                        +
                                                        RealNameRegistrationStatusListener +
                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/IRTKCenter/IRTKCenter_RTKSystemStateListener.html b/Docs/Android_API/cn/Components/IRTKCenter/IRTKCenter_RTKSystemStateListener.html index 6240b896..40c983be 100644 --- a/Docs/Android_API/cn/Components/IRTKCenter/IRTKCenter_RTKSystemStateListener.html +++ b/Docs/Android_API/cn/Components/IRTKCenter/IRTKCenter_RTKSystemStateListener.html @@ -228,8 +228,6 @@
                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                        +
                                                        ICameraStreamManager + +
                                                        IMediaManager
                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                        FlySafeNotificationListener
                                                        +
                                                        FlySafeDatabaseListener +
                                                        +
                                                        FlySafeDatabaseInfo +
                                                        ILTEManager @@ -488,6 +504,10 @@
                                                        RealTimeTransimissionStateListener
                                                        +
                                                        MegaphoneInfoListener +
                                                        +
                                                        MegaphoneInfo +
                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                        UARegistrationNumberStatusListener
                                                        +
                                                        OperatorRegistrationNumberStatus +
                                                        +
                                                        OperatorRegistrationNumberStatusListener +
                                                        +
                                                        RealNameRegistrationStatus +
                                                        +
                                                        RealNameRegistrationStatusListener +
                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/IRTKCenter/IRTKStationManager.html b/Docs/Android_API/cn/Components/IRTKCenter/IRTKStationManager.html index d9a2fe2e..edb94b8b 100644 --- a/Docs/Android_API/cn/Components/IRTKCenter/IRTKStationManager.html +++ b/Docs/Android_API/cn/Components/IRTKCenter/IRTKStationManager.html @@ -228,8 +228,6 @@
                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                        +
                                                        ICameraStreamManager + +
                                                        IMediaManager
                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                        FlySafeNotificationListener
                                                        +
                                                        FlySafeDatabaseListener +
                                                        +
                                                        FlySafeDatabaseInfo +
                                                        ILTEManager @@ -488,6 +504,10 @@
                                                        RealTimeTransimissionStateListener
                                                        +
                                                        MegaphoneInfoListener +
                                                        +
                                                        MegaphoneInfo +
                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                        UARegistrationNumberStatusListener
                                                        +
                                                        OperatorRegistrationNumberStatus +
                                                        +
                                                        OperatorRegistrationNumberStatusListener +
                                                        +
                                                        RealNameRegistrationStatus +
                                                        +
                                                        RealNameRegistrationStatusListener +
                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/IRTKCenter/IRTKStationManager_ConnectedRTKStationInfoListener.html b/Docs/Android_API/cn/Components/IRTKCenter/IRTKStationManager_ConnectedRTKStationInfoListener.html index c1d4f87d..515c53d3 100644 --- a/Docs/Android_API/cn/Components/IRTKCenter/IRTKStationManager_ConnectedRTKStationInfoListener.html +++ b/Docs/Android_API/cn/Components/IRTKCenter/IRTKStationManager_ConnectedRTKStationInfoListener.html @@ -228,8 +228,6 @@
                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                        +
                                                        ICameraStreamManager + +
                                                        IMediaManager
                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                        FlySafeNotificationListener
                                                        +
                                                        FlySafeDatabaseListener +
                                                        +
                                                        FlySafeDatabaseInfo +
                                                        ILTEManager @@ -488,6 +504,10 @@
                                                        RealTimeTransimissionStateListener
                                                        +
                                                        MegaphoneInfoListener +
                                                        +
                                                        MegaphoneInfo +
                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                        UARegistrationNumberStatusListener
                                                        +
                                                        OperatorRegistrationNumberStatus +
                                                        +
                                                        OperatorRegistrationNumberStatusListener +
                                                        +
                                                        RealNameRegistrationStatus +
                                                        +
                                                        RealNameRegistrationStatusListener +
                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/IRTKCenter/IRTKStationManager_ConnectedTKStationInfo.html b/Docs/Android_API/cn/Components/IRTKCenter/IRTKStationManager_ConnectedTKStationInfo.html index e1a627f1..fc087cf7 100644 --- a/Docs/Android_API/cn/Components/IRTKCenter/IRTKStationManager_ConnectedTKStationInfo.html +++ b/Docs/Android_API/cn/Components/IRTKCenter/IRTKStationManager_ConnectedTKStationInfo.html @@ -228,8 +228,6 @@
                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                        +
                                                        ICameraStreamManager + +
                                                        IMediaManager
                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                        FlySafeNotificationListener
                                                        +
                                                        FlySafeDatabaseListener +
                                                        +
                                                        FlySafeDatabaseInfo +
                                                        ILTEManager @@ -488,6 +504,10 @@
                                                        RealTimeTransimissionStateListener
                                                        +
                                                        MegaphoneInfoListener +
                                                        +
                                                        MegaphoneInfo +
                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                        UARegistrationNumberStatusListener
                                                        +
                                                        OperatorRegistrationNumberStatus +
                                                        +
                                                        OperatorRegistrationNumberStatusListener +
                                                        +
                                                        RealNameRegistrationStatus +
                                                        +
                                                        RealNameRegistrationStatusListener +
                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/IRTKCenter/IRTKStationManager_RTKStationConnectStatusListener.html b/Docs/Android_API/cn/Components/IRTKCenter/IRTKStationManager_RTKStationConnectStatusListener.html index c66ceeeb..70749dfa 100644 --- a/Docs/Android_API/cn/Components/IRTKCenter/IRTKStationManager_RTKStationConnectStatusListener.html +++ b/Docs/Android_API/cn/Components/IRTKCenter/IRTKStationManager_RTKStationConnectStatusListener.html @@ -228,8 +228,6 @@
                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                        +
                                                        ICameraStreamManager + +
                                                        IMediaManager
                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                        FlySafeNotificationListener
                                                        +
                                                        FlySafeDatabaseListener +
                                                        +
                                                        FlySafeDatabaseInfo +
                                                        ILTEManager @@ -488,6 +504,10 @@
                                                        RealTimeTransimissionStateListener
                                                        +
                                                        MegaphoneInfoListener +
                                                        +
                                                        MegaphoneInfo +
                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                        UARegistrationNumberStatusListener
                                                        +
                                                        OperatorRegistrationNumberStatus +
                                                        +
                                                        OperatorRegistrationNumberStatusListener +
                                                        +
                                                        RealNameRegistrationStatus +
                                                        +
                                                        RealNameRegistrationStatusListener +
                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/IRTKCenter/IRTKStationManager_SearchStationListener.html b/Docs/Android_API/cn/Components/IRTKCenter/IRTKStationManager_SearchStationListener.html index 1b4bfc34..c4d831be 100644 --- a/Docs/Android_API/cn/Components/IRTKCenter/IRTKStationManager_SearchStationListener.html +++ b/Docs/Android_API/cn/Components/IRTKCenter/IRTKStationManager_SearchStationListener.html @@ -228,8 +228,6 @@
                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                        +
                                                        ICameraStreamManager + +
                                                        IMediaManager
                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                        FlySafeNotificationListener
                                                        +
                                                        FlySafeDatabaseListener +
                                                        +
                                                        FlySafeDatabaseInfo +
                                                        ILTEManager @@ -488,6 +504,10 @@
                                                        RealTimeTransimissionStateListener
                                                        +
                                                        MegaphoneInfoListener +
                                                        +
                                                        MegaphoneInfo +
                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                        UARegistrationNumberStatusListener
                                                        +
                                                        OperatorRegistrationNumberStatus +
                                                        +
                                                        OperatorRegistrationNumberStatusListener +
                                                        +
                                                        RealNameRegistrationStatus +
                                                        +
                                                        RealNameRegistrationStatusListener +
                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/IRTKCenter/IRTKStationManager_StationConnectStatusListener.html b/Docs/Android_API/cn/Components/IRTKCenter/IRTKStationManager_StationConnectStatusListener.html index 95869c75..9d4c7694 100644 --- a/Docs/Android_API/cn/Components/IRTKCenter/IRTKStationManager_StationConnectStatusListener.html +++ b/Docs/Android_API/cn/Components/IRTKCenter/IRTKStationManager_StationConnectStatusListener.html @@ -228,8 +228,6 @@
                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                        +
                                                        ICameraStreamManager + +
                                                        IMediaManager
                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                        FlySafeNotificationListener
                                                        +
                                                        FlySafeDatabaseListener +
                                                        +
                                                        FlySafeDatabaseInfo +
                                                        ILTEManager @@ -488,6 +504,10 @@
                                                        RealTimeTransimissionStateListener
                                                        +
                                                        MegaphoneInfoListener +
                                                        +
                                                        MegaphoneInfo +
                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                        UARegistrationNumberStatusListener
                                                        +
                                                        OperatorRegistrationNumberStatus +
                                                        +
                                                        OperatorRegistrationNumberStatusListener +
                                                        +
                                                        RealNameRegistrationStatus +
                                                        +
                                                        RealNameRegistrationStatusListener +
                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/IRTKCenter/RTKCenter_RTKSystemState.html b/Docs/Android_API/cn/Components/IRTKCenter/RTKCenter_RTKSystemState.html index d5920636..df171242 100644 --- a/Docs/Android_API/cn/Components/IRTKCenter/RTKCenter_RTKSystemState.html +++ b/Docs/Android_API/cn/Components/IRTKCenter/RTKCenter_RTKSystemState.html @@ -228,8 +228,6 @@
                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                        +
                                                        ICameraStreamManager + +
                                                        IMediaManager
                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                        FlySafeNotificationListener
                                                        +
                                                        FlySafeDatabaseListener +
                                                        +
                                                        FlySafeDatabaseInfo +
                                                        ILTEManager @@ -488,6 +504,10 @@
                                                        RealTimeTransimissionStateListener
                                                        +
                                                        MegaphoneInfoListener +
                                                        +
                                                        MegaphoneInfo +
                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                        UARegistrationNumberStatusListener
                                                        +
                                                        OperatorRegistrationNumberStatus +
                                                        +
                                                        OperatorRegistrationNumberStatusListener +
                                                        +
                                                        RealNameRegistrationStatus +
                                                        +
                                                        RealNameRegistrationStatusListener +
                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/IRTKCenter/Value_RtkBaseStation_Struct_RTKBaseStationConnectInfo.html b/Docs/Android_API/cn/Components/IRTKCenter/Value_RtkBaseStation_Struct_RTKBaseStationConnectInfo.html index 1ad57ee6..bf639da9 100644 --- a/Docs/Android_API/cn/Components/IRTKCenter/Value_RtkBaseStation_Struct_RTKBaseStationConnectInfo.html +++ b/Docs/Android_API/cn/Components/IRTKCenter/Value_RtkBaseStation_Struct_RTKBaseStationConnectInfo.html @@ -228,8 +228,6 @@
                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                        +
                                                        ICameraStreamManager + +
                                                        IMediaManager
                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                        FlySafeNotificationListener
                                                        +
                                                        FlySafeDatabaseListener +
                                                        +
                                                        FlySafeDatabaseInfo +
                                                        ILTEManager @@ -488,6 +504,10 @@
                                                        RealTimeTransimissionStateListener
                                                        +
                                                        MegaphoneInfoListener +
                                                        +
                                                        MegaphoneInfo +
                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                        UARegistrationNumberStatusListener
                                                        +
                                                        OperatorRegistrationNumberStatus +
                                                        +
                                                        OperatorRegistrationNumberStatusListener +
                                                        +
                                                        RealNameRegistrationStatus +
                                                        +
                                                        RealNameRegistrationStatusListener +
                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/IRTKCenter/Value_RtkBaseStation_Struct_RTKCustomNetworkSetting.html b/Docs/Android_API/cn/Components/IRTKCenter/Value_RtkBaseStation_Struct_RTKCustomNetworkSetting.html index 16f90ff8..72aa8f36 100644 --- a/Docs/Android_API/cn/Components/IRTKCenter/Value_RtkBaseStation_Struct_RTKCustomNetworkSetting.html +++ b/Docs/Android_API/cn/Components/IRTKCenter/Value_RtkBaseStation_Struct_RTKCustomNetworkSetting.html @@ -228,8 +228,6 @@
                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                        +
                                                        ICameraStreamManager + +
                                                        IMediaManager
                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                        FlySafeNotificationListener
                                                        +
                                                        FlySafeDatabaseListener +
                                                        +
                                                        FlySafeDatabaseInfo +
                                                        ILTEManager @@ -488,6 +504,10 @@
                                                        RealTimeTransimissionStateListener
                                                        +
                                                        MegaphoneInfoListener +
                                                        +
                                                        MegaphoneInfo +
                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                        UARegistrationNumberStatusListener
                                                        +
                                                        OperatorRegistrationNumberStatus +
                                                        +
                                                        OperatorRegistrationNumberStatusListener +
                                                        +
                                                        RealNameRegistrationStatus +
                                                        +
                                                        RealNameRegistrationStatusListener +
                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/IRTKCenter/Value_RtkMobileStation_Struct_RTKLocation.html b/Docs/Android_API/cn/Components/IRTKCenter/Value_RtkMobileStation_Struct_RTKLocation.html index 73c0a8d4..27391787 100644 --- a/Docs/Android_API/cn/Components/IRTKCenter/Value_RtkMobileStation_Struct_RTKLocation.html +++ b/Docs/Android_API/cn/Components/IRTKCenter/Value_RtkMobileStation_Struct_RTKLocation.html @@ -228,8 +228,6 @@
                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                        +
                                                        ICameraStreamManager + +
                                                        IMediaManager
                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                        FlySafeNotificationListener
                                                        +
                                                        FlySafeDatabaseListener +
                                                        +
                                                        FlySafeDatabaseInfo +
                                                        ILTEManager @@ -488,6 +504,10 @@
                                                        RealTimeTransimissionStateListener
                                                        +
                                                        MegaphoneInfoListener +
                                                        +
                                                        MegaphoneInfo +
                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                        UARegistrationNumberStatusListener
                                                        +
                                                        OperatorRegistrationNumberStatus +
                                                        +
                                                        OperatorRegistrationNumberStatusListener +
                                                        +
                                                        RealNameRegistrationStatus +
                                                        +
                                                        RealNameRegistrationStatusListener +
                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/IRTKCenter/Value_RtkMobileStation_Struct_RTKReceiverInfo.html b/Docs/Android_API/cn/Components/IRTKCenter/Value_RtkMobileStation_Struct_RTKReceiverInfo.html index 5b7868cd..df122614 100644 --- a/Docs/Android_API/cn/Components/IRTKCenter/Value_RtkMobileStation_Struct_RTKReceiverInfo.html +++ b/Docs/Android_API/cn/Components/IRTKCenter/Value_RtkMobileStation_Struct_RTKReceiverInfo.html @@ -228,8 +228,6 @@
                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                        +
                                                        ICameraStreamManager + +
                                                        IMediaManager
                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                        FlySafeNotificationListener
                                                        +
                                                        FlySafeDatabaseListener +
                                                        +
                                                        FlySafeDatabaseInfo +
                                                        ILTEManager @@ -488,6 +504,10 @@
                                                        RealTimeTransimissionStateListener
                                                        +
                                                        MegaphoneInfoListener +
                                                        +
                                                        MegaphoneInfo +
                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                        UARegistrationNumberStatusListener
                                                        +
                                                        OperatorRegistrationNumberStatus +
                                                        +
                                                        OperatorRegistrationNumberStatusListener +
                                                        +
                                                        RealNameRegistrationStatus +
                                                        +
                                                        RealNameRegistrationStatusListener +
                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/IRTKCenter/Value_RtkMobileStation_Struct_RTKSatelliteInfo.html b/Docs/Android_API/cn/Components/IRTKCenter/Value_RtkMobileStation_Struct_RTKSatelliteInfo.html index 670e68d2..12351e78 100644 --- a/Docs/Android_API/cn/Components/IRTKCenter/Value_RtkMobileStation_Struct_RTKSatelliteInfo.html +++ b/Docs/Android_API/cn/Components/IRTKCenter/Value_RtkMobileStation_Struct_RTKSatelliteInfo.html @@ -228,8 +228,6 @@
                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                        +
                                                        ICameraStreamManager + +
                                                        IMediaManager
                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                        FlySafeNotificationListener
                                                        +
                                                        FlySafeDatabaseListener +
                                                        +
                                                        FlySafeDatabaseInfo +
                                                        ILTEManager @@ -488,6 +504,10 @@
                                                        RealTimeTransimissionStateListener
                                                        +
                                                        MegaphoneInfoListener +
                                                        +
                                                        MegaphoneInfo +
                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                        UARegistrationNumberStatusListener
                                                        +
                                                        OperatorRegistrationNumberStatus +
                                                        +
                                                        OperatorRegistrationNumberStatusListener +
                                                        +
                                                        RealNameRegistrationStatus +
                                                        +
                                                        RealNameRegistrationStatusListener +
                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/ISDKManager/ISDKManager.html b/Docs/Android_API/cn/Components/ISDKManager/ISDKManager.html index dbf6b5da..849ac71c 100644 --- a/Docs/Android_API/cn/Components/ISDKManager/ISDKManager.html +++ b/Docs/Android_API/cn/Components/ISDKManager/ISDKManager.html @@ -228,8 +228,6 @@
                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                        +
                                                        ICameraStreamManager + +
                                                        IMediaManager
                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                        FlySafeNotificationListener
                                                        +
                                                        FlySafeDatabaseListener +
                                                        +
                                                        FlySafeDatabaseInfo +
                                                        ILTEManager @@ -488,6 +504,10 @@
                                                        RealTimeTransimissionStateListener
                                                        +
                                                        MegaphoneInfoListener +
                                                        +
                                                        MegaphoneInfo +
                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                        UARegistrationNumberStatusListener
                                                        +
                                                        OperatorRegistrationNumberStatus +
                                                        +
                                                        OperatorRegistrationNumberStatusListener +
                                                        +
                                                        RealNameRegistrationStatus +
                                                        +
                                                        RealNameRegistrationStatusListener +
                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/ISDKManager/ISDKManager_SDKManagerCallback.html b/Docs/Android_API/cn/Components/ISDKManager/ISDKManager_SDKManagerCallback.html index 026fe88e..5c7038f8 100644 --- a/Docs/Android_API/cn/Components/ISDKManager/ISDKManager_SDKManagerCallback.html +++ b/Docs/Android_API/cn/Components/ISDKManager/ISDKManager_SDKManagerCallback.html @@ -228,8 +228,6 @@
                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                        +
                                                        ICameraStreamManager + +
                                                        IMediaManager
                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                        FlySafeNotificationListener
                                                        +
                                                        FlySafeDatabaseListener +
                                                        +
                                                        FlySafeDatabaseInfo +
                                                        ILTEManager @@ -488,6 +504,10 @@
                                                        RealTimeTransimissionStateListener
                                                        +
                                                        MegaphoneInfoListener +
                                                        +
                                                        MegaphoneInfo +
                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                        UARegistrationNumberStatusListener
                                                        +
                                                        OperatorRegistrationNumberStatus +
                                                        +
                                                        OperatorRegistrationNumberStatusListener +
                                                        +
                                                        RealNameRegistrationStatus +
                                                        +
                                                        RealNameRegistrationStatusListener +
                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/ISimulatorManager/ISimulatorManager.html b/Docs/Android_API/cn/Components/ISimulatorManager/ISimulatorManager.html index 3d8e7580..2df66132 100644 --- a/Docs/Android_API/cn/Components/ISimulatorManager/ISimulatorManager.html +++ b/Docs/Android_API/cn/Components/ISimulatorManager/ISimulatorManager.html @@ -228,8 +228,6 @@
                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                        +
                                                        ICameraStreamManager + +
                                                        IMediaManager
                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                        FlySafeNotificationListener
                                                        +
                                                        FlySafeDatabaseListener +
                                                        +
                                                        FlySafeDatabaseInfo +
                                                        ILTEManager @@ -488,6 +504,10 @@
                                                        RealTimeTransimissionStateListener
                                                        +
                                                        MegaphoneInfoListener +
                                                        +
                                                        MegaphoneInfo +
                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                        UARegistrationNumberStatusListener
                                                        +
                                                        OperatorRegistrationNumberStatus +
                                                        +
                                                        OperatorRegistrationNumberStatusListener +
                                                        +
                                                        RealNameRegistrationStatus +
                                                        +
                                                        RealNameRegistrationStatusListener +
                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/ISimulatorManager/ISimulatorManager_InitializationSettings.html b/Docs/Android_API/cn/Components/ISimulatorManager/ISimulatorManager_InitializationSettings.html index 49456e7c..b25d90fc 100644 --- a/Docs/Android_API/cn/Components/ISimulatorManager/ISimulatorManager_InitializationSettings.html +++ b/Docs/Android_API/cn/Components/ISimulatorManager/ISimulatorManager_InitializationSettings.html @@ -228,8 +228,6 @@
                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                        +
                                                        ICameraStreamManager + +
                                                        IMediaManager
                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                        FlySafeNotificationListener
                                                        +
                                                        FlySafeDatabaseListener +
                                                        +
                                                        FlySafeDatabaseInfo +
                                                        ILTEManager @@ -488,6 +504,10 @@
                                                        RealTimeTransimissionStateListener
                                                        +
                                                        MegaphoneInfoListener +
                                                        +
                                                        MegaphoneInfo +
                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                        UARegistrationNumberStatusListener
                                                        +
                                                        OperatorRegistrationNumberStatus +
                                                        +
                                                        OperatorRegistrationNumberStatusListener +
                                                        +
                                                        RealNameRegistrationStatus +
                                                        +
                                                        RealNameRegistrationStatusListener +
                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/ISimulatorManager/ISimulatorManager_SimulatorState.html b/Docs/Android_API/cn/Components/ISimulatorManager/ISimulatorManager_SimulatorState.html index f065a2ac..5058e95e 100644 --- a/Docs/Android_API/cn/Components/ISimulatorManager/ISimulatorManager_SimulatorState.html +++ b/Docs/Android_API/cn/Components/ISimulatorManager/ISimulatorManager_SimulatorState.html @@ -228,8 +228,6 @@
                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                        +
                                                        ICameraStreamManager + +
                                                        IMediaManager
                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                        FlySafeNotificationListener
                                                        +
                                                        FlySafeDatabaseListener +
                                                        +
                                                        FlySafeDatabaseInfo +
                                                        ILTEManager @@ -488,6 +504,10 @@
                                                        RealTimeTransimissionStateListener
                                                        +
                                                        MegaphoneInfoListener +
                                                        +
                                                        MegaphoneInfo +
                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                        UARegistrationNumberStatusListener
                                                        +
                                                        OperatorRegistrationNumberStatus +
                                                        +
                                                        OperatorRegistrationNumberStatusListener +
                                                        +
                                                        RealNameRegistrationStatus +
                                                        +
                                                        RealNameRegistrationStatusListener +
                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/ISimulatorManager/ISimulatorManager_SimulatorStatusListener.html b/Docs/Android_API/cn/Components/ISimulatorManager/ISimulatorManager_SimulatorStatusListener.html index c8a4ecb7..5477df7f 100644 --- a/Docs/Android_API/cn/Components/ISimulatorManager/ISimulatorManager_SimulatorStatusListener.html +++ b/Docs/Android_API/cn/Components/ISimulatorManager/ISimulatorManager_SimulatorStatusListener.html @@ -228,8 +228,6 @@
                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                        +
                                                        ICameraStreamManager + +
                                                        IMediaManager
                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                        FlySafeNotificationListener
                                                        +
                                                        FlySafeDatabaseListener +
                                                        +
                                                        FlySafeDatabaseInfo +
                                                        ILTEManager @@ -488,6 +504,10 @@
                                                        RealTimeTransimissionStateListener
                                                        +
                                                        MegaphoneInfoListener +
                                                        +
                                                        MegaphoneInfo +
                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                        UARegistrationNumberStatusListener
                                                        +
                                                        OperatorRegistrationNumberStatus +
                                                        +
                                                        OperatorRegistrationNumberStatusListener +
                                                        +
                                                        RealNameRegistrationStatus +
                                                        +
                                                        RealNameRegistrationStatusListener +
                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/IUASRemoteIDManager/IUASRemoteIDManager.html b/Docs/Android_API/cn/Components/IUASRemoteIDManager/IUASRemoteIDManager.html index 294d70ee..31da3d3d 100644 --- a/Docs/Android_API/cn/Components/IUASRemoteIDManager/IUASRemoteIDManager.html +++ b/Docs/Android_API/cn/Components/IUASRemoteIDManager/IUASRemoteIDManager.html @@ -228,8 +228,6 @@
                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                        +
                                                        ICameraStreamManager + +
                                                        IMediaManager
                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                        FlySafeNotificationListener
                                                        +
                                                        FlySafeDatabaseListener +
                                                        +
                                                        FlySafeDatabaseInfo +
                                                        ILTEManager @@ -488,6 +504,10 @@
                                                        RealTimeTransimissionStateListener
                                                        +
                                                        MegaphoneInfoListener +
                                                        +
                                                        MegaphoneInfo +
                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                        UARegistrationNumberStatusListener
                                                        +
                                                        OperatorRegistrationNumberStatus +
                                                        +
                                                        OperatorRegistrationNumberStatusListener +
                                                        +
                                                        RealNameRegistrationStatus +
                                                        +
                                                        RealNameRegistrationStatusListener +
                                                        ILDMManager @@ -589,20 +617,20 @@

                                                        国家区域码

                                                        IDJIError setAreaCode(AreaCode areaCode)
                                                        包:dji.v5.manager.interfaces
                                                        描述:
                                                        -

                                                        设置国家区域码,设置了相应的国家区域码以后才能使用该国家或地区支持的无人机远程识别(RID)功能。

                                                        目前支持的国家或地区列表和支持的功能列表如下:

                                                      • 美国:无人机远程识别广播
                                                      • 日本:无人机远程识别广播, 无人机注册码
                                                      • 法国:EID开关

                                                      • 注意:
                                                        该接口从MSDK 5.3.0版本开始废弃。请调用setUASRemoteIDAreaStrategy代替此功能。


                                                        MSDK 5.0.0开始支持

                                                        +

                                                        设置国家区域码,设置了相应的国家区域码以后才能使用该国家或地区支持的无人机远程识别(RID)功能。

                                                        目前支持的国家或地区列表和支持的功能列表如下:

                                                      • 美国:无人机远程识别广播
                                                      • 日本:无人机远程识别广播, 无人机注册码
                                                      • 法国:EID开关

                                                      • 注意:
                                                        该接口从MSDK 5.3.0版本开始废弃。请调用setUASRemoteIDAreaStrategy代替此功能。


                                                        MSDK 5.0.0开始支持

                                                        输入参数:
                                                        AreaCode areaCode国家区域码
                                                        返回值:
                                                        IDJIError返回设置国家区域码的执行结果。


                                                        国家区域策略

                                                        -
                                                        +
                                                        method setUASRemoteIDAreaStrategy
                                                        IDJIError setUASRemoteIDAreaStrategy(AreaStrategy strategy)
                                                        包:dji.v5.manager.interfaces
                                                        描述:
                                                        -

                                                        设置国家区域策略,设置了相应的国家区域策略以后才能使用该国家或地区支持的无人机远程识别(RID)功能。MSDK在获取到当前所在地区的国家区域码后,会默认设置相应的国家区域策略。如果你需要设置其他国家区域策略进行开发调试,可以调用此接口设置相应的国家区域码。

                                                        目前支持的国家或地区列表和支持策略如下:

                                                      • 美国:无人机远程识别广播
                                                      • 日本:无人机远程识别广播, 无人机注册码
                                                      • 法国:EID开关


                                                      • MSDK 5.3.0开始支持

                                                        +

                                                        设置国家区域策略,设置了相应的国家区域策略以后才能使用该国家或地区支持的无人机远程识别(RID)功能。MSDK在获取到当前所在地区的国家区域码后,会默认设置相应的国家区域策略。如果你需要设置其他国家区域策略进行开发调试,可以调用此接口设置相应的国家区域码。

                                                        目前支持的国家或地区列表和支持策略如下:

                                                      • 美国:无人机远程识别广播
                                                      • 欧盟:无人机远程识别广播, 操作者注册码
                                                      • 日本:无人机远程识别广播, 无人机注册码
                                                      • 中国:实名制
                                                      • 法国:EID开关


                                                      • MSDK 5.3.0开始支持

                                                        输入参数:
                                                        AreaStrategy strategy国家区域策略
                                                        返回值:
                                                        @@ -615,7 +643,7 @@

                                                        无人机远程识别广播

                                                        UASRemoteIDStatus getUASRemoteIDStatus()
                                                        包:dji.v5.manager.interfaces
                                                        描述:
                                                        -

                                                        获取无人机系统远程识别(RID)状态。

                                                        MSDK 5.0.0开始支持

                                                        +

                                                        获取无人机系统远程识别(RID)广播状态。

                                                        MSDK 5.0.0开始支持

                                                        返回值:
                                                        UASRemoteIDStatus返回无人机系统远程识别状态。
                                                        @@ -624,18 +652,18 @@
                                                        返回值:
                                                        void addUASRemoteIDStatusListener(UASRemoteIDStatusListener listener)
                                                        包:dji.v5.manager.interfaces
                                                        描述:
                                                        -

                                                        添加无人机系统远程识别状态的监听器。

                                                        MSDK 5.0.0开始支持

                                                        +

                                                        添加无人机系统远程识别广播状态的监听器。

                                                        MSDK 5.0.0开始支持

                                                        输入参数:
                                                        -
                                                        UASRemoteIDStatusListener listener无人机系统远程识别状态的监听器
                                                        +
                                                        UASRemoteIDStatusListener listener无人机系统远程识别广播状态的监听器
                                                        method removeUASRemoteIDStatusListener
                                                        void removeUASRemoteIDStatusListener(UASRemoteIDStatusListener listener)
                                                        包:dji.v5.manager.interfaces
                                                        描述:
                                                        -

                                                        移除无人机系统远程识别状态的监听器。

                                                        MSDK 5.0.0开始支持

                                                        +

                                                        移除无人机系统远程识别广播状态的监听器。

                                                        MSDK 5.0.0开始支持

                                                        输入参数:
                                                        -
                                                        UASRemoteIDStatusListener listener无人机系统远程识别状态的监听器
                                                        +
                                                        UASRemoteIDStatusListener listener无人机系统远程识别广播状态的监听器
                                                        method clearUASRemoteIDStatusListener
                                                        @@ -698,7 +726,7 @@

                                                        无人机注册码

                                                        void setUARegistrationNumber(String number, @NonNull CommonCallbacks.CompletionCallback callback)
                                                        包:dji.v5.manager.interfaces
                                                        描述:
                                                        -

                                                        设置无人机注册码。需要根据各国的无人机管制政策法规进行设置。

                                                      • 日本无人机注册码申请入口:https://www.dips.mlit.go.jp,无人机注册码的格式为:{"registration_code":"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx","key_info":"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx","nonce_info":"xxxxxxxxxxxx"},设置了无人机注册码以后,isBroadcastRemoteIdEnabled将会被开启。


                                                      • MSDK 5.0.0开始支持

                                                        +

                                                        设置无人机注册码。需要根据各国的无人机管制政策法规进行设置。

                                                      • 日本无人机注册码申请入口: https://www.dips.mlit.go.jp,无人机注册码的格式为:{"registration_code":"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx","key_info":"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx","nonce_info":"xxxxxxxxxxxx"},设置了无人机注册码以后,isBroadcastRemoteIdEnabled将会被开启。


                                                      • MSDK 5.0.0开始支持

                                                        输入参数:
                                                        String number无人机注册码信息。
                                                        @NonNull CommonCallbacks.CompletionCallback callback返回执行结果的回调。
                                                        @@ -737,17 +765,100 @@
                                                        描述:

                                                        移除所有无人机注册码状态的监听器。

                                                        MSDK 5.0.0开始支持


                                                        +

                                                        操作者注册码

                                                        +
                                                        +
                                                        method setOperatorRegistrationNumber
                                                        + +
                                                        void setOperatorRegistrationNumber(String number,  @NonNull CommonCallbacks.CompletionCallback callback)
                                                        +
                                                        包:dji.v5.manager.interfaces
                                                        +
                                                        描述:
                                                        +

                                                        设置操作者注册码。需要根据各国的无人机管制政策法规进行申请和设置。

                                                      • 欧盟操作者注册码申请入口:https://www.easa.europa.eu/en/domains/civil-drones/naa,设置了操作者注册码以后,isBroadcastRemoteIdEnabled将会被开启。


                                                      • MSDK 5.8.0开始支持

                                                        +
                                                        输入参数:
                                                        +
                                                        String number操作者注册码信息。
                                                        @NonNull CommonCallbacks.CompletionCallback callback返回执行结果的回调。
                                                        +
                                                        +
                                                        method getOperatorRegistrationNumber
                                                        + +
                                                        void getOperatorRegistrationNumber(@NonNull CommonCallbacks.CompletionCallbackWithParam<String> callback)
                                                        +
                                                        包:dji.v5.manager.interfaces
                                                        +
                                                        描述:
                                                        +

                                                        获取设置的操作者注册码。

                                                        MSDK 5.8.0开始支持

                                                        +
                                                        输入参数:
                                                        +
                                                        @NonNull CommonCallbacks.CompletionCallbackWithParam<String> callback返回执行结果的回调。
                                                        +
                                                        +
                                                        method addOperatorRegistrationNumberStatusListener
                                                        + +
                                                        void addOperatorRegistrationNumberStatusListener(OperatorRegistrationNumberStatusListener listener)
                                                        +
                                                        包:dji.v5.manager.interfaces
                                                        +
                                                        描述:
                                                        +

                                                        添加操作者注册码状态的监听器。

                                                        MSDK 5.8.0开始支持

                                                        +
                                                        输入参数:
                                                        +
                                                        OperatorRegistrationNumberStatusListener listener操作者注册码状态的监听器
                                                        +
                                                        +
                                                        method removeOperatorRegistrationNumberStatusListener
                                                        + +
                                                        void removeOperatorRegistrationNumberStatusListener(OperatorRegistrationNumberStatusListener listener)
                                                        +
                                                        包:dji.v5.manager.interfaces
                                                        +
                                                        描述:
                                                        +

                                                        移除操作者注册码状态的监听器。

                                                        MSDK 5.8.0开始支持

                                                        +
                                                        输入参数:
                                                        +
                                                        OperatorRegistrationNumberStatusListener listener操作者注册码状态的监听器
                                                        +
                                                        +
                                                        method clearAllOperatorRegistrationNumberStatusListener
                                                        + +
                                                        void clearAllOperatorRegistrationNumberStatusListener()
                                                        +
                                                        包:dji.v5.manager.interfaces
                                                        +
                                                        描述:
                                                        +

                                                        移除所有操作者注册码状态的监听器。

                                                        MSDK 5.8.0开始支持

                                                        +
                                                        +


                                                        +

                                                        实名制

                                                        +
                                                        +
                                                        method addRealNameRegistrationStatusListener
                                                        + +
                                                        void addRealNameRegistrationStatusListener(RealNameRegistrationStatusListener listener)
                                                        +
                                                        包:dji.v5.manager.interfaces
                                                        +
                                                        描述:
                                                        +

                                                        添加实名制状态的监听器。

                                                        MSDK 5.8.0开始支持

                                                        +
                                                        输入参数:
                                                        +
                                                        RealNameRegistrationStatusListener listener实名制状态的监听器
                                                        +
                                                        +
                                                        method removeRealNameRegistrationStatusListener
                                                        + +
                                                        void removeRealNameRegistrationStatusListener(RealNameRegistrationStatusListener listener)
                                                        +
                                                        包:dji.v5.manager.interfaces
                                                        +
                                                        描述:
                                                        +

                                                        移除实名制状态的监听器。

                                                        MSDK 5.8.0开始支持

                                                        +
                                                        输入参数:
                                                        +
                                                        RealNameRegistrationStatusListener listener实名制状态的监听器
                                                        +
                                                        +
                                                        method clearAllRealNameRegistrationStatusListener
                                                        + +
                                                        void clearAllRealNameRegistrationStatusListener()
                                                        +
                                                        包:dji.v5.manager.interfaces
                                                        +
                                                        描述:
                                                        +

                                                        移除所有实名制状态的监听器。

                                                        MSDK 5.8.0开始支持

                                                        +
                                                        +
                                                        +
                                                        method updateRealNameRegistrationStateFromUOM
                                                        + +
                                                        void updateRealNameRegistrationStateFromUOM( CommonCallbacks.CompletionCallback callback)
                                                        +
                                                        包:dji.v5.manager.interfaces
                                                        +
                                                        描述:
                                                        +

                                                        从中国UOM系统上更新实名制状态到飞行器中。应中国大陆的无人驾驶航空器飞行管理条例要求,从2024年1月1日起,任何在此日期后购买激活的飞行无人机在中国大陆飞行,都需要在UOM系统上进行实名制登记,并且需要联网将实名制登记信息更新到无人机中,否则无人机将无法正常起飞。

                                                      • 实名制登记入口:https://uom.caac.gov.cn/#/login,登记了实名制以后可以调用此接口将实名制状态更新到飞行器中。


                                                      • MSDK 5.8.0开始支持

                                                        +
                                                        输入参数:
                                                        +
                                                        CommonCallbacks.CompletionCallback callback返回执行结果的回调。
                                                        +


                                                        enum AreaStrategy
                                                        enum AreaStrategy
                                                        包:dji.v5.manager.aircraft.uas
                                                        -
                                                        描述:
                                                        +
                                                        描述:

                                                        无人机远程识别国家区域策略。

                                                        MSDK 5.3.0开始支持

                                                        Enum Members:
                                                        -
                                                        US_STRATEGY美国策略。
                                                        FRANCE_STRATEGY法国策略。
                                                        JAPAN_STRATEGY日本策略。
                                                        +
                                                        US_STRATEGY美国策略。
                                                        FRANCE_STRATEGY法国策略。
                                                        JAPAN_STRATEGY日本策略。
                                                        EUROPEAN_STRATEGY欧盟策略。
                                                        CHINA_STRATEGY中国策略。
                                                        Class Members:
                                                        @@ -755,14 +866,25 @@
                                                        Class Members:
                                                        enum RemoteIdWorkingState
                                                        包:dji.v5.manager.aircraft.uas
                                                        -
                                                        描述:
                                                        +
                                                        描述:

                                                        无人机远程识别工作状态。

                                                        MSDK 5.1.0开始支持

                                                        Enum Members:
                                                        -
                                                        IDLE空闲,初始化状态。
                                                        WORKING工作中,表示RID正在广播中。
                                                        OPERATOR_LOCATION_LOST_ERROR未工作,因为操作者的位置丢失,导致RID未广播。
                                                        FIRMWARE_ERROR未工作,因为固件错误,导致RID未广播。
                                                        UNKNOWN_ERROR未工作,因为未知错误,导致RID未广播。
                                                        +
                                                        IDLE空闲,初始化状态。
                                                        WORKING工作中,表示RID正在广播中。
                                                        OPERATOR_LOCATION_LOST_ERROR未工作,因为操作者的位置丢失,导致RID未广播。
                                                        FIRMWARE_ERROR未工作,因为固件错误,导致RID未广播。
                                                        NO_BROADCAST未广播。
                                                        NOT_SUPPORTED不支持。
                                                        NOT_SUPPORTED未工作,因为未知错误,导致RID未广播。
                                                        Class Members:
                                                        - +
                                                        +
                                                        enum RealNameRegistrationState
                                                        + +
                                                        enum RealNameRegistrationState implements JNIProguardKeepTag
                                                        +
                                                        包:dji.sdk.keyvalue.value.flightcontroller
                                                        +
                                                        描述:
                                                        +

                                                        飞行器中的实名制状态。 +

                                                        MSDK 5.8.0开始支持

                                                        +
                                                        Enum Members:
                                                        +
                                                        NOT_AUTH未认证,飞行器将无法起飞。应中国大陆的无人驾驶航空器飞行管理条例要求,如需要在中国大陆飞行,请在UOM系统上进行实名制登记。
                                                      • 实名制登记入口:https://uom.caac.gov.cn/#/login,登记了实名制以后可以调用此接口将实名制状态更新到飞行器中。
                                                      • VAILD_AUTH已认证,飞行器可以正常起飞。
                                                        CANCELLED未认证的情况下,UOM系统上的登记信息已注销,飞行器将无法起飞。应中国大陆的无人驾驶航空器飞行管理条例要求,如需要在中国大陆飞行,请在UOM系统上进行实名制登记。
                                                      • 实名制登记入口:https://uom.caac.gov.cn/#/login,登记了实名制以后可以调用此接口将实名制状态更新到飞行器中。
                                                      • NETWORK_ERROR网络错误。
                                                        VERIFIED_AND_CANCLLED飞行器已认证后,UOM系统上的状态已注销,飞行器可以正常起飞。应中国大陆的无人驾驶航空器飞行管理条例要求,如需要在中国大陆飞行,请在UOM系统上进行实名制登记。
                                                      • 实名制登记入口:https://uom.caac.gov.cn/#/login,登记了实名制以后可以调用此接口将实名制状态更新到飞行器中。
                                                      • UNSUPPORTED飞行器不支持实名制功能。
                                                        NOT_ACTIVE_YET飞行器未激活,请先用DJI官方APP激活。
                                                        DONT_NEED_CHECK_REALNAME飞行器无需实名制。
                                                        DONT_IN_CHINA_MAINLAND飞行器不在中国大陆。
                                                        +
                                                        Class Members:
                                                        +
                                                        diff --git a/Docs/Android_API/cn/Components/IUASRemoteIDManager/IUASRemoteIDManager_ElectronicIDStatus.html b/Docs/Android_API/cn/Components/IUASRemoteIDManager/IUASRemoteIDManager_ElectronicIDStatus.html index 87f4553f..f146c90c 100644 --- a/Docs/Android_API/cn/Components/IUASRemoteIDManager/IUASRemoteIDManager_ElectronicIDStatus.html +++ b/Docs/Android_API/cn/Components/IUASRemoteIDManager/IUASRemoteIDManager_ElectronicIDStatus.html @@ -228,8 +228,6 @@
                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                        +
                                                        ICameraStreamManager + +
                                                        IMediaManager
                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                        FlySafeNotificationListener
                                                        +
                                                        FlySafeDatabaseListener +
                                                        +
                                                        FlySafeDatabaseInfo +
                                                        ILTEManager @@ -488,6 +504,10 @@
                                                        RealTimeTransimissionStateListener
                                                        +
                                                        MegaphoneInfoListener +
                                                        +
                                                        MegaphoneInfo +
                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                        UARegistrationNumberStatusListener
                                                        +
                                                        OperatorRegistrationNumberStatus +
                                                        +
                                                        OperatorRegistrationNumberStatusListener +
                                                        +
                                                        RealNameRegistrationStatus +
                                                        +
                                                        RealNameRegistrationStatusListener +
                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/IUASRemoteIDManager/IUASRemoteIDManager_ElectronicIDStatusListener.html b/Docs/Android_API/cn/Components/IUASRemoteIDManager/IUASRemoteIDManager_ElectronicIDStatusListener.html index b5926e0d..e6af5973 100644 --- a/Docs/Android_API/cn/Components/IUASRemoteIDManager/IUASRemoteIDManager_ElectronicIDStatusListener.html +++ b/Docs/Android_API/cn/Components/IUASRemoteIDManager/IUASRemoteIDManager_ElectronicIDStatusListener.html @@ -228,8 +228,6 @@
                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                        +
                                                        ICameraStreamManager + +
                                                        IMediaManager
                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                        FlySafeNotificationListener
                                                        +
                                                        FlySafeDatabaseListener +
                                                        +
                                                        FlySafeDatabaseInfo +
                                                        ILTEManager @@ -488,6 +504,10 @@
                                                        RealTimeTransimissionStateListener
                                                        +
                                                        MegaphoneInfoListener +
                                                        +
                                                        MegaphoneInfo +
                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                        UARegistrationNumberStatusListener
                                                        +
                                                        OperatorRegistrationNumberStatus +
                                                        +
                                                        OperatorRegistrationNumberStatusListener +
                                                        +
                                                        RealNameRegistrationStatus +
                                                        +
                                                        RealNameRegistrationStatusListener +
                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/IUASRemoteIDManager/IUASRemoteIDManager_OperatorRegistrationNumberStatus.html b/Docs/Android_API/cn/Components/IUASRemoteIDManager/IUASRemoteIDManager_OperatorRegistrationNumberStatus.html new file mode 100644 index 00000000..d8df887c --- /dev/null +++ b/Docs/Android_API/cn/Components/IUASRemoteIDManager/IUASRemoteIDManager_OperatorRegistrationNumberStatus.html @@ -0,0 +1,686 @@ + + + + + + + DJI Mobile SDK Documentation + + + + +
                                                        +
                                                        +
                                                        +
                                                        +
                                                        +
                                                        +
                                                        + + +
                                                        +
                                                        +
                                                        +
                                                        +
                                                          +
                                                          +
                                                          +
                                                            +
                                                            +
                                                            +
                                                            + +
                                                            +
                                                            +

                                                            class OperatorRegistrationNumberStatus

                                                            +
                                                            class OperatorRegistrationNumberStatus implements KeepProguard
                                                            +
                                                            包:dji.v5.manager.aircraft.uas
                                                            +
                                                            描述:
                                                            +

                                                            操作者注册码状态。 +

                                                            MSDK 5.8.0开始支持

                                                            +
                                                            类成员:
                                                            +
                                                            +
                                                            method isOperatorRegistrationNumberImport
                                                            + +
                                                            boolean isOperatorRegistrationNumberImport()
                                                            +
                                                            包:dji.v5.manager.aircraft.uas
                                                            +
                                                            描述:
                                                            +

                                                            获取操作者注册码是否导入。

                                                            +
                                                            返回值:
                                                            +
                                                            boolean返回操作者注册码是否导入。
                                                            + +
                                                            +
                                                            +
                                                            + +
                                                            + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Docs/Android_API/cn/Components/IUASRemoteIDManager/IUASRemoteIDManager_OperatorRegistrationNumberStatusListener.html b/Docs/Android_API/cn/Components/IUASRemoteIDManager/IUASRemoteIDManager_OperatorRegistrationNumberStatusListener.html new file mode 100644 index 00000000..142f11b2 --- /dev/null +++ b/Docs/Android_API/cn/Components/IUASRemoteIDManager/IUASRemoteIDManager_OperatorRegistrationNumberStatusListener.html @@ -0,0 +1,685 @@ + + + + + + + DJI Mobile SDK Documentation + + + + +
                                                            +
                                                            +
                                                            +
                                                            +
                                                            +
                                                            +
                                                            + + +
                                                            +
                                                            +
                                                            +
                                                            +
                                                              +
                                                              +
                                                              +
                                                                +
                                                                +
                                                                +
                                                                + +
                                                                +
                                                                +

                                                                class OperatorRegistrationNumberStatusListener

                                                                +
                                                                interface OperatorRegistrationNumberStatusListener
                                                                +
                                                                包:dji.v5.manager.aircraft.uas
                                                                +
                                                                描述:
                                                                +

                                                                操作者注册码状态监听器。

                                                                MSDK 5.8.0开始支持

                                                                +
                                                                类成员:
                                                                +
                                                                method
                                                                +
                                                                method onUpdate
                                                                + +
                                                                void onUpdate(OperatorRegistrationNumberStatus operatorRegNumberStatus)
                                                                +
                                                                包:dji.v5.manager.aircraft.uas
                                                                +
                                                                描述:
                                                                +

                                                                当操作者注册码状态发生变化时会回调此方法。

                                                                MSDK 5.8.0开始支持

                                                                +
                                                                输入参数:
                                                                +
                                                                OperatorRegistrationNumberStatus operatorRegNumberStatus操作者注册码状态
                                                                + +
                                                                +
                                                                +
                                                                + +
                                                                + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Docs/Android_API/cn/Components/IUASRemoteIDManager/IUASRemoteIDManager_RealNameRegistrationStatus.html b/Docs/Android_API/cn/Components/IUASRemoteIDManager/IUASRemoteIDManager_RealNameRegistrationStatus.html new file mode 100644 index 00000000..d2f7e687 --- /dev/null +++ b/Docs/Android_API/cn/Components/IUASRemoteIDManager/IUASRemoteIDManager_RealNameRegistrationStatus.html @@ -0,0 +1,686 @@ + + + + + + + DJI Mobile SDK Documentation + + + + +
                                                                +
                                                                +
                                                                +
                                                                +
                                                                +
                                                                +
                                                                + + +
                                                                +
                                                                +
                                                                +
                                                                +
                                                                  +
                                                                  +
                                                                  +
                                                                    +
                                                                    +
                                                                    +
                                                                    + +
                                                                    +
                                                                    +

                                                                    class RealNameRegistrationStatus

                                                                    +
                                                                    class RealNameRegistrationStatus
                                                                    +
                                                                    包:dji.v5.manager.aircraft.uas
                                                                    +
                                                                    描述:
                                                                    +

                                                                    实名制状态类。 +

                                                                    MSDK 5.8.0开始支持

                                                                    +
                                                                    类成员:
                                                                    +
                                                                    +
                                                                    method getRealNameRegistrationStateFromAircraft
                                                                    + +
                                                                    @Keep
                                                                    RealNameRegistrationState getRealNameRegistrationStateFromAircraft()
                                                                    +
                                                                    包:dji.v5.manager.aircraft.uas
                                                                    +
                                                                    描述:
                                                                    +

                                                                    获取飞行器中的实名制状态。

                                                                    +
                                                                    返回值:
                                                                    +
                                                                    RealNameRegistrationState返回飞行器中的实名制状态。
                                                                    + +
                                                                    +
                                                                    +
                                                                    + +
                                                                    + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Docs/Android_API/cn/Components/IUASRemoteIDManager/IUASRemoteIDManager_RealNameRegistrationStatusListener.html b/Docs/Android_API/cn/Components/IUASRemoteIDManager/IUASRemoteIDManager_RealNameRegistrationStatusListener.html new file mode 100644 index 00000000..e45aee4d --- /dev/null +++ b/Docs/Android_API/cn/Components/IUASRemoteIDManager/IUASRemoteIDManager_RealNameRegistrationStatusListener.html @@ -0,0 +1,685 @@ + + + + + + + DJI Mobile SDK Documentation + + + + +
                                                                    +
                                                                    +
                                                                    +
                                                                    +
                                                                    +
                                                                    +
                                                                    + + +
                                                                    +
                                                                    +
                                                                    +
                                                                    +
                                                                      +
                                                                      +
                                                                      +
                                                                        +
                                                                        +
                                                                        +
                                                                        + +
                                                                        +
                                                                        +

                                                                        class RealNameRegistrationStatusListener

                                                                        +
                                                                        interface RealNameRegistrationStatusListener
                                                                        +
                                                                        包:dji.v5.manager.aircraft.uas
                                                                        +
                                                                        描述:
                                                                        +

                                                                        实名制状态监听器。

                                                                        MSDK 5.8.0开始支持

                                                                        +
                                                                        类成员:
                                                                        +
                                                                        method
                                                                        +
                                                                        method onUpdate
                                                                        + +
                                                                        void onUpdate(RealNameRegistrationStatus realNameRegistrationStatus)
                                                                        +
                                                                        包:dji.v5.manager.aircraft.uas
                                                                        +
                                                                        描述:
                                                                        +

                                                                        当实名制状态发生变化时会回调此方法。

                                                                        MSDK 5.8.0开始支持

                                                                        +
                                                                        输入参数:
                                                                        +
                                                                        RealNameRegistrationStatus realNameRegistrationStatus实名制状态
                                                                        + +
                                                                        +
                                                                        +
                                                                        + +
                                                                        + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Docs/Android_API/cn/Components/IUASRemoteIDManager/IUASRemoteIDManager_UARegistrationNumberStatus.html b/Docs/Android_API/cn/Components/IUASRemoteIDManager/IUASRemoteIDManager_UARegistrationNumberStatus.html index 9f22a066..1838cb06 100644 --- a/Docs/Android_API/cn/Components/IUASRemoteIDManager/IUASRemoteIDManager_UARegistrationNumberStatus.html +++ b/Docs/Android_API/cn/Components/IUASRemoteIDManager/IUASRemoteIDManager_UARegistrationNumberStatus.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/IUASRemoteIDManager/IUASRemoteIDManager_UARegistrationNumberStatusListener.html b/Docs/Android_API/cn/Components/IUASRemoteIDManager/IUASRemoteIDManager_UARegistrationNumberStatusListener.html index e1bec586..2709f880 100644 --- a/Docs/Android_API/cn/Components/IUASRemoteIDManager/IUASRemoteIDManager_UARegistrationNumberStatusListener.html +++ b/Docs/Android_API/cn/Components/IUASRemoteIDManager/IUASRemoteIDManager_UARegistrationNumberStatusListener.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/IUASRemoteIDManager/IUASRemoteIDManager_UASRemoteIDStatus.html b/Docs/Android_API/cn/Components/IUASRemoteIDManager/IUASRemoteIDManager_UASRemoteIDStatus.html index 725b3b8f..b2a77cc8 100644 --- a/Docs/Android_API/cn/Components/IUASRemoteIDManager/IUASRemoteIDManager_UASRemoteIDStatus.html +++ b/Docs/Android_API/cn/Components/IUASRemoteIDManager/IUASRemoteIDManager_UASRemoteIDStatus.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager @@ -577,7 +605,7 @@

                                                                        class UASRemoteIDStatus

                                                                        -
                                                                        class UASRemoteIDStatus
                                                                        +
                                                                        @Keep
                                                                        class UASRemoteIDStatus
                                                                        包:dji.v5.manager.aircraft.uas
                                                                        描述:

                                                                        无人机远程识别状态。 @@ -598,9 +626,9 @@

                                                                        返回值:
                                                                        RemoteIdWorkingState getRemoteIdWorkingState()
                                                                        包:dji.v5.manager.aircraft.uas
                                                                        描述:
                                                                        -

                                                                        获取无人机远程识别(RID)的工作状态。

                                                                        +

                                                                        获取无人机远程识别(RID)广播的工作状态。

                                                                        返回值:
                                                                        -
                                                                        RemoteIdWorkingState返回无人机远程识别(RID)的工作状态。
                                                                        +
                                                                        RemoteIdWorkingState返回无人机远程识别(RID)广播的工作状态。
                                                                        diff --git a/Docs/Android_API/cn/Components/IUASRemoteIDManager/IUASRemoteIDManager_UASRemoteIDStatusListener.html b/Docs/Android_API/cn/Components/IUASRemoteIDManager/IUASRemoteIDManager_UASRemoteIDStatusListener.html index 9df8fc17..f74d84e8 100644 --- a/Docs/Android_API/cn/Components/IUASRemoteIDManager/IUASRemoteIDManager_UASRemoteIDStatusListener.html +++ b/Docs/Android_API/cn/Components/IUASRemoteIDManager/IUASRemoteIDManager_UASRemoteIDStatusListener.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager @@ -588,9 +616,9 @@
                                                                        类成员:
                                                                        void onUpdate(UASRemoteIDStatus uasRemoteIDStatus)
                                                                        包:dji.v5.manager.aircraft.uas
                                                                        描述:
                                                                        -

                                                                        当无人机远程识别状态发生变化时会回调此方法。

                                                                        MSDK 5.0.0开始支持

                                                                        +

                                                                        当无人机远程识别广播状态发生变化时会回调此方法。

                                                                        MSDK 5.0.0开始支持

                                                                        输入参数:
                                                                        -
                                                                        UASRemoteIDStatus uasRemoteIDStatus无人机远程识别状态
                                                                        +
                                                                        UASRemoteIDStatus uasRemoteIDStatus无人机远程识别广播状态
                                                                        diff --git a/Docs/Android_API/cn/Components/IUpgradeManager/IUpgradeManager.html b/Docs/Android_API/cn/Components/IUpgradeManager/IUpgradeManager.html index 1f7f0f2b..1a2cc042 100644 --- a/Docs/Android_API/cn/Components/IUpgradeManager/IUpgradeManager.html +++ b/Docs/Android_API/cn/Components/IUpgradeManager/IUpgradeManager.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/IUpgradeManager/IUpgradeManager_FirmwareInformation.html b/Docs/Android_API/cn/Components/IUpgradeManager/IUpgradeManager_FirmwareInformation.html index 374f94c3..6edb9cac 100644 --- a/Docs/Android_API/cn/Components/IUpgradeManager/IUpgradeManager_FirmwareInformation.html +++ b/Docs/Android_API/cn/Components/IUpgradeManager/IUpgradeManager_FirmwareInformation.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/IUpgradeManager/IUpgradeManager_UpgradeInfo.html b/Docs/Android_API/cn/Components/IUpgradeManager/IUpgradeManager_UpgradeInfo.html index 71c8ebb1..3ab4e083 100644 --- a/Docs/Android_API/cn/Components/IUpgradeManager/IUpgradeManager_UpgradeInfo.html +++ b/Docs/Android_API/cn/Components/IUpgradeManager/IUpgradeManager_UpgradeInfo.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/IUpgradeManager/IUpgradeManager_UpgradeInfoListener.html b/Docs/Android_API/cn/Components/IUpgradeManager/IUpgradeManager_UpgradeInfoListener.html index c3e27dd1..bfaf7848 100644 --- a/Docs/Android_API/cn/Components/IUpgradeManager/IUpgradeManager_UpgradeInfoListener.html +++ b/Docs/Android_API/cn/Components/IUpgradeManager/IUpgradeManager_UpgradeInfoListener.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/IUpgradeManager/IUpgradeManager_UpgradeableComponent.html b/Docs/Android_API/cn/Components/IUpgradeManager/IUpgradeManager_UpgradeableComponent.html index 076af8b0..d823f5d1 100644 --- a/Docs/Android_API/cn/Components/IUpgradeManager/IUpgradeManager_UpgradeableComponent.html +++ b/Docs/Android_API/cn/Components/IUpgradeManager/IUpgradeManager_UpgradeableComponent.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/IUpgradeManager/IUpgradeManager_UpgradeableComponentListener.html b/Docs/Android_API/cn/Components/IUpgradeManager/IUpgradeManager_UpgradeableComponentListener.html index 09601fe8..0eb9ddf9 100644 --- a/Docs/Android_API/cn/Components/IUpgradeManager/IUpgradeManager_UpgradeableComponentListener.html +++ b/Docs/Android_API/cn/Components/IUpgradeManager/IUpgradeManager_UpgradeableComponentListener.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/IUserAccountManager/IUserAccountManager.html b/Docs/Android_API/cn/Components/IUserAccountManager/IUserAccountManager.html index d7593805..0d92f340 100644 --- a/Docs/Android_API/cn/Components/IUserAccountManager/IUserAccountManager.html +++ b/Docs/Android_API/cn/Components/IUserAccountManager/IUserAccountManager.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/IUserAccountManager/IUserAccountManager_LoginInfo.html b/Docs/Android_API/cn/Components/IUserAccountManager/IUserAccountManager_LoginInfo.html index 0233b68a..f2c12207 100644 --- a/Docs/Android_API/cn/Components/IUserAccountManager/IUserAccountManager_LoginInfo.html +++ b/Docs/Android_API/cn/Components/IUserAccountManager/IUserAccountManager_LoginInfo.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/IUserAccountManager/IUserAccountManager_LoginInfoUpdateListener.html b/Docs/Android_API/cn/Components/IUserAccountManager/IUserAccountManager_LoginInfoUpdateListener.html index 69d05389..b86e9afc 100644 --- a/Docs/Android_API/cn/Components/IUserAccountManager/IUserAccountManager_LoginInfoUpdateListener.html +++ b/Docs/Android_API/cn/Components/IUserAccountManager/IUserAccountManager_LoginInfoUpdateListener.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/IVirtualStickManager/IVirtualStickManager.html b/Docs/Android_API/cn/Components/IVirtualStickManager/IVirtualStickManager.html index 4d871787..516246ac 100644 --- a/Docs/Android_API/cn/Components/IVirtualStickManager/IVirtualStickManager.html +++ b/Docs/Android_API/cn/Components/IVirtualStickManager/IVirtualStickManager.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/IVirtualStickManager/IVirtualStickManager_DJIStick.html b/Docs/Android_API/cn/Components/IVirtualStickManager/IVirtualStickManager_DJIStick.html index 4163475f..3b3734f1 100644 --- a/Docs/Android_API/cn/Components/IVirtualStickManager/IVirtualStickManager_DJIStick.html +++ b/Docs/Android_API/cn/Components/IVirtualStickManager/IVirtualStickManager_DJIStick.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/IVirtualStickManager/IVirtualStickManager_VirtualStickRange.html b/Docs/Android_API/cn/Components/IVirtualStickManager/IVirtualStickManager_VirtualStickRange.html index d108e157..cafe0b39 100644 --- a/Docs/Android_API/cn/Components/IVirtualStickManager/IVirtualStickManager_VirtualStickRange.html +++ b/Docs/Android_API/cn/Components/IVirtualStickManager/IVirtualStickManager_VirtualStickRange.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/IVirtualStickManager/IVirtualStickManager_VirtualStickState.html b/Docs/Android_API/cn/Components/IVirtualStickManager/IVirtualStickManager_VirtualStickState.html index 618b18c7..771a4513 100644 --- a/Docs/Android_API/cn/Components/IVirtualStickManager/IVirtualStickManager_VirtualStickState.html +++ b/Docs/Android_API/cn/Components/IVirtualStickManager/IVirtualStickManager_VirtualStickState.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/IVirtualStickManager/IVirtualStickManager_VirtualStickStateListener.html b/Docs/Android_API/cn/Components/IVirtualStickManager/IVirtualStickManager_VirtualStickStateListener.html index 9a9c1ec4..76b891f4 100644 --- a/Docs/Android_API/cn/Components/IVirtualStickManager/IVirtualStickManager_VirtualStickStateListener.html +++ b/Docs/Android_API/cn/Components/IVirtualStickManager/IVirtualStickManager_VirtualStickStateListener.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/IVirtualStickManager/Value_FlightController_Struct_VirtualStickFlightControlParam.html b/Docs/Android_API/cn/Components/IVirtualStickManager/Value_FlightController_Struct_VirtualStickFlightControlParam.html index e0be2f6c..0c58e17a 100644 --- a/Docs/Android_API/cn/Components/IVirtualStickManager/Value_FlightController_Struct_VirtualStickFlightControlParam.html +++ b/Docs/Android_API/cn/Components/IVirtualStickManager/Value_FlightController_Struct_VirtualStickFlightControlParam.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/IWaypointMissionManager/IWPMZManager.html b/Docs/Android_API/cn/Components/IWaypointMissionManager/IWPMZManager.html index ff0a0300..143fb9c3 100644 --- a/Docs/Android_API/cn/Components/IWaypointMissionManager/IWPMZManager.html +++ b/Docs/Android_API/cn/Components/IWaypointMissionManager/IWPMZManager.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/IWaypointMissionManager/IWaypointMissionManager.html b/Docs/Android_API/cn/Components/IWaypointMissionManager/IWaypointMissionManager.html index 0740320c..387859af 100644 --- a/Docs/Android_API/cn/Components/IWaypointMissionManager/IWaypointMissionManager.html +++ b/Docs/Android_API/cn/Components/IWaypointMissionManager/IWaypointMissionManager.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager @@ -684,7 +712,7 @@
                                                                        输入参数:
                                                                        List<Integer> getAvailableWaylineIDs(String missionFileName)
                                                                        包:dji.v5.manager.interfaces
                                                                        描述:
                                                                        -

                                                                        返回指定的航线任务文件中可用的航线ID列表。获取到这个ID列表以后可以选择需要执行的航线ID,作为参数传入到startMission执行航线任务。

                                                                        MSDK 5.1.0开始支持

                                                                        +

                                                                        返回指定的航线任务文件中可用的航线ID列表。获取到这个ID列表以后可以选择需要执行的航线ID,作为参数传入到startMission执行航线任务。
                                                                        注意:M300 RTK和M350 RTK只支持1个航线ID。

                                                                        MSDK 5.1.0开始支持

                                                                        输入参数:
                                                                        String missionFileName指定的航线任务文件名。
                                                                        返回值:
                                                                        @@ -695,7 +723,7 @@
                                                                        返回值:
                                                                        void startMission(String missionFileName, List<Integer> waylineIDs, CommonCallbacks.CompletionCallback callback)
                                                                        包:dji.v5.manager.interfaces
                                                                        描述:
                                                                        -

                                                                        开始执行指定的航线ID列表的航线任务。 可通过getAvailableWaylineIDs获取到可用的航线ID列表。获取到这个航线ID列表以后可以选择需要执行的航线ID作为参数传入到此接口,飞行器将按照航线ID列表的顺序依次执行航线任务。如果航线ID列表参数传空或者航线ID列表长度为0,飞行器将执行航线任务中的所有航线。

                                                                        MSDK 5.1.0开始支持

                                                                        +

                                                                        开始执行指定的航线ID列表的航线任务。 可通过getAvailableWaylineIDs获取到可用的航线ID列表。获取到这个航线ID列表以后可以选择需要执行的航线ID作为参数传入到此接口,飞行器将按照航线ID列表的顺序依次执行航线任务。如果航线ID列表参数传空或者航线ID列表长度为0,飞行器将执行航线任务中的所有航线。
                                                                        注意:M300 RTK和M350 RTK只支持1个航线ID。

                                                                        MSDK 5.1.0开始支持

                                                                        输入参数:
                                                                        String missionFileName需要执行的航线任务文件名。
                                                                        List<Integer> waylineIDs需要执行的航线ID列表。
                                                                        CommonCallbacks.CompletionCallback callback返回执行结果的回调。
                                                                        diff --git a/Docs/Android_API/cn/Components/IWaypointMissionManager/IWaypointMissionManager_BreakPointInfo.html b/Docs/Android_API/cn/Components/IWaypointMissionManager/IWaypointMissionManager_BreakPointInfo.html index 9712a799..605f6407 100644 --- a/Docs/Android_API/cn/Components/IWaypointMissionManager/IWaypointMissionManager_BreakPointInfo.html +++ b/Docs/Android_API/cn/Components/IWaypointMissionManager/IWaypointMissionManager_BreakPointInfo.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/IWaypointMissionManager/IWaypointMissionManager_WaylineExecutingInfo.html b/Docs/Android_API/cn/Components/IWaypointMissionManager/IWaypointMissionManager_WaylineExecutingInfo.html index baaaed89..df38f76f 100644 --- a/Docs/Android_API/cn/Components/IWaypointMissionManager/IWaypointMissionManager_WaylineExecutingInfo.html +++ b/Docs/Android_API/cn/Components/IWaypointMissionManager/IWaypointMissionManager_WaylineExecutingInfo.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/IWaypointMissionManager/IWaypointMissionManager_WaylineExecutingInfoListener.html b/Docs/Android_API/cn/Components/IWaypointMissionManager/IWaypointMissionManager_WaylineExecutingInfoListener.html index 9ffbc22a..cf462094 100644 --- a/Docs/Android_API/cn/Components/IWaypointMissionManager/IWaypointMissionManager_WaylineExecutingInfoListener.html +++ b/Docs/Android_API/cn/Components/IWaypointMissionManager/IWaypointMissionManager_WaylineExecutingInfoListener.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/IWaypointMissionManager/IWaypointMissionManager_WaypointActionListener.html b/Docs/Android_API/cn/Components/IWaypointMissionManager/IWaypointMissionManager_WaypointActionListener.html index b7b6f1d7..9ab59cfa 100644 --- a/Docs/Android_API/cn/Components/IWaypointMissionManager/IWaypointMissionManager_WaypointActionListener.html +++ b/Docs/Android_API/cn/Components/IWaypointMissionManager/IWaypointMissionManager_WaypointActionListener.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager @@ -585,7 +613,7 @@
                                                                        类成员:
                                                                        method onExecutionStart
                                                                        -
                                                                        void onExecutionStart(int actionId)
                                                                        +
                                                                        @Deprecated
                                                                        void onExecutionStart(int actionId)
                                                                        包:dji.v5.manager.aircraft.waypoint3
                                                                        描述:

                                                                        当航线动作开始执行时会回调此方法。

                                                                        MSDK 5.6.0开始支持

                                                                        @@ -594,12 +622,30 @@
                                                                        输入参数:
                                                                        method onExecutionFinish
                                                                        -
                                                                        void onExecutionFinish(int actionId, @Nullable IDJIError error)
                                                                        +
                                                                        @Deprecated
                                                                        void onExecutionFinish(int actionId, @Nullable IDJIError error)
                                                                        包:dji.v5.manager.aircraft.waypoint3
                                                                        描述:

                                                                        当航线动作结束执行时会回调此方法。

                                                                        MSDK 5.6.0开始支持

                                                                        输入参数:
                                                                        int actionId结束执行的航线动作ID。
                                                                        @Nullable IDJIError error航线动作执行中断的错误码。
                                                                        +
                                                                        +
                                                                        method onExecutionStart
                                                                        + +
                                                                        void onExecutionStart(int actionGroup , int actionId)
                                                                        +
                                                                        包:dji.v5.manager.aircraft.waypoint3
                                                                        +
                                                                        描述:
                                                                        +

                                                                        当航线动作开始执行时会回调此方法。

                                                                        MSDK 5.8.0开始支持

                                                                        +
                                                                        输入参数:
                                                                        +
                                                                        int actionGroup开始执行的航线动作分组。
                                                                        int actionId开始执行的航线动作ID。
                                                                        +
                                                                        +
                                                                        method onExecutionFinish
                                                                        + +
                                                                        void onExecutionFinish(int actionGroup, int actionId, @Nullable IDJIError error)
                                                                        +
                                                                        包:dji.v5.manager.aircraft.waypoint3
                                                                        +
                                                                        描述:
                                                                        +

                                                                        当航线动作结束执行时会回调此方法。

                                                                        MSDK 5.8.0开始支持

                                                                        +
                                                                        输入参数:
                                                                        +
                                                                        int actionGroup开始执行的航线动作分组。
                                                                        int actionId结束执行的航线动作ID。
                                                                        @Nullable IDJIError error航线动作执行中断的错误码。
                                                                        diff --git a/Docs/Android_API/cn/Components/IWaypointMissionManager/IWaypointMissionManager_WaypointMissionExecuteStateListener.html b/Docs/Android_API/cn/Components/IWaypointMissionManager/IWaypointMissionManager_WaypointMissionExecuteStateListener.html index 89b7bc97..413d891d 100644 --- a/Docs/Android_API/cn/Components/IWaypointMissionManager/IWaypointMissionManager_WaypointMissionExecuteStateListener.html +++ b/Docs/Android_API/cn/Components/IWaypointMissionManager/IWaypointMissionManager_WaypointMissionExecuteStateListener.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/KeyManager/DJIKey.html b/Docs/Android_API/cn/Components/KeyManager/DJIKey.html index 17eb8324..15d9b041 100644 --- a/Docs/Android_API/cn/Components/KeyManager/DJIKey.html +++ b/Docs/Android_API/cn/Components/KeyManager/DJIKey.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/KeyManager/DJIKeyManager.html b/Docs/Android_API/cn/Components/KeyManager/DJIKeyManager.html index 34662e0b..6d4656b2 100644 --- a/Docs/Android_API/cn/Components/KeyManager/DJIKeyManager.html +++ b/Docs/Android_API/cn/Components/KeyManager/DJIKeyManager.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/KeyManager/DJIValue.html b/Docs/Android_API/cn/Components/KeyManager/DJIValue.html index dc629362..135dec0b 100644 --- a/Docs/Android_API/cn/Components/KeyManager/DJIValue.html +++ b/Docs/Android_API/cn/Components/KeyManager/DJIValue.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/KeyManager/Key_Airlink_DJIAirlinkKey.html b/Docs/Android_API/cn/Components/KeyManager/Key_Airlink_DJIAirlinkKey.html index e7d71e12..b48d5722 100644 --- a/Docs/Android_API/cn/Components/KeyManager/Key_Airlink_DJIAirlinkKey.html +++ b/Docs/Android_API/cn/Components/KeyManager/Key_Airlink_DJIAirlinkKey.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/KeyManager/Key_Battery_DJIBatteryKey.html b/Docs/Android_API/cn/Components/KeyManager/Key_Battery_DJIBatteryKey.html index 399200e4..f4ef603c 100644 --- a/Docs/Android_API/cn/Components/KeyManager/Key_Battery_DJIBatteryKey.html +++ b/Docs/Android_API/cn/Components/KeyManager/Key_Battery_DJIBatteryKey.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/KeyManager/Key_Camera_DJICameraKey.html b/Docs/Android_API/cn/Components/KeyManager/Key_Camera_DJICameraKey.html index 1ecbf0d9..3273ab80 100644 --- a/Docs/Android_API/cn/Components/KeyManager/Key_Camera_DJICameraKey.html +++ b/Docs/Android_API/cn/Components/KeyManager/Key_Camera_DJICameraKey.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/KeyManager/Key_FlightAssistant_DJIFlightAssistantKey.html b/Docs/Android_API/cn/Components/KeyManager/Key_FlightAssistant_DJIFlightAssistantKey.html index 5dcd1ea3..5805eb4c 100644 --- a/Docs/Android_API/cn/Components/KeyManager/Key_FlightAssistant_DJIFlightAssistantKey.html +++ b/Docs/Android_API/cn/Components/KeyManager/Key_FlightAssistant_DJIFlightAssistantKey.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/KeyManager/Key_FlightController_DJIFlightControllerKey.html b/Docs/Android_API/cn/Components/KeyManager/Key_FlightController_DJIFlightControllerKey.html index eeb6c950..082ab817 100644 --- a/Docs/Android_API/cn/Components/KeyManager/Key_FlightController_DJIFlightControllerKey.html +++ b/Docs/Android_API/cn/Components/KeyManager/Key_FlightController_DJIFlightControllerKey.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/KeyManager/Key_Gimbal_DJIGimbalKey.html b/Docs/Android_API/cn/Components/KeyManager/Key_Gimbal_DJIGimbalKey.html index 245f5acd..4e3c8df3 100644 --- a/Docs/Android_API/cn/Components/KeyManager/Key_Gimbal_DJIGimbalKey.html +++ b/Docs/Android_API/cn/Components/KeyManager/Key_Gimbal_DJIGimbalKey.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/KeyManager/Key_Product_DJIProductKey.html b/Docs/Android_API/cn/Components/KeyManager/Key_Product_DJIProductKey.html index 512971aa..fda0871e 100644 --- a/Docs/Android_API/cn/Components/KeyManager/Key_Product_DJIProductKey.html +++ b/Docs/Android_API/cn/Components/KeyManager/Key_Product_DJIProductKey.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/KeyManager/Key_RemoteController_DJIRemoteControllerKey.html b/Docs/Android_API/cn/Components/KeyManager/Key_RemoteController_DJIRemoteControllerKey.html index 106ded67..4e0a60dc 100644 --- a/Docs/Android_API/cn/Components/KeyManager/Key_RemoteController_DJIRemoteControllerKey.html +++ b/Docs/Android_API/cn/Components/KeyManager/Key_RemoteController_DJIRemoteControllerKey.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/KeyManager/Key_RtkBaseStation_DJIRtkBaseStationKey.html b/Docs/Android_API/cn/Components/KeyManager/Key_RtkBaseStation_DJIRtkBaseStationKey.html index ad92ea7d..09127e8a 100644 --- a/Docs/Android_API/cn/Components/KeyManager/Key_RtkBaseStation_DJIRtkBaseStationKey.html +++ b/Docs/Android_API/cn/Components/KeyManager/Key_RtkBaseStation_DJIRtkBaseStationKey.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/KeyManager/Value_Accessory_Struct_PlayingAudioFileInfo.html b/Docs/Android_API/cn/Components/KeyManager/Value_Accessory_Struct_PlayingAudioFileInfo.html index b2f503f2..926687b4 100644 --- a/Docs/Android_API/cn/Components/KeyManager/Value_Accessory_Struct_PlayingAudioFileInfo.html +++ b/Docs/Android_API/cn/Components/KeyManager/Value_Accessory_Struct_PlayingAudioFileInfo.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/KeyManager/Value_Airlink_Struct_FrequencyInterference.html b/Docs/Android_API/cn/Components/KeyManager/Value_Airlink_Struct_FrequencyInterference.html index 25f42249..1d0147e6 100644 --- a/Docs/Android_API/cn/Components/KeyManager/Value_Airlink_Struct_FrequencyInterference.html +++ b/Docs/Android_API/cn/Components/KeyManager/Value_Airlink_Struct_FrequencyInterference.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/KeyManager/Value_Battery_Struct_BatteryLedsControlMsg.html b/Docs/Android_API/cn/Components/KeyManager/Value_Battery_Struct_BatteryLedsControlMsg.html index 79ea3a3f..1df30a12 100644 --- a/Docs/Android_API/cn/Components/KeyManager/Value_Battery_Struct_BatteryLedsControlMsg.html +++ b/Docs/Android_API/cn/Components/KeyManager/Value_Battery_Struct_BatteryLedsControlMsg.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/KeyManager/Value_Camera_Struct_CameraHybridZoomSpec.html b/Docs/Android_API/cn/Components/KeyManager/Value_Camera_Struct_CameraHybridZoomSpec.html index 064e33ff..55cdb5c8 100644 --- a/Docs/Android_API/cn/Components/KeyManager/Value_Camera_Struct_CameraHybridZoomSpec.html +++ b/Docs/Android_API/cn/Components/KeyManager/Value_Camera_Struct_CameraHybridZoomSpec.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/KeyManager/Value_Camera_Struct_CameraStorageState.html b/Docs/Android_API/cn/Components/KeyManager/Value_Camera_Struct_CameraStorageState.html index 42242b2e..f1b1e4a1 100644 --- a/Docs/Android_API/cn/Components/KeyManager/Value_Camera_Struct_CameraStorageState.html +++ b/Docs/Android_API/cn/Components/KeyManager/Value_Camera_Struct_CameraStorageState.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/KeyManager/Value_Camera_Struct_CameraStorageStateMsg.html b/Docs/Android_API/cn/Components/KeyManager/Value_Camera_Struct_CameraStorageStateMsg.html index a6977307..f0e3ae5b 100644 --- a/Docs/Android_API/cn/Components/KeyManager/Value_Camera_Struct_CameraStorageStateMsg.html +++ b/Docs/Android_API/cn/Components/KeyManager/Value_Camera_Struct_CameraStorageStateMsg.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/KeyManager/Value_Camera_Struct_CameraStreamSettingsMsg.html b/Docs/Android_API/cn/Components/KeyManager/Value_Camera_Struct_CameraStreamSettingsMsg.html index 08f45cb1..773cb4ad 100644 --- a/Docs/Android_API/cn/Components/KeyManager/Value_Camera_Struct_CameraStreamSettingsMsg.html +++ b/Docs/Android_API/cn/Components/KeyManager/Value_Camera_Struct_CameraStreamSettingsMsg.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/KeyManager/Value_Camera_Struct_CameraWatermarkSettings.html b/Docs/Android_API/cn/Components/KeyManager/Value_Camera_Struct_CameraWatermarkSettings.html index 171aa524..ab9fcb8e 100644 --- a/Docs/Android_API/cn/Components/KeyManager/Value_Camera_Struct_CameraWatermarkSettings.html +++ b/Docs/Android_API/cn/Components/KeyManager/Value_Camera_Struct_CameraWatermarkSettings.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/KeyManager/Value_Camera_Struct_CustomExpandNameSettings.html b/Docs/Android_API/cn/Components/KeyManager/Value_Camera_Struct_CustomExpandNameSettings.html index c6ad3027..e126c922 100644 --- a/Docs/Android_API/cn/Components/KeyManager/Value_Camera_Struct_CustomExpandNameSettings.html +++ b/Docs/Android_API/cn/Components/KeyManager/Value_Camera_Struct_CustomExpandNameSettings.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/KeyManager/Value_Camera_Struct_DateTime.html b/Docs/Android_API/cn/Components/KeyManager/Value_Camera_Struct_DateTime.html index 8d14da2c..6285706a 100644 --- a/Docs/Android_API/cn/Components/KeyManager/Value_Camera_Struct_DateTime.html +++ b/Docs/Android_API/cn/Components/KeyManager/Value_Camera_Struct_DateTime.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/KeyManager/Value_Camera_Struct_GeneratedMediaFileInfo.html b/Docs/Android_API/cn/Components/KeyManager/Value_Camera_Struct_GeneratedMediaFileInfo.html index a59d10e3..288e29cb 100644 --- a/Docs/Android_API/cn/Components/KeyManager/Value_Camera_Struct_GeneratedMediaFileInfo.html +++ b/Docs/Android_API/cn/Components/KeyManager/Value_Camera_Struct_GeneratedMediaFileInfo.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/KeyManager/Value_Camera_Struct_PhotoIntervalShootSettings.html b/Docs/Android_API/cn/Components/KeyManager/Value_Camera_Struct_PhotoIntervalShootSettings.html index f4a4dc80..6a9f3af1 100644 --- a/Docs/Android_API/cn/Components/KeyManager/Value_Camera_Struct_PhotoIntervalShootSettings.html +++ b/Docs/Android_API/cn/Components/KeyManager/Value_Camera_Struct_PhotoIntervalShootSettings.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/KeyManager/Value_Camera_Struct_SuperResolutionStateMsg.html b/Docs/Android_API/cn/Components/KeyManager/Value_Camera_Struct_SuperResolutionStateMsg.html index 5fcea15e..8f5ca595 100644 --- a/Docs/Android_API/cn/Components/KeyManager/Value_Camera_Struct_SuperResolutionStateMsg.html +++ b/Docs/Android_API/cn/Components/KeyManager/Value_Camera_Struct_SuperResolutionStateMsg.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/KeyManager/Value_Camera_Struct_ThermalAreaTemperatureAggregationsMsg.html b/Docs/Android_API/cn/Components/KeyManager/Value_Camera_Struct_ThermalAreaTemperatureAggregationsMsg.html index 2c668b07..c581c3ed 100644 --- a/Docs/Android_API/cn/Components/KeyManager/Value_Camera_Struct_ThermalAreaTemperatureAggregationsMsg.html +++ b/Docs/Android_API/cn/Components/KeyManager/Value_Camera_Struct_ThermalAreaTemperatureAggregationsMsg.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/KeyManager/Value_Camera_Struct_ThermalGainModeTemperatureRangeMsg.html b/Docs/Android_API/cn/Components/KeyManager/Value_Camera_Struct_ThermalGainModeTemperatureRangeMsg.html index 5ba1b3d9..02ce9f43 100644 --- a/Docs/Android_API/cn/Components/KeyManager/Value_Camera_Struct_ThermalGainModeTemperatureRangeMsg.html +++ b/Docs/Android_API/cn/Components/KeyManager/Value_Camera_Struct_ThermalGainModeTemperatureRangeMsg.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/KeyManager/Value_Camera_Struct_VideoResolutionFrameRate.html b/Docs/Android_API/cn/Components/KeyManager/Value_Camera_Struct_VideoResolutionFrameRate.html index 54da6cfe..caf6e492 100644 --- a/Docs/Android_API/cn/Components/KeyManager/Value_Camera_Struct_VideoResolutionFrameRate.html +++ b/Docs/Android_API/cn/Components/KeyManager/Value_Camera_Struct_VideoResolutionFrameRate.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/KeyManager/Value_Camera_Struct_WatermarkDisplayContentSettings.html b/Docs/Android_API/cn/Components/KeyManager/Value_Camera_Struct_WatermarkDisplayContentSettings.html index f2134123..806f5b65 100644 --- a/Docs/Android_API/cn/Components/KeyManager/Value_Camera_Struct_WatermarkDisplayContentSettings.html +++ b/Docs/Android_API/cn/Components/KeyManager/Value_Camera_Struct_WatermarkDisplayContentSettings.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/KeyManager/Value_Common_Struct_Attitude.html b/Docs/Android_API/cn/Components/KeyManager/Value_Common_Struct_Attitude.html index 5e382a46..04c46efa 100644 --- a/Docs/Android_API/cn/Components/KeyManager/Value_Common_Struct_Attitude.html +++ b/Docs/Android_API/cn/Components/KeyManager/Value_Common_Struct_Attitude.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/KeyManager/Value_Common_Struct_Date.html b/Docs/Android_API/cn/Components/KeyManager/Value_Common_Struct_Date.html index c06af4d7..8875ee6c 100644 --- a/Docs/Android_API/cn/Components/KeyManager/Value_Common_Struct_Date.html +++ b/Docs/Android_API/cn/Components/KeyManager/Value_Common_Struct_Date.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/KeyManager/Value_Common_Struct_DoubleMinMax.html b/Docs/Android_API/cn/Components/KeyManager/Value_Common_Struct_DoubleMinMax.html index c606405a..de7eb4e9 100644 --- a/Docs/Android_API/cn/Components/KeyManager/Value_Common_Struct_DoubleMinMax.html +++ b/Docs/Android_API/cn/Components/KeyManager/Value_Common_Struct_DoubleMinMax.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/KeyManager/Value_Common_Struct_DoublePoint2D.html b/Docs/Android_API/cn/Components/KeyManager/Value_Common_Struct_DoublePoint2D.html index 5fd151a2..c4aa4f6b 100644 --- a/Docs/Android_API/cn/Components/KeyManager/Value_Common_Struct_DoublePoint2D.html +++ b/Docs/Android_API/cn/Components/KeyManager/Value_Common_Struct_DoublePoint2D.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/KeyManager/Value_Common_Struct_DoubleRect.html b/Docs/Android_API/cn/Components/KeyManager/Value_Common_Struct_DoubleRect.html index 079cc29c..d014599c 100644 --- a/Docs/Android_API/cn/Components/KeyManager/Value_Common_Struct_DoubleRect.html +++ b/Docs/Android_API/cn/Components/KeyManager/Value_Common_Struct_DoubleRect.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/KeyManager/Value_Common_Struct_IntValueConfig.html b/Docs/Android_API/cn/Components/KeyManager/Value_Common_Struct_IntValueConfig.html index 47cddc5c..4f8cfff2 100644 --- a/Docs/Android_API/cn/Components/KeyManager/Value_Common_Struct_IntValueConfig.html +++ b/Docs/Android_API/cn/Components/KeyManager/Value_Common_Struct_IntValueConfig.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/KeyManager/Value_Common_Struct_LocationCoordinate2D.html b/Docs/Android_API/cn/Components/KeyManager/Value_Common_Struct_LocationCoordinate2D.html index 8fc6ab13..31e1ef5c 100644 --- a/Docs/Android_API/cn/Components/KeyManager/Value_Common_Struct_LocationCoordinate2D.html +++ b/Docs/Android_API/cn/Components/KeyManager/Value_Common_Struct_LocationCoordinate2D.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/KeyManager/Value_Common_Struct_RCAuthorityLockControlMsg.html b/Docs/Android_API/cn/Components/KeyManager/Value_Common_Struct_RCAuthorityLockControlMsg.html index 97aa5d90..b2e3e7d6 100644 --- a/Docs/Android_API/cn/Components/KeyManager/Value_Common_Struct_RCAuthorityLockControlMsg.html +++ b/Docs/Android_API/cn/Components/KeyManager/Value_Common_Struct_RCAuthorityLockControlMsg.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/KeyManager/Value_Common_Struct_RCAuthorityModeMsg.html b/Docs/Android_API/cn/Components/KeyManager/Value_Common_Struct_RCAuthorityModeMsg.html index d9360499..35fe2884 100644 --- a/Docs/Android_API/cn/Components/KeyManager/Value_Common_Struct_RCAuthorityModeMsg.html +++ b/Docs/Android_API/cn/Components/KeyManager/Value_Common_Struct_RCAuthorityModeMsg.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/KeyManager/Value_Common_Struct_RectF.html b/Docs/Android_API/cn/Components/KeyManager/Value_Common_Struct_RectF.html index 1941f2b1..c645e502 100644 --- a/Docs/Android_API/cn/Components/KeyManager/Value_Common_Struct_RectF.html +++ b/Docs/Android_API/cn/Components/KeyManager/Value_Common_Struct_RectF.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/KeyManager/Value_Common_Struct_Velocity3D.html b/Docs/Android_API/cn/Components/KeyManager/Value_Common_Struct_Velocity3D.html index bd3e193a..0c02f900 100644 --- a/Docs/Android_API/cn/Components/KeyManager/Value_Common_Struct_Velocity3D.html +++ b/Docs/Android_API/cn/Components/KeyManager/Value_Common_Struct_Velocity3D.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/KeyManager/Value_FlightController_Struct_GoHomeAssessment.html b/Docs/Android_API/cn/Components/KeyManager/Value_FlightController_Struct_GoHomeAssessment.html index 6a7f816d..cab79fc2 100644 --- a/Docs/Android_API/cn/Components/KeyManager/Value_FlightController_Struct_GoHomeAssessment.html +++ b/Docs/Android_API/cn/Components/KeyManager/Value_FlightController_Struct_GoHomeAssessment.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/KeyManager/Value_FlightController_Struct_IMUState.html b/Docs/Android_API/cn/Components/KeyManager/Value_FlightController_Struct_IMUState.html index b013daac..0a3f7bd4 100644 --- a/Docs/Android_API/cn/Components/KeyManager/Value_FlightController_Struct_IMUState.html +++ b/Docs/Android_API/cn/Components/KeyManager/Value_FlightController_Struct_IMUState.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/KeyManager/Value_FlightController_Struct_LEDsSettings.html b/Docs/Android_API/cn/Components/KeyManager/Value_FlightController_Struct_LEDsSettings.html index c19bb2b7..917408ff 100644 --- a/Docs/Android_API/cn/Components/KeyManager/Value_FlightController_Struct_LEDsSettings.html +++ b/Docs/Android_API/cn/Components/KeyManager/Value_FlightController_Struct_LEDsSettings.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/KeyManager/Value_FlightController_Struct_RemoteControllerFlightModeMsg.html b/Docs/Android_API/cn/Components/KeyManager/Value_FlightController_Struct_RemoteControllerFlightModeMsg.html index 92168c6f..10bf8b09 100644 --- a/Docs/Android_API/cn/Components/KeyManager/Value_FlightController_Struct_RemoteControllerFlightModeMsg.html +++ b/Docs/Android_API/cn/Components/KeyManager/Value_FlightController_Struct_RemoteControllerFlightModeMsg.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/KeyManager/Value_Gimbal_Struct_GimbalAngleRotation.html b/Docs/Android_API/cn/Components/KeyManager/Value_Gimbal_Struct_GimbalAngleRotation.html index f8b57bfa..9edb654b 100644 --- a/Docs/Android_API/cn/Components/KeyManager/Value_Gimbal_Struct_GimbalAngleRotation.html +++ b/Docs/Android_API/cn/Components/KeyManager/Value_Gimbal_Struct_GimbalAngleRotation.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/KeyManager/Value_Gimbal_Struct_GimbalAttitudeRange.html b/Docs/Android_API/cn/Components/KeyManager/Value_Gimbal_Struct_GimbalAttitudeRange.html index 7c162d29..951421e3 100644 --- a/Docs/Android_API/cn/Components/KeyManager/Value_Gimbal_Struct_GimbalAttitudeRange.html +++ b/Docs/Android_API/cn/Components/KeyManager/Value_Gimbal_Struct_GimbalAttitudeRange.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/KeyManager/Value_Gimbal_Struct_GimbalCalibrationState.html b/Docs/Android_API/cn/Components/KeyManager/Value_Gimbal_Struct_GimbalCalibrationState.html index 398d763b..8e381b9c 100644 --- a/Docs/Android_API/cn/Components/KeyManager/Value_Gimbal_Struct_GimbalCalibrationState.html +++ b/Docs/Android_API/cn/Components/KeyManager/Value_Gimbal_Struct_GimbalCalibrationState.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/KeyManager/Value_Gimbal_Struct_GimbalSpeedRotation.html b/Docs/Android_API/cn/Components/KeyManager/Value_Gimbal_Struct_GimbalSpeedRotation.html index 1a165dcd..cfe8cc1f 100644 --- a/Docs/Android_API/cn/Components/KeyManager/Value_Gimbal_Struct_GimbalSpeedRotation.html +++ b/Docs/Android_API/cn/Components/KeyManager/Value_Gimbal_Struct_GimbalSpeedRotation.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/KeyManager/Value_RemoteController_Struct_MultiRCFlightControlAuthOwnerMsg.html b/Docs/Android_API/cn/Components/KeyManager/Value_RemoteController_Struct_MultiRCFlightControlAuthOwnerMsg.html index 10ed141b..bb294d25 100644 --- a/Docs/Android_API/cn/Components/KeyManager/Value_RemoteController_Struct_MultiRCFlightControlAuthOwnerMsg.html +++ b/Docs/Android_API/cn/Components/KeyManager/Value_RemoteController_Struct_MultiRCFlightControlAuthOwnerMsg.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/KeyManager/Value_RemoteController_Struct_RCAuthorityLockControlMsg.html b/Docs/Android_API/cn/Components/KeyManager/Value_RemoteController_Struct_RCAuthorityLockControlMsg.html index 3eeae862..d690f98a 100644 --- a/Docs/Android_API/cn/Components/KeyManager/Value_RemoteController_Struct_RCAuthorityLockControlMsg.html +++ b/Docs/Android_API/cn/Components/KeyManager/Value_RemoteController_Struct_RCAuthorityLockControlMsg.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/KeyManager/Value_RemoteController_Struct_RCAuthorityLostPushMsg.html b/Docs/Android_API/cn/Components/KeyManager/Value_RemoteController_Struct_RCAuthorityLostPushMsg.html index f94a9f4b..b7407acd 100644 --- a/Docs/Android_API/cn/Components/KeyManager/Value_RemoteController_Struct_RCAuthorityLostPushMsg.html +++ b/Docs/Android_API/cn/Components/KeyManager/Value_RemoteController_Struct_RCAuthorityLostPushMsg.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/KeyManager/Value_RemoteController_Struct_RCAuthorityModeMsg.html b/Docs/Android_API/cn/Components/KeyManager/Value_RemoteController_Struct_RCAuthorityModeMsg.html index e5453e86..cda4d59a 100644 --- a/Docs/Android_API/cn/Components/KeyManager/Value_RemoteController_Struct_RCAuthorityModeMsg.html +++ b/Docs/Android_API/cn/Components/KeyManager/Value_RemoteController_Struct_RCAuthorityModeMsg.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/KeyManager/Value_RemoteController_Struct_RCModeChannelTypeMsg.html b/Docs/Android_API/cn/Components/KeyManager/Value_RemoteController_Struct_RCModeChannelTypeMsg.html index 18aa6a8e..60458785 100644 --- a/Docs/Android_API/cn/Components/KeyManager/Value_RemoteController_Struct_RCModeChannelTypeMsg.html +++ b/Docs/Android_API/cn/Components/KeyManager/Value_RemoteController_Struct_RCModeChannelTypeMsg.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/KeyManager/Value_RemoteController_Struct_RcControllerModeMsg.html b/Docs/Android_API/cn/Components/KeyManager/Value_RemoteController_Struct_RcControllerModeMsg.html index 4a006516..115555a0 100644 --- a/Docs/Android_API/cn/Components/KeyManager/Value_RemoteController_Struct_RcControllerModeMsg.html +++ b/Docs/Android_API/cn/Components/KeyManager/Value_RemoteController_Struct_RcControllerModeMsg.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/KeyManager/Value_RemoteController_Struct_RcFiveDimensionPressedStatus.html b/Docs/Android_API/cn/Components/KeyManager/Value_RemoteController_Struct_RcFiveDimensionPressedStatus.html index 9fbfb46d..960c1972 100644 --- a/Docs/Android_API/cn/Components/KeyManager/Value_RemoteController_Struct_RcFiveDimensionPressedStatus.html +++ b/Docs/Android_API/cn/Components/KeyManager/Value_RemoteController_Struct_RcFiveDimensionPressedStatus.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/KeyManager/Value_RemoteController_Struct_RcMultiStatusMsg.html b/Docs/Android_API/cn/Components/KeyManager/Value_RemoteController_Struct_RcMultiStatusMsg.html index 1eaa33e8..9a149ef8 100644 --- a/Docs/Android_API/cn/Components/KeyManager/Value_RemoteController_Struct_RcMultiStatusMsg.html +++ b/Docs/Android_API/cn/Components/KeyManager/Value_RemoteController_Struct_RcMultiStatusMsg.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/KeyManager/Value_RemoteController_Struct_RcParamChargeRemainingInfo.html b/Docs/Android_API/cn/Components/KeyManager/Value_RemoteController_Struct_RcParamChargeRemainingInfo.html index 40feb93b..5c938f87 100644 --- a/Docs/Android_API/cn/Components/KeyManager/Value_RemoteController_Struct_RcParamChargeRemainingInfo.html +++ b/Docs/Android_API/cn/Components/KeyManager/Value_RemoteController_Struct_RcParamChargeRemainingInfo.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/KeyManager/Value_RtkBaseStation_Struct_NetworkRTKParam.html b/Docs/Android_API/cn/Components/KeyManager/Value_RtkBaseStation_Struct_NetworkRTKParam.html index 14ce8087..c24d954d 100644 --- a/Docs/Android_API/cn/Components/KeyManager/Value_RtkBaseStation_Struct_NetworkRTKParam.html +++ b/Docs/Android_API/cn/Components/KeyManager/Value_RtkBaseStation_Struct_NetworkRTKParam.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/KeyManager/Value_RtkBaseStation_Struct_RTKReferenceStationSourceMsg.html b/Docs/Android_API/cn/Components/KeyManager/Value_RtkBaseStation_Struct_RTKReferenceStationSourceMsg.html index 27ab0450..0fe683aa 100644 --- a/Docs/Android_API/cn/Components/KeyManager/Value_RtkBaseStation_Struct_RTKReferenceStationSourceMsg.html +++ b/Docs/Android_API/cn/Components/KeyManager/Value_RtkBaseStation_Struct_RTKReferenceStationSourceMsg.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/LDMManager/DJILDMManager.html b/Docs/Android_API/cn/Components/LDMManager/DJILDMManager.html index 003545f4..ff6eda8a 100644 --- a/Docs/Android_API/cn/Components/LDMManager/DJILDMManager.html +++ b/Docs/Android_API/cn/Components/LDMManager/DJILDMManager.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/LDMManager/LDMManager.html b/Docs/Android_API/cn/Components/LDMManager/LDMManager.html index 2063b950..70d5f3ef 100644 --- a/Docs/Android_API/cn/Components/LDMManager/LDMManager.html +++ b/Docs/Android_API/cn/Components/LDMManager/LDMManager.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/SDKManager/DJISDKManager.html b/Docs/Android_API/cn/Components/SDKManager/DJISDKManager.html index 1747c1de..9cf59094 100644 --- a/Docs/Android_API/cn/Components/SDKManager/DJISDKManager.html +++ b/Docs/Android_API/cn/Components/SDKManager/DJISDKManager.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/SDKManager/ISDKManager_SDKManagerCallback.html b/Docs/Android_API/cn/Components/SDKManager/ISDKManager_SDKManagerCallback.html index bc9a624d..1235c968 100644 --- a/Docs/Android_API/cn/Components/SDKManager/ISDKManager_SDKManagerCallback.html +++ b/Docs/Android_API/cn/Components/SDKManager/ISDKManager_SDKManagerCallback.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/SDKManager/SDKManager.html b/Docs/Android_API/cn/Components/SDKManager/SDKManager.html index 564b927b..6e6ac321 100644 --- a/Docs/Android_API/cn/Components/SDKManager/SDKManager.html +++ b/Docs/Android_API/cn/Components/SDKManager/SDKManager.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/VirtualStickManager/DJIVirtualStickManager.html b/Docs/Android_API/cn/Components/VirtualStickManager/DJIVirtualStickManager.html index 688e256a..908bb383 100644 --- a/Docs/Android_API/cn/Components/VirtualStickManager/DJIVirtualStickManager.html +++ b/Docs/Android_API/cn/Components/VirtualStickManager/DJIVirtualStickManager.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/VirtualStickManager/DJIVirtualStickManager_DJIStick.html b/Docs/Android_API/cn/Components/VirtualStickManager/DJIVirtualStickManager_DJIStick.html index effad7db..403f2312 100644 --- a/Docs/Android_API/cn/Components/VirtualStickManager/DJIVirtualStickManager_DJIStick.html +++ b/Docs/Android_API/cn/Components/VirtualStickManager/DJIVirtualStickManager_DJIStick.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/VirtualStickManager/DJIVirtualStickManager_VirtualStickStateListener.html b/Docs/Android_API/cn/Components/VirtualStickManager/DJIVirtualStickManager_VirtualStickStateListener.html index f8de920f..c1c4d449 100644 --- a/Docs/Android_API/cn/Components/VirtualStickManager/DJIVirtualStickManager_VirtualStickStateListener.html +++ b/Docs/Android_API/cn/Components/VirtualStickManager/DJIVirtualStickManager_VirtualStickStateListener.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/VirtualStickManager/VirtualStickManager.html b/Docs/Android_API/cn/Components/VirtualStickManager/VirtualStickManager.html index 74282c73..6400c73b 100644 --- a/Docs/Android_API/cn/Components/VirtualStickManager/VirtualStickManager.html +++ b/Docs/Android_API/cn/Components/VirtualStickManager/VirtualStickManager.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/VirtualStickManager/VirtualStickManager_DJIStick.html b/Docs/Android_API/cn/Components/VirtualStickManager/VirtualStickManager_DJIStick.html index 25cf0a1d..13c49eb5 100644 --- a/Docs/Android_API/cn/Components/VirtualStickManager/VirtualStickManager_DJIStick.html +++ b/Docs/Android_API/cn/Components/VirtualStickManager/VirtualStickManager_DJIStick.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/cn/Components/VirtualStickManager/VirtualStickManager_VirtualStickStateListener.html b/Docs/Android_API/cn/Components/VirtualStickManager/VirtualStickManager_VirtualStickStateListener.html index 6df92f20..77ecf9ef 100644 --- a/Docs/Android_API/cn/Components/VirtualStickManager/VirtualStickManager_VirtualStickStateListener.html +++ b/Docs/Android_API/cn/Components/VirtualStickManager/VirtualStickManager_VirtualStickStateListener.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/cn/index.html b/Docs/Android_API/cn/index.html index e8eaf4b9..cb30c15f 100644 --- a/Docs/Android_API/cn/index.html +++ b/Docs/Android_API/cn/index.html @@ -1,4 +1,4 @@ - + diff --git a/Docs/Android_API/cn/javascripts/search_index.js b/Docs/Android_API/cn/javascripts/search_index.js index f08367c8..042dcbc0 100644 --- a/Docs/Android_API/cn/javascripts/search_index.js +++ b/Docs/Android_API/cn/javascripts/search_index.js @@ -10,7 +10,7 @@ var search_data = { "isimulatormanager", "此类是模拟器管理类,用于开启、关闭模拟器,并提供模拟器参数设置和状态监听等功能。 msdk 5.0.0开始支持", "imediadatacenter", - "此类是多媒体数据中心管理类,用于获取videostreammanager,mediamanager和livestreammanager实例,提供了码流管理,多媒 体文件管理和直播管理等功能。 msdk 5.0.0开始支持", + "此类是多媒体数据中心管理类,用于获取camerastreammanager,mediamanager和livestreammanager实例,提供了码流管理,多 媒体文件管理和直播管理等功能。 注意: `ivideostreammanager`从msdk 5.8.0版本开始废弃。请使用`icamerastreammanager`来实现码流管理相关功能。 msdk 5.0.0开始支持", "iwaypointmissionmanager", "此类是航线任务管理类,用于航线任务的上传,执行,暂停,恢复以及航线任务执行状态的监听等功能。航线编辑相关功能请参考:`iwpmzmanager`。 msdk 5.0.0开始支持", "ivirtualstickmanager", @@ -20,7 +20,7 @@ var search_data = { "irtkcenter", "此类是rtk管理类,用于获取千寻网络rtk,cmcc网络rtk,自定义网络rtk和基站rtk实例,提供了千寻网络rtk,cmcc网络rtk和自定义网络rtk初始 化和使用以及基站rtk连接和设置等功能。 注意: 当调用`keymulticontrolrequestpairing`把遥控器对频为`channel_b`后,将无法使用rtk相关功能。 msdk 5.0.0开始支持", "iflyzonemanager", - "此类是限飞解禁管理类,主要支持如下功能: - 获取飞行安全相关提示。 - 获取飞行器周边的限飞区。 - 解除加强警告区。 - 解锁授权区。 - 解禁限飞区:下载限飞区解禁证书,将解禁证书导入到飞行器,使能或者关闭飞行器解禁证书。 msdk 5.3.0开始支持", + "此类是限飞解禁管理类,主要支持如下功能: - 获取飞行安全相关提示。 - 获取飞行器周边的限飞区。 - 解除加强警告区。 - 解锁授权区。 - 解禁限飞区:下载限飞区解禁证书,将解禁证书导入到飞行器,使能或者关闭飞行器解禁证书。 - 飞行安全数据库更新。 msdk 5.3.0开始支持", "iltemanager", "lte(长期演进技术)管理类,用于增强图传认证,开启和关闭,以及lte信号等级和lte状态获取。该功能目前只在中国大陆支持。 增强图传结合了图传和lte 4g自动增强图传技术。在图传信号良好的情况下,4g链路将保持基础数据连接但不进行图传数据传输,以达到高画质与低延迟的目的,同时降低 4g流量消耗。在图传受到干扰或遮挡或远距离传输场景下,4g链路将自动开启,进入增强图传传输阶段。在图传断开后,4g链路将独立工作,此时图传将完全通过4g链路传输 。 msdk 5.2.0开始支持", "ipayloadcenter", @@ -319,6 +319,10 @@ var search_data = { "飞行器处于授权区,倒计时结束后会强制自动掉落。你将无法控制飞行器油门,但可以控制飞行器的前后左右以避开障碍物。", "have_three_min_will_apply_tfrs", "三分钟后,附近将有临时限飞区生效,请注意飞行安全。", + "onflysafedatabaseinfoupdate", + "当飞行安全提示信息发生变化时会回调此方法。 msdk 5.8.0开始支持 @param flysafedatabaseinfo 飞行安全数据库信息。", + "onflysafedatabasestateupdate", + "当飞行安全数据库状态发生变化时会回调此方法。 msdk 5.8.0开始支持 @param flysafedatabasestate 飞行安全数据库状态。", "getevent", "获取飞行安全提示信息的事件枚举。 msdk 5.3.0开始支持 @return 返回飞行安全提示信息的事件枚举。", "getdescription", @@ -409,6 +413,12 @@ var search_data = { "获取圆柱限飞区的半径。 msdk 5.3.0开始支持 @return 返回圆柱限飞区的半径。", "getpolygonpoints", "获取多边形限飞区范围。 msdk 5.3.0开始支持 @return 返回多边形限飞区的范围。", + "need_to_import", + "需要导入。表示msdk当前的数据库没有包含飞行器当前位置的数据。请调用`importflysafedynamicdatabasetomsdk`导入飞行器位置附近 的数据库。", + "need_to_sync", + "需要同步。表示需要将msdk中数据库同步给飞行器。请调用`pushflysafedynamicdatabasetoaircraft`将msdk中的数据库推送给飞 行器。", + "up_to_date", + "已更新到最新数据。表示msdk的数据库已经成功同步给飞行器。", "addflysafenotificationlistener", "添加飞行安全通知的监听器。飞行安全通知信息包括:提示信息,返航信息,警告信息,严重警告信息,以及飞行器附近限飞区。 msdk 5.3.0开始支持 @param listener 飞行安全通知的监听器", "removeflysafenotificationlistener", @@ -416,7 +426,7 @@ var search_data = { "clearallflysafenotificationlistener", "移除所有飞行安全通知的监听器。 msdk 5.3.0开始支持", "getflyzonesinsurroundingarea", - "获取距离中心位置50公里范围内的限飞区。 msdk 5.3.0开始支持 @param location 设置中心位置。 @param callback 返回执行结果的回调。", + "获取距离中心位置50公里范围内的限飞区。 注意: 如果获取到的限飞区数量过多,在地图上绘制限飞区可能存在卡顿问题,建议做相关优化显示。 msdk 5.3.0开始支持 @param location 设置中心位置。 @param callback 返回执行结果的回调。", "unlockallenhancedwarningflyzone", "解除所有的加强警告区。解除后,飞行器将不会再提示任何加强警告区,重启飞行器后会继续提示。 msdk 5.3.0开始支持 @param callback 返回执行结果的回调。", "unlockauthorizationflyzone", @@ -433,6 +443,18 @@ var search_data = { "删除飞行器上的解禁证书。 msdk 5.3.0开始支持 @param callback 返回执行结果的回调。", "setflyzonelicensesenabled", "使能或者关闭解禁证书。使能解禁证书以后,飞行器将可以在限飞区正常起飞。 msdk 5.3.0开始支持 @param info 证书信息。 @param isenabled `true`表示使能解禁证书。 @param callback 返回执行结果的回调。", + "addflysafedatabaselistener", + "添加飞行安全数据库的监听器。飞行安全数据库信息包括:数据库更新模式,数据库更新状态,手动导入的数据库信息。 msdk 5.8.0开始支持 @param listener 飞行安全数据库的监听器", + "removeflysafedatabaselistener", + "移除飞行安全数据库的监听器。 msdk 5.8.0开始支持 @param listener 飞行安全数据库的监听器", + "clearallflysafedatabaselistener", + "移除所有飞行安全数据库的监听器。 msdk 5.8.0开始支持", + "setflysafedynamicdatabaseupgrademode", + "设置飞行安全动态数据库的更新模式,当前只支持手动导入欧盟地理感知数据。如果你希望在欧盟地区合规飞行无人机,请参照如下流程将欧盟地理感知数据导入到飞行器中。 - 查阅欧洲航空安全局官网下载地理感知数据导入到飞行器中。 - 调用`setflysafedynamicdatabaseupgrademode`将飞行安全动态数据库更新模式设置为手动导入模式。 - 调用`importflysafedynamicdatabasetomsdk`将地理感知数据导入到msdk中。 - 调用`pushflysafedynamicdatabasetoaircraft`将地理感知数据同步到飞行器中。 - 调用`getflyzonesinsurroundingarea`获取以飞行器为中心,50公里范围内到地理感知数据。 msdk 5.8.0开始支持 @param flysafedynamicdatabaseupgrademode 飞行安全动态数据库更新模式,当前只支持手动导入模式。 @param callback 返回执行结果的回调。", + "importflysafedynamicdatabasetomsdk", + "将飞行安全动态数据库导入到msdk中,当前只支持导入欧盟地理感知数据。如果你希望在欧盟地区合规飞行无人机,请参照如下流程将欧盟地理感知数据导入到飞行器中。 - 查阅欧洲航空安全局官网下载地理感知数据导入到飞行器中。 - 调用`setflysafedynamicdatabaseupgrademode`将飞行安全动态数据库更新模式设置为手动导入模式。 - 调用`importflysafedynamicdatabasetomsdk`将地理感知数据导入到msdk中。 - 调用`pushflysafedynamicdatabasetoaircraft`将地理感知数据同步到飞行器中。 - 调用`getflyzonesinsurroundingarea`获取以飞行器为中心,50公里范围内到地理感知数据。 msdk 5.8.0开始支持 @param databasefilepath 数据库文件路径,数据库文件必须为json格式并且需要符合ed-269规范。 @param callback 返回执行结果的回调。", + "pushflysafedynamicdatabasetoaircraft", + "将飞行安全动态数据库同步到飞行器中。当前只支持同步欧盟地理感知数据。如果你希望在欧盟地区合规飞行无人机,请参照如下流程将欧盟地理感知数据导入到飞行器中。 - 查阅欧洲航空安全局官网下载地理感知数据导入到飞行器中。 - 调用`setflysafedynamicdatabaseupgrademode`将飞行安全动态数据库更新模式设置为手动导入模式。 - 调用`importflysafedynamicdatabasetomsdk`将地理感知数据导入到msdk中。 - 调用`pushflysafedynamicdatabasetoaircraft`将地理感知数据同步到飞行器中。 - 调用`getflyzonesinsurroundingarea`获取以飞行器为中心,50公里范围内到地理感知数据。 msdk 5.8.0开始支持 @param callback 返回执行结果的回调。", "flysafetipevent", "飞行安全提示信息的事件枚举。 msdk 5.3.0开始支持", "flysafetipinformation", @@ -463,14 +485,30 @@ var search_data = { "限飞区信息类。包括限飞区id,限飞区名称,限飞区类型,限飞区形状,限飞区策略等。 msdk 5.3.0开始支持", "flyzonelicenseinfo", "限飞区解禁证书类。包括解禁证书基本信息,比如证书类型,有效期,证书绑定的飞行器飞控sn,使能状态等。 msdk 5.3.0开始支持", + "ridunlocktype", + "rid解禁类型。 msdk 5.8.0开始支持", "flysafenotificationlistener", "飞行安全通知的监听器。 msdk 5.3.0开始支持", + "flysafedatabaselistener", + "飞行安全数据库的监听器。 msdk 5.8.0开始支持", + "flysafedatabaseinfo", + "飞行安全数据库信息类。包括模块类型,更新模式,数据库名称,大小和导入时间。 msdk 5.8.0开始支持", + "flysafedatabaseupgrademode", + "飞行安全数据库更新模式。包括手动导入和自动更新。msdk只支持手动导入模式,如需要使用自动更新模式,请使用dji官方app。 msdk 5.8.0开始支持", + "flysafedatabasecomponent", + "飞行安全数据库模块类型。包括msdk和飞行器。 msdk 5.8.0开始支持", + "flysafedatabasestate", + "飞行安全数据库状态。 msdk 5.8.0开始支持", "getflyzoneid", "获取限飞区id。 msdk 5.3.0开始支持 @return 返回限飞区id。", "getname", "获取限飞区名称。 msdk 5.3.0开始支持 @return 返回限飞区名称。", "getflyzonetype", "获取限飞区类型。包括机场,公园,学校,体育馆等。 msdk 5.3.0开始支持 @return 返回限飞区类型。", + "getlowerlimit", + "获取地理感知数据的下限,目前仅支持欧盟地理感知数据。 msdk 5.8.0开始支持 @return 返回地理感知数据的下限。", + "getupperlimit", + "获取地理感知数据的上限,目前仅支持欧盟地理感知数据。 msdk 5.8.0开始支持 @return 返回地理感知数据的上限。", "getcategory", "获取限飞区策略。包括禁飞区,授权区,警告区和加强警告区等。 msdk 5.3.0开始支持 @return 返回限飞区策略", "getshape", @@ -513,6 +551,18 @@ var search_data = { "获取限高高度。 msdk 5.3.0开始支持 @return 返回限高高度。", "getcountryid", "获取国家解禁区id。 msdk 5.3.0开始支持 @return 返回国家解禁区id。", + "getridunlocktype", + "获取rid解禁类型。 msdk 5.8.0开始支持 @return 返回rid解禁类型。", + "getcomponent", + "获取飞行安全数据库的模块类型。 msdk 5.8.0开始支持 @return 返回飞行安全数据库的模块类型。", + "getflysafedatabaseupgrademode", + "获取飞行安全数据库的更新模式。 msdk 5.8.0开始支持 @return 返回飞行安全数据库的更新模式。", + "getdatabasename", + "获取飞行安全数据库的名称。 注意: 飞行器上的数据库名称无法获取。 msdk 5.8.0开始支持 @return 返回飞行安全数据库的名称。", + "getdatabasesize", + "获取飞行安全数据库的大小。 注意: 飞行器上的数据库大小无法获取。 msdk 5.8.0开始支持 @return 返回飞行安全数据库的大小。", + "getdatabasetimestamp", + "获取飞行安全数据库的导入时间。 msdk 5.8.0开始支持 @return 返回飞行安全数据库的导入时间。", "getevent", "获取飞行安全警告信息的事件枚举。 msdk 5.3.0开始支持 @return 返回飞行安全警告信息的事件枚举。", "getdescription", @@ -521,6 +571,10 @@ var search_data = { "获取飞行安全警告信息的高度限制。如果没有在限高区则返回0。 msdk 5.3.0开始支持 @return 返回飞行安全警告信息的高度限制。", "getflyzoneinformation", "获取飞行安全警告信息的限飞区信息列表。如果没有在限飞区则返回空。 msdk 5.3.0开始支持 @return 返回飞行安全警告信息的限飞区信息列表。", + "european", + "欧盟。", + "china", + "中国。", "circle", "圆形。", "multi_polygon", @@ -535,6 +589,14 @@ var search_data = { "当飞行安全返航信息发生变化时会回调此方法。 msdk 5.3.0开始支持 @param info 飞行安全返航信息。", "onsurroundingflyzonesupdate", "当飞行器附近50公里范围内的限飞区发生变化时会回调此方法。 msdk 5.3.0开始支持 @param infos 飞行器附近50公里范围内的限飞区。", + "manual_import", + "手动导入模式。msdk只支持手动更新模式,如需要使用自动更新模式,请使用dji官方app。", + "automatic_upgrade", + "自动更新模式。msdk只支持手动更新模式,如需要使用自动更新模式,请使用dji官方app。自动更新模式只能作为飞行安全的补充,如果你希望在欧盟地区合规飞行无人机 ,请参照将欧盟地理感知数据手动导入到飞行器中。", + "aircraft", + "飞行器。", + "msdk", + "msdk。", "take_off_in_height_limit_zone_without_gps", "飞行器低于限高区,无gps信号,请注意飞行安全。", "take_off_in_height_limit_zone", @@ -860,7 +922,7 @@ var search_data = { "ivideochannel", "码流通道管理类,用于管理视频源,每个码流通道可以设置码流源。 msdk 5.0.0开始支持", "ivideoframe", - "码流帧数据类。 msdk 5.0.0开始支持", + "帧数据类。 msdk 5.0.0开始支持", "ivideodecoder", "dji码流解码器类。支持yuv输出模式和surface输出模式。你可以通过构造函数设置解码器输出模式`decoderoutputmode`,通过设置`video channeltype`来绑定需要进行解码的`ivideochannel`。 注意: 如果开发者通过构造函数自行设置解码器的宽(width)和高(height),需要保证设置的宽和高是16的倍数。 msdk 5.0.0开始支持", "streamsourcelistener", @@ -898,13 +960,17 @@ var search_data = { "getrtt", "获取直播的数据往返时间延迟。 msdk 5.0.0开始支持 @return 返回当前直播的数据往返时间延迟。", "getvideostreammanager", - "获取videostreammanager实例,该实例用于管理码流的参数设置和码流数据输出等功能。 注意:当有新的dji硬件产品连接后,需要重新调用此方法获取最新videostreammanager实例。可通过`keyconnection`和`keypr oducttype`判断是否有新的dji硬件产品连接。 msdk 5.0.0开始支持 @return 返回videostreammanager实例。", + "获取videostreammanager实例,该实例用于管理码流的参数设置和码流数据获取和渲染等功能。 注意: 1. 当有新的dji硬件产品连接后,需要重新调用此方法获取最新videostreammanager实例。可通过`keyconnection`和`keyprod ucttype`判断是否有新的dji硬件产品连接。 2. 该接口从msdk 5.8.0版本开始废弃。请调用`getcamerastreammanager`获取camerastreammanager实例来实现码流管理相关功能。 msdk 5.0.0开始支持 @return 返回videostreammanager实例。", + "getcamerastreammanager", + "获取camerastreammanager实例,该实例支持相机镜头的码流显示、获取码流数据和帧数据等功能。camerastreammanager针对videos treammanager做了抽象设计,屏蔽了底层通道的概念。让码流管理更加简单和稳定。建议你用camerastreammanager代替videostreamm anager实现码流管理相关功能。 msdk 5.8.0开始支持 @return 返回camerastreammanager实例。", "getmediamanager", "获取mediamanager实例,该实例用于管理相机中的多媒体文件列表下载,多媒体文件预览,下载和视频播放等功能。 msdk 5.0.0开始支持 @return 返回mediamanager实例。", "getlivestreammanager", "获取livestreammanager实例,该实例用于直播的参数设置和直播的开启和停止等功能。 msdk 5.0.0开始支持 @return 返回livestreammanager实例。", "ivideostreammanager", - "码流管理类。用于管理码流通道设置和码流数据输出等功能。以下是接口使用流程: - 1. 调用`getavailablestreamsources`获取可用的码流源。 - 2. 调用`getavailablevideochannels`获取可用的码流通道。 - 3. 调用`getavailablevideochannels`中的`startchannel`设置步骤1获取到的`streamsource`把码流源和码 流通道进行绑定,并且开启当前码流通道。 - 4. 如果你希望自己实现解码功能,你通过添加调用`addstreamdatalistener`添加码流数据监听器来接收码流数据。 - 5. 如果你不希望自己实现解码功能,你也可以使用dji提供的解码器`ivideodecoder`来进行解码。 msdk 5.0.0开始支持", + "码流管理类。用于管理码流通道设置和码流数据获取和渲染等功能。以下是接口使用流程: - 1. 调用`getavailablestreamsources`获取可用的码流源。 - 2. 调用`getavailablevideochannels`获取可用的码流通道。 - 3. 调用`getavailablevideochannels`中的`startchannel`设置步骤1获取到的`streamsource`把码流源和码 流通道进行绑定,并且开启当前码流通道。 - 4. 如果你希望自己实现解码功能,你通过添加调用`addstreamdatalistener`添加码流数据监听器来接收码流数据。 - 5. 如果你不希望自己实现解码功能,你也可以使用dji提供的解码器`ivideodecoder`来进行解码。 注意: 该接口从msdk 5.8.0版本开始废弃。请使用`icamerastreammanager`来实现码流管理相关功能。 msdk 5.0.0开始支持", + "icamerastreammanager", + "相机码流管理类。支持相机镜头的码流显示、获取码流数据和帧数据等功能。以下是接口使用流程: - 通过`addavailablecameraupdatedlistener`添加监听器获取可用的相机索引。 - 调用`putcamerastreamsurface`将相机码流的画面显示到特定的的surface中。 - 添加码流数据监听器`addreceivestreamlistener`来接收码流数据,码流数据可用于自行解码显示和第三方直播等功能。 - 添加帧数据监听器`addframelistener`来接收帧数据。帧数据可以用于ai识别等功能的算法处理。 msdk 5.8.0开始支持", "imediamanager", "多媒体文件管理类。提供多媒体文件列表下载,多媒体文件预览,下载和视频播放等功能。 msdk 5.0.0开始支持", "ilivestreammanager", @@ -930,7 +996,7 @@ var search_data = { "startchannel", "设置码流源并开启当前码流通道。只有调用此接口后,此通道才会开始接收图传码流数据。你可以通过添加调用`addstreamdatalistener`添加码流数据监听 器来接收码流数据,接收到码流数据后,可以自己进行解码显示。同时你也可以通过使用dji提供的解码器`ivideodecoder`来进行解码,支持yuv输出模式和s urface输出模式。 - 你可以通过调用`addvideochannelstatechangelistener`添加码流状态监听器获取码流状态。当开启成功后,码流通道的状态会变为`o n`。 msdk 5.0.0开始支持 @param source 需要设置的码流源实例。 @param callback 返回执行结果的回调。", "closechannel", - "关闭码流通道,关闭码流通道后,码流通道中的码流数据监听器`streamdatalistener`将会停止接收码流数据;关闭成功后,码流通道的状态会变为`clos e`。 msdk 5.0.0开始支持 @param callback 返回执行结果的回调。", + "关闭码流通道,关闭码流通道后,码流通道中的码流数据监听器`androidx.annotation.nonnull`将会停止接收码流数据;关闭成功后,码流通道的状 态会变为`close`。 msdk 5.0.0开始支持 @param callback 返回执行结果的回调。", "addstreamdatalistener", "设置码流数据监听器。通过此监听器可以收到码流通道上接收到的码流数据。 msdk 5.0.0开始支持 @param listener 码流数据监听器", "removestreamdatalistener", @@ -955,7 +1021,7 @@ var search_data = { "码流通道状态。 msdk 5.0.0开始支持", "videostreamformat", "码流格式。 msdk 5.1.0开始支持", - "streamdatalistener", + "androidx.annotation.nonnull", "码流数据监听器。 msdk 5.0.0开始支持", "videochannelstatechangelistener", "码流状态监听器。 msdk 5.0.0开始支持", @@ -974,7 +1040,7 @@ var search_data = { "getpts", "获取当前帧的时间戳(pts)。 @return 返回当前帧的时间戳(pts)。", "onreceive", - "当码流通道接收到码流数据以后会回调此方法。 msdk 5.0.0开始支持 @param videoframe 码流帧数据", + "当码流通道接收到码流数据以后会回调此方法。 msdk 5.0.0开始支持 @param videoframe 帧数据", "onreceive", "当解码器解出yuv数据以后会回调此方法。 msdk 5.0.0开始支持 @param mediaformat 视频类型 @param data yuv当前帧数据 @param width yuv当前帧数据的宽 @param height yuv当前帧数据的高", "builder", @@ -1000,9 +1066,13 @@ var search_data = { "getlivestreamsettings", "获取直播参数。 msdk 5.0.0开始支持 @return 返回直播参数。", "setvideochanneltype", - "设置直播所使用的码流通道。 msdk 5.0.0开始支持 @param videochanneltype 码流通道类型。", + "设置直播所使用的码流通道。 注意: 该接口从msdk 5.8.0版本开始废弃。请调用`setcameraindex`设置需要直播的相机索引。 msdk 5.0.0开始支持 @param videochanneltype 码流通道类型。", "getvideochanneltype", - "获取直播所使用的码流通道。 msdk 5.0.0开始支持 @return 返回码流通道类型。", + "获取直播所使用的码流通道。 注意: 该接口从msdk 5.8.0版本开始废弃。请调用`getcameraindex`获取设置的相机索引。 msdk 5.0.0开始支持 @return 返回码流通道类型。", + "setcameraindex", + "设置需要进行直播的相机索引。 msdk 5.8.0开始支持 @param cameraindex 需要进行直播的相机索引。", + "getcameraindex", + "获取设置的相机索引。 msdk 5.8.0开始支持 @return 返回设置的相机索引。", "startstream", "开启直播。 msdk 5.0.0开始支持 @param callback 返回执行结果的回调。", "stopstream", @@ -1182,7 +1252,9 @@ var search_data = { "getmediafilexmpcustominfo", "获取设置的xmp自定义信息。 msdk 5.7.0开始支持 @param callback 返回执行结果的回调。", "playvideo", - "开始播放设置的多媒体文件,媒体文件数据通过回调方法的获取。 - 1. 如果你希望自己实现解码以播放视频,你通过callback中获取到的视频帧数据`ivideoframe`,调用自定义解码器进行解码以播放视频。 - 2. 你也可以使用dji提供的解码器`ivideodecoder`来进行解码以播放视频。用`extended_stream_channel`初始化`ivi deodecoder`,然后调用`setmediafile`把需要解码的媒体文件设置到解码器中,最后调用`queueinframe`将callback中获取到的 视频帧数据`ivideoframe`送入队列进行解码。 msdk 5.0.0开始支持 @param mediafile 需要播放的多媒体文件。 @param callback 返回执行结果的回调。", + "开始播放设置的多媒体文件,媒体文件数据通过回调方法的获取。 - 1. 如果你希望自己实现解码以播放视频,你通过callback中获取到的视频帧数据`ivideoframe`,调用自定义解码器进行解码以播放视频。 - 2. 你也可以使用dji提供的解码器`ivideodecoder`来进行解码以播放视频。用`extended_stream_channel`初始化`ivi deodecoder`,然后调用`setmediafile`把需要解码的媒体文件设置到解码器中,最后调用`queueinframe`将callback中获取到的 视频帧数据`ivideoframe`送入队列进行解码。 注意: 该接口从msdk 5.8.0版本开始废弃。请调用`playvideotosurface`播放多媒体文件。 msdk 5.0.0开始支持 @param mediafile 需要播放的多媒体文件。 @param callback 返回执行结果的回调。", + "playvideotosurface", + "开始播放设置的多媒体文件,媒体文件数据通过回调方法的获取。 注意: 如果你希望自己实现解码以播放视频,你通过listener中获取到的视频数据,调用自定义解码器进行解码以播放视频。 msdk 5.8.0开始支持 @param mediafile 需要播放的多媒体文件。 @param surface 需要播放显示的surface。 @param surfacewidth 需要播放显示surface的宽。 @param surfaceheight 需要播放显示surface的高。 @param scaletype 设置需要进行码流显示的surface的缩放类型。 @param listener 返回执行结果的回调。", "seekvideo", "跳转播放多媒体文件。可以设置新的播放位置开始播放。 msdk 5.0.0开始支持 @param position 需要跳转播放的位置,单位:秒。 @param callback 返回执行结果的回调。", "pausevideo", @@ -1221,6 +1293,12 @@ var search_data = { "多媒体文件播放状态监听器。 msdk 5.0.0开始支持", "mediafiledownloadlistener", "多媒体文件下载监听器。 msdk 5.0.0开始支持", + "mediaframelistener", + "多媒体文件数据监听器。 msdk 5.8.0开始支持", + "onreceivestream", + "当接收到多媒体文件数据以后会回调此方法。 msdk 5.8.0开始支持 @param data 多媒体文件数据。 @param offset 多媒体文件数据的偏移量。 @param length 多媒体文件数据的长度。 @param info 多媒体文件数据的信息。", + "onerror", + "当多媒体文件回放过程中发生错误以后会回调此方法。 msdk 5.8.0开始支持 @param error 多媒体文件回放过程中的错误。", "onupdate", "当有新增或者删除多媒体文件会回调此方法。 msdk 5.0.0开始支持 @param mediafileliststate 多媒体文件列表状态。", "idle", @@ -1249,6 +1327,80 @@ var search_data = { "获取多媒体文件列表数据。 msdk 5.0.0开始支持 @return 返回多媒体文件列表数据。", "deletemediafiles", "删除多媒体文件。 msdk 5.0.0开始支持 @param files 需要删除的多媒体文件列表", + "addavailablecameraupdatedlistener", + "设置可用相机监听器。通过此监听器可以监听可用的相机索引。获取到可用的相机索引以后可以调用`putcamerastreamsurface`显示特定相机的码流。 msdk 5.8.0开始支持 @param listener 可用相机监听器", + "removeavailablecameraupdatedlistener", + "移除可用相机监听器。 msdk 5.8.0开始支持 @param listener 可用相机监听器", + "putcamerastreamsurface", + "将相机码流的画面显示到特定的的surface中,单个surface只能显示一个相机的码流画面。如果针对同一个surface多次调用此接口,将进行该surface 的参数更新,比如更新相机索引,surface的宽高和缩放类型。 注意: 如果你希望显示不同相机镜头的画面,你可以调用`keycameravideostreamsource`进行相机镜头切换。 msdk 5.8.0开始支持 @param cameraindex 设置需要进行码流显示的相机索引。 @param surface 设置需要进行码流显示的surface。支持surfaceview、textureview和mediacodec的surface,不支持glsurfaceview的surface以及任何和opengl绑定的surface。 @param surfacewidth 设置需要进行码流显示的surface宽度。 @param surfaceheight 设置需要进行码流显示的surface高度。 @param scaletype 设置需要进行码流显示的surface的缩放类型。", + "removecamerastreamsurface", + "移除已经添加的surface,当你不再需要使用该surface的时候,请调用此接口移除已经添加的surface,否则会导致内存泄漏。移除后该surface将不再 显示相机画面。 msdk 5.8.0开始支持 @param surface 设置需要移除的surface。", + "addreceivestreamlistener", + "添加码流数据监听器。通过此监听器可以接收指定相机的码流数据。你可以使用此码流数据自行解码显示或者实现第三方直播等功能。 msdk 5.8.0开始支持 @param cameraindex 设置需要监听的相机索引。 @param listener 码流数据监听器", + "removereceivestreamlistener", + "移除码流数据监听器。 msdk 5.8.0开始支持 @param listener 码流数据监听器", + "addframelistener", + "添加帧数据监听器。通过此监听器可以监听指定相机解码后的帧数据,你可以使用帧数据实现ai识别等功能。 msdk 5.8.0开始支持 @param cameraindex 设置需要监听的相机索引。 @param format 设置需要监听的帧格式。 @param listener 帧数据监听器", + "removeframelistener", + "移除帧数据监听器。 msdk 5.8.0开始支持 @param listener 帧数据监听器", + "setkeepalivedecoding", + "是否让解码器在后台持续解码,默认值为`false`。如果为`false`,当模块内部没有引用任何surface、receivestreamlistener、ca meraframelistener的时候,解码器会暂停解码以降低后台性能/电量的消耗,但是这会增加首次推送相机码流数据的延迟。如果为`true`,那么解码器会持 续在后台解码,这会增加性能/电量的消耗,但是可以降低首次推送相机码流数据的延迟。 msdk 5.8.0开始支持 @param iskeepalive `true`表示解码器在后台持续解码。", + "availablecameraupdatedlistener", + "可用相机监听器。 msdk 5.8.0开始支持", + "onavailablecameraupdated", + "当可用相机列表变化以后会回调此方法。 msdk 5.8.0开始支持 @param availablecameralist 可用相机列表。", + "cameraframelistener", + "帧数据监听器。 msdk 5.8.0开始支持", + "onframe", + "当接收到帧数据以后会回调此方法。 msdk 5.8.0开始支持 @param framedata 帧数据。 @param offset 帧数据的偏移量。 @param length 帧数据的长度。 @param width 帧数据的宽。 @param height 帧数据的高。 @param format 帧数据的格式。", + "receivestreamlistener", + "码流数据监听器。 msdk 5.8.0开始支持", + "onreceivestream", + "当接收到码流数据以后会回调此方法。 msdk 5.8.0开始支持 @param data 码流数据。 @param offset 码流数据的偏移量。 @param length 码流数据的长度。 @param info 码流数据的信息。", + "streaminfo", + "码流信息类,可获取码流的宽度,高度和帧率等信息。 msdk 5.8.0开始支持", + "getmimetype", + "获取码流的编解码媒体类型。 @return 返回码流的编解码媒体类型。", + "getwidth", + "获取码流数据宽。 @return 返回码流数据宽。", + "getheight", + "获取码流数据高。 @return 返回码流数据高。", + "getframerate", + "获取码流数据帧率。 @return 返回码流数据帧率。", + "getpresentationtimems", + "获取码流显示时间戳pts,单位:毫秒。 @return 返回码流的显示时间戳pts。", + "iskeyframe", + "获取当前码流数据是关键帧数据。 @return `true`表示当前码流数据是关键帧数据。", + "mimetype", + "编解码的媒体类型,支持h264和h265。 msdk 5.8.0开始支持", + "h264", + "h264", + "h265", + "h265", + "scaletype", + "画面缩放类型。 msdk 5.8.0开始支持", + "fix_xy", + "拉伸铺满。", + "center_crop", + "裁剪适应铺满。", + "center_inside", + "缩放适应。", + "frameformat", + "帧数据格式。 msdk 5.8.0开始支持", + "yuv420_888", + "yuv420_888", + "yuv444_888", + "yuv444_888", + "yuy2", + "yuv2", + "nv21", + "nv21", + "rgba_8888", + "rgba_8888", + "getrealnameregistrationstatefromaircraft", + "获取飞行器中的实名制状态。 @return 返回飞行器中的实名制状态。", + "onupdate", + "当操作者注册码状态发生变化时会回调此方法。 msdk 5.8.0开始支持 @param operatorregnumberstatus 操作者注册码状态", "onupdate", "当eid状态发生变化时会回调此方法。 msdk 5.0.0开始支持 @param eidstatus eid状态", "isuaregistrationnumberimport", @@ -1256,11 +1408,13 @@ var search_data = { "onupdate", "当无人机注册码状态发生变化时会回调此方法。 msdk 5.0.0开始支持 @param uaregistrationnumberstatus 无人机注册码状态", "onupdate", - "当无人机远程识别状态发生变化时会回调此方法。 msdk 5.0.0开始支持 @param uasremoteidstatus 无人机远程识别状态", + "当实名制状态发生变化时会回调此方法。 msdk 5.8.0开始支持 @param realnameregistrationstatus 实名制状态", + "onupdate", + "当无人机远程识别广播状态发生变化时会回调此方法。 msdk 5.0.0开始支持 @param uasremoteidstatus 无人机远程识别广播状态", "isbroadcastremoteidenabled", "获取无人机远程识别(rid)广播功能是否开启。 @return 返回无人机远程识别(rid)广播功能是否开启。", "getremoteidworkingstate", - "获取无人机远程识别(rid)的工作状态。 @return 返回无人机远程识别(rid)的工作状态。", + "获取无人机远程识别(rid)广播的工作状态。 @return 返回无人机远程识别(rid)广播的工作状态。", "idle", "空闲,初始化状态。", "working", @@ -1269,26 +1423,54 @@ var search_data = { "未工作,因为操作者的位置丢失,导致rid未广播。", "firmware_error", "未工作,因为固件错误,导致rid未广播。", - "unknown_error", + "no_broadcast", + "未广播。", + "not_supported", + "不支持。", + "not_supported", "未工作,因为未知错误,导致rid未广播。", "iselectronicidenabled", "获取eid开关是否开启。 @return 返回eid开关是否开启。", + "isoperatorregistrationnumberimport", + "获取操作者注册码是否导入。 @return 返回操作者注册码是否导入。", + "not_auth", + "未认证,飞行器将无法起飞。应中国大陆的无人驾驶航空器飞行管理条例要求,如需要在中国大陆飞行,请在uom系统上进行实名制登记。 - 实名制登记入口:https://uom.caac.gov.cn/#/login,登记了实名制以后可 以调用此接口将实名制状态更新到飞行器中。", + "vaild_auth", + "已认证,飞行器可以正常起飞。", + "cancelled", + "未认证的情况下,uom系统上的登记信息已注销,飞行器将无法起飞。应中国大陆的无人驾驶航空器飞行管理条例要求,如需要在中国大陆飞行,请在uom系统上进行实名制登记 。 - 实名制登记入口:https://uom.caac.gov.cn/#/ login,登记了实名制以后可以调用此接口将实名制状态更新到飞行器中。", + "network_error", + "网络错误。", + "verified_and_canclled", + "飞行器已认证后,uom系统上的状态已注销,飞行器可以正常起飞。应中国大陆的无人驾驶航空器飞行管理条例要求,如需要在中国大陆飞行,请在uom系统上进行实名制登记。 - 实名制登记入口:https://uom.caac.gov.cn/#/lo gin,登记了实名制以后可以调用此接口将实名制状态更新到飞行器中。", + "unsupported", + "飞行器不支持实名制功能。", + "not_active_yet", + "飞行器未激活,请先用dji官方app激活。", + "dont_need_check_realname", + "飞行器无需实名制。", + "dont_in_china_mainland", + "飞行器不在中国大陆。", "us_strategy", "美国策略。", "france_strategy", "法国策略。", "japan_strategy", "日本策略。", + "european_strategy", + "欧盟策略。", + "china_strategy", + "中国策略。", "setareacode", "设置国家区域码,设置了相应的国家区域码以后才能使用该国家或地区支持的无人机远程识别(rid)功能。 目前支持的国家或地区列表和支持的功能列表如下: - 美国:无人机远程识别广播 - 日本:无人机远程识别广播, 无人机注册码 - 法国:eid开关 注意: 该接口从msdk 5.3.0版本开始废弃。请调用`setuasremoteidareastrategy`代替此功能。 msdk 5.0.0开始支持 @param areacode 国家区域码 @return 返回设置国家区域码的执行结果。", "setuasremoteidareastrategy", - "设置国家区域策略,设置了相应的国家区域策略以后才能使用该国家或地区支持的无人机远程识别(rid)功能。msdk在获取到当前所在地区的国家区域码后,会默认设置相应 的国家区域策略。如果你需要设置其他国家区域策略进行开发调试,可以调用此接口设置相应的国家区域码。 目前支持的国家或地区列表和支持策略如下: - 美国:无人机远程识别广播 - 日本:无人机远程识别广播, 无人机注册码 - 法国:eid开关 msdk 5.3.0开始支持 @param strategy 国家区域策略 @return 返回设置国家区域策略的执行结果。", + "设置国家区域策略,设置了相应的国家区域策略以后才能使用该国家或地区支持的无人机远程识别(rid)功能。msdk在获取到当前所在地区的国家区域码后,会默认设置相应 的国家区域策略。如果你需要设置其他国家区域策略进行开发调试,可以调用此接口设置相应的国家区域码。 目前支持的国家或地区列表和支持策略如下: - 美国:无人机远程识别广播 - 欧盟:无人机远程识别广播, 操作者注册码 - 日本:无人机远程识别广播, 无人机注册码 - 中国:实名制 - 法国:eid开关 msdk 5.3.0开始支持 @param strategy 国家区域策略 @return 返回设置国家区域策略的执行结果。", "getuasremoteidstatus", - "获取无人机系统远程识别(rid)状态。 msdk 5.0.0开始支持 @return 返回无人机系统远程识别状态。", + "获取无人机系统远程识别(rid)广播状态。 msdk 5.0.0开始支持 @return 返回无人机系统远程识别状态。", "adduasremoteidstatuslistener", - "添加无人机系统远程识别状态的监听器。 msdk 5.0.0开始支持 @param listener 无人机系统远程识别状态的监听器", + "添加无人机系统远程识别广播状态的监听器。 msdk 5.0.0开始支持 @param listener 无人机系统远程识别广播状态的监听器", "removeuasremoteidstatuslistener", - "移除无人机系统远程识别状态的监听器。 msdk 5.0.0开始支持 @param listener 无人机系统远程识别状态的监听器", + "移除无人机系统远程识别广播状态的监听器。 msdk 5.0.0开始支持 @param listener 无人机系统远程识别广播状态的监听器", "clearuasremoteidstatuslistener", "移除所有无人机系统远程识别状态的监听器。 msdk 5.0.0开始支持", "setelectronicidenabled", @@ -1302,7 +1484,7 @@ var search_data = { "clearallelectronicidstatuslistener", "移除所有eid状态的监听器。 msdk 5.0.0开始支持", "setuaregistrationnumber", - "设置无人机注册码。需要根据各国的无人机管制政策法规进行设置。 - 日本无人机注册码申请入口:https://www.dips.mlit.go.jp,无人机注册码的格式为:{registration_code:xxxxxxxxxxx xxxxxxxxxxxxxxxxxxx,key_info:xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx,nonce_info: xxxxxxxxxxxx},设置了无人机注册码以后,`isbroadcastremoteidenabled`将会被开启。 msdk 5.0.0开始支持 @param number 无人机注册码信息。 @param callback 返回执行结果的回调。", + "设置无人机注册码。需要根据各国的无人机管制政策法规进行设置。 - 日本无人机注册码申请入口: https://www.dips.mlit.go.jp,无人机注册码的格式为:{ registration_code:xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx,key_info:xxxxxxxxxxxxxxx xxxxxxxxxxxxxxxxx,nonce_info:xxxxxxxxxxxx},设置了无人机注册码以后,`isbroadcastremoteid enabled`将会被开启。 msdk 5.0.0开始支持 @param number 无人机注册码信息。 @param callback 返回执行结果的回调。", "getuaregistrationnumber", "获取设置的无人机注册码。 msdk 5.0.0开始支持 @param callback 返回执行结果的回调。", "adduaregistrationnumberstatuslistener", @@ -1311,6 +1493,24 @@ var search_data = { "移除无人机注册码状态的监听器。 msdk 5.0.0开始支持 @param listener 无人机注册码状态的监听器", "clearalluaregistrationnumberstatuslistener", "移除所有无人机注册码状态的监听器。 msdk 5.0.0开始支持", + "setoperatorregistrationnumber", + "设置操作者注册码。需要根据各国的无人机管制政策法规进行申请和设置。 - 欧盟操作者注册码申请入口:https://www.easa.europa.eu/en/domains/civil- drones/naa,设置了操作者注册码以后,`isbroadcastremoteidenabled`将会被开启。 msdk 5.8.0开始支持 @param number 操作者注册码信息。 @param callback 返回执行结果的回调。", + "getoperatorregistrationnumber", + "获取设置的操作者注册码。 msdk 5.8.0开始支持 @param callback 返回执行结果的回调。", + "addoperatorregistrationnumberstatuslistener", + "添加操作者注册码状态的监听器。 msdk 5.8.0开始支持 @param listener 操作者注册码状态的监听器", + "removeoperatorregistrationnumberstatuslistener", + "移除操作者注册码状态的监听器。 msdk 5.8.0开始支持 @param listener 操作者注册码状态的监听器", + "clearalloperatorregistrationnumberstatuslistener", + "移除所有操作者注册码状态的监听器。 msdk 5.8.0开始支持", + "addrealnameregistrationstatuslistener", + "添加实名制状态的监听器。 msdk 5.8.0开始支持 @param listener 实名制状态的监听器", + "removerealnameregistrationstatuslistener", + "移除实名制状态的监听器。 msdk 5.8.0开始支持 @param listener 实名制状态的监听器", + "clearallrealnameregistrationstatuslistener", + "移除所有实名制状态的监听器。 msdk 5.8.0开始支持", + "updaterealnameregistrationstatefromuom", + "从中国uom系统上更新实名制状态到飞行器中。应中国大陆的无人驾驶航空器飞行管理条例要求,从2024年1月1日起,任何在此日期后购买激活的飞行无人机在中国大陆飞行 ,都需要在uom系统上进行实名制登记,并且需要联网将实名制登记信息更新到无人机中,否则无人机将无法正常起飞。 - 实名制登记入口:https://uom.caac.gov.cn/#/login,登记了实名制以后可以调用此接口将实 名制状态更新到飞行器中。 msdk 5.8.0开始支持 @param callback 返回执行结果的回调。", "areastrategy", "无人机远程识别国家区域策略。 msdk 5.3.0开始支持", "remoteidworkingstate", @@ -1327,6 +1527,16 @@ var search_data = { "无人机注册码状态。 msdk 5.0.0开始支持", "uaregistrationnumberstatuslistener", "无人机注册码状态监听器。 msdk 5.0.0开始支持", + "operatorregistrationnumberstatus", + "操作者注册码状态。 msdk 5.8.0开始支持", + "operatorregistrationnumberstatuslistener", + "操作者注册码状态监听器。 msdk 5.8.0开始支持", + "realnameregistrationstatus", + "实名制状态类。 msdk 5.8.0开始支持", + "realnameregistrationstatuslistener", + "实名制状态监听器。 msdk 5.8.0开始支持", + "realnameregistrationstate", + "飞行器中的实名制状态。 msdk 5.8.0开始支持", "normal", "正常。", "notice", @@ -1607,6 +1817,12 @@ var search_data = { "单次播放模式。", "loop", "循环播放模式。", + "addmegaphoneinfolistener", + "设置喊话器信息监听器。 msdk 5.8.0开始支持 @param listener 喊话器信息监听器。", + "removemegaphoneinfolistener", + "移除喊话器信息监听器。 msdk 5.8.0开始支持 @param listener 喊话器信息监听器。", + "clearallmegaphoneinfolistener", + "移除所有喊话器信息监听器。 msdk 5.8.0开始支持", "setmegaphoneindex", "设置目标喊话器的位置。请根据已连接的喊话器位置进行设置。对于可以支持多个喊话器的机型,可以调用这个接口选择目标喊话器进行设置和操作。如果不调用此接口,msdk会 默认选择一个已连接的喊话器进行操作。 msdk 5.0.0开始支持 @param megaphoneindex 目标喊话器的位置 @param callback 返回执行结果的回调。", "getmegaphoneindex", @@ -1663,6 +1879,10 @@ var search_data = { "流式传输模式的状态监听器。 msdk 5.0.0开始支持", "uploadstate", "流式传输模式上传状态。 msdk 5.0.0开始支持", + "megaphoneinfolistener", + "喊话器信息监听器。 msdk 5.8.0开始支持", + "megaphoneinfo", + "喊话器信息类,包含喊话器的音量,播放模式,工作模式,状态等。 msdk 5.0.0开始支持", "portside", "喊话器位于飞行器左舷侧(主)。", "starboard", @@ -1685,6 +1905,16 @@ var search_data = { "获取流式传输模式的传输进度。 msdk 5.0.0开始支持 @param sentbytes 已经传输的字节数。 @param totalbytes 总共需要传输的字节数。", "onuploadedstatus", "获取流式传输模式的传输状态。 msdk 5.0.0开始支持 @param uploadstate 传输状态。", + "onupdatemegaphoneinfo", + "当喊话器信息发生变化时会回调此方法。 msdk 5.8.0开始支持 @param megaphoneinfo 喊话器信息。", + "getvolume", + "获取喊话器的音量。 @return 返回喊话器的音量。", + "getplaymode", + "获取喊话器的播放模式。 @return 返回喊话器的播放模式。", + "getworkmode", + "获取喊话器的工作模式。 @return 返回喊话器的工作模式。", + "getstatus", + "获取喊话器的状态。 @return 返回喊话器的状态。", "setuploadtype", "设置传输的文件类型。包括本地音频文件数据类型和tts二进制数据类型。 当类型为本地音频文件数据时,你需要调用`setfile`设置本地音频文件路径。当类型为tts二进制数据时,则需要调用`setdata`设置tts二进制数据。 @param uploadtype 传输的文件类型。", "getuploadtype", @@ -1780,7 +2010,7 @@ var search_data = { "getvalue", "同步方式获取`djikey`的`djivalue`值,该值是从msdk缓存中读取数据。如需要从硬件设备中异步获取数值,请调用`getvalue`。 msdk 5.0.0开始支持 @param key `djikey`实例。 @return 返回`djivalue`值。", "getvalue", - "同步方式获取`djikey`的`djivalue`值,该值是从msdk缓存中读取数据。如果读取不到数据,则会返回设置的defaultvalue。如需要从硬 件设备中异步获取数值,请调用`getvalue`。 msdk 5.0.0开始支持 @param key `djikey`实例。 @param defaultvalue 读取不到缓存值的时候希望返回默认值。 @return 返回`djivalue`值。", + "同步方式获取`djikey`的`djivalue`值,该值是从msdk缓存中读取数据。如果读取不到数据,则会返回设置的defaultvalue。如需要从硬 件设备中异步获取数值,请调用`getvalue`。 msdk 5.0.0开始支持 @param key `djikey`实例。 @param defaultvalue 读取不到缓存值的时候返回默认值。 @return 返回`djivalue`值。", "getvalue", "异步方式获取`djikey`的`djivalue`值,该值从硬件设备中获取数值。如需要从msdk缓存中读取数值,请调用`getvalue`。 msdk 5.0.0开始支持 @param key `djikey`实例。 @param callback 返回执行结果的回调。", "setvalue", @@ -1810,7 +2040,7 @@ var search_data = { "keyremotecontrollertype", "参数: `remotecontrollertype` 获取遥控器类型。 msdk 5.0.0开始支持", "keycontrolmode", - "参数: `controlmode` 获取遥控器控制模式。 msdk 5.0.0开始支持", + "参数: `controlmode` 获取遥控器控制模式。首次调用get方法,需要使用异步的方式`getvalue`调用才能获取到值。 msdk 5.0.0开始支持", "keybatteryinfo", "参数: `batteryinfo` 获取遥控器电量信息。 msdk 5.0.0开始支持", "keysecondbatteryinfo", @@ -2196,7 +2426,7 @@ var search_data = { "keycamerafocustarget", "参数:`doublepoint2d` 相机自动对焦的对焦目标。[0,0]代表相机屏幕的左上角,[1,1]代表相机屏幕的右下角。在`af`模式下,设置对焦目标后,相机将自动以对焦目标为中心点进行一次 对焦。 注意: 1. 要使用此功能,请调用`keycameravideostreamsource`把视频源设置为`zoom_camera`。 2. 使用`keytools`创建`djikey`实例的时候,把`cameralenstype`设置为`camera_lens_zoom`。如果是m3m 机型,则设置为`camera_lens_rgb`。如果是单镜头机型,则设置为`camera_lens_default`。
                                                                        msdk 5.0.0开始支持", "keyircutenabled", - "参数: boolean `true`表示开启夜景模式。夜景模式通过打开变焦相机中的红外滤光片,提升相机在低照度环境下的拍摄效果。只支持变焦镜头。 msdk 5.0.0开始支持", + "参数: boolean `true`表示开启红外增强功能。红外增强开启后,变焦镜头的图传会变成黑白。 msdk 5.0.0开始支持", "keycleanfog", "进行一次镜头去雾操作,镜头去雾需要持续加热5秒。 msdk 5.0.0开始支持", "keythermaltemperaturemeasuremode", @@ -2306,11 +2536,11 @@ var search_data = { "keyimucount", "参数: integer 获取imu个数。 msdk 5.0.0开始支持", "keystartimucalibration", - "启动imu校准。对于具有多个imu的飞行器,此方法将进行所有imu的校准。 建议在imu校准后调用`keyrebootdevice`重启设备。 以下是imu校准的操作流程: - 1. 调用`keystartimucalibration`启动imu校准,通过监听`keyimucalibrationinfo `获取imu校准信息。`imucalibrationstate`变成校准中`calibrating`则表示成功启动imu校准。 - 2. 调用`getorientationstocalibrate`获取未校准的飞机方向列表。参考`imucalibrationorientation`中的 图示,依次摆放飞机进行单个飞机方向的imu校准,在校准过程中保持飞行器静止和水平。 - 3. 调用`getorientationcalibrationstate`获取单个飞机方向的imu校准状态,当校准状态变成`successful`再摆放下一个方向。 - 3. 当未校准的飞机方向列表`getorientationstocalibrate`为空的时候,`getorientationcalibrationsta te`获取到的总体校准状态变成校准成功状态`successful`则表示imu校准已完成。 注意: 请勿在飞行器电机起转后启动imu校准。可通过`keyaremotorson`判断飞行器电机是否起转。 msdk 5.0.0开始支持", + "启动imu校准。对于具有多个imu的飞行器,此方法将进行所有imu的校准。 建议在imu校准后调用`keyrebootdevice`重启设备。 以下是imu校准的操作流程: - 调用`keystartimucalibration`启动imu校准,通过监听`keyimucalibrationinfo`获取 imu校准信息。`imucalibrationstate`变成校准中`calibrating`则表示成功启动imu校准。 - 调用`getorientationstocalibrate`获取未校准的飞机方向列表。参考`imucalibrationorientation`中的图示, 依次摆放飞机进行单个飞机方向的imu校准,在校准过程中保持飞行器静止和水平。 - 调用`getorientationcalibrationstate`获取单个飞机方向的imu校准状态,当校准状态变成`successful`再摆放下一个方向。 - 当未校准的飞机方向列表`getorientationstocalibrate`为空的时候,`getorientationcalibrationstate` 获取到的总体校准状态变成校准成功状态`successful`则表示imu校准已完成。 注意: 请勿在飞行器电机起转后启动imu校准。可通过`keyaremotorson` 判断飞行器电机是否起转。 msdk 5.0.0开始支持", "keyimucalibrationinfo", "参数: `imucalibrationinfo` 获取imu校准信息。imu校准包含多个飞机方向的imu校准,imu校准信息包括imu总体校准状态,每个飞机方向的校准状态以及未校准的飞行方向列表和已校准飞机方 向列表。 msdk 5.1.0开始支持", "keyultrasonicheight", - "参数: integer 获取超声波测距高度。该高度为飞机起飞后,从上往下测量的距离。单位:分米,最大可测距离为25.5米。 msdk 5.0.0开始支持", + "参数: integer 获取超声波测距高度,单位:分米。该高度为飞机起飞后,从上往下测量的距离。通常会融合气压计高度,让数据更加准确。 注意: 1. 此高度的最大可测距离通常为25.5米,根据飞机实际能力而定。 2. 如果飞行器自带下视传感器,此高度还会融合下视传感器测距高度。 3. 如果飞行器自带红外传感器,此高度还会融合红外传感器测距高度。 msdk 5.0.0开始支持", "keywindwarning", "参数: `windwarning` 获取当前风速等级。 msdk 5.0.0开始支持", "keywindspeed", @@ -2399,8 +2629,10 @@ var search_data = { "参数: `gohomestate` 获取智能返航状态。 msdk 5.0.0开始支持", "keylowbatteryrthenabled", "参数: boolean `true`表示开启智能低电量返航功能。为防止因电池电量不足而出现不必要的危险,飞行器将会根据飞行的位置信息,智能地判断当前电量是否充足。若当前电量仅够完成返 航过程,msdk将提示是否需要执行返航。若用户在10秒内不作选择,则10秒后飞行器将自动进入返航。返航过程中可短按遥控器智能返航按键取消返航过程。智能低电量返航 在同一次飞行过程中仅出现一次。如果用户取消低电量返航提醒并继续飞行,将可能导致飞行器返回时电量不足而迫降,造成飞行器丢失或坠毁。为了安全起见,不建议关闭此功能。 msdk 5.0.0开始支持", - "keygohomeassessment", + "keylowbatteryrthinfo", "参数: `lowbatteryrthinfo` 获取智能低电量返航相关信息。仅在`keylowbatteryrthenabled`开启后有效。 msdk 5.0.0开始支持", + "keylowbatteryrthconfirm", + "参数: boolean 确认或者取消返航操作。当调用`keylowbatteryrthinfo`获取到的状态为`counting_down`时,你可以调用此接口确认或者取消返航操作。 `true`表示确认返航。`false`表示取消返航。 msdk 5.8.0开始支持", "keyaccesslockeralldevicestatus", "参数: list<`accesslockerdevicestatus`> 获取存储设备的安全密码状态。可通过此接口获取飞行器上的存储设备是否支持安全密码功能,是否开启安全密码功能以及是否需要验证安全密码。 安全密码是为了保护您的媒体数据安全。设置安全密码后,msdk app连接飞行器后需要进行密码校验,验证通过后才可以进行拍照录像以及读写存储设备中的媒体数据。 - `getisfeaturesupported`为`true`,表示该存储设备支持安全密码功能。你可以调用`keyaccesslockersetsecurit ycode`设置安全密码。 - `getisfeatureenabled`为`true`,表示该存储设备的安全密码功能已开启。你可以调用`keyaccesslockermodifysec uritycode`进行安全密码修改。如果你忘记了安全密码,你可以调用`keyaccesslockerresetsecuritycode`重置安全密码。 - `getisfeatureneedtobeverified`为`true`,表示该存储设备需要验证安全密码。请调用`keyaccesslockerveri fysecuritycode`进行安全密码验证,否则将无法进行拍照录像,并且无法读写存储设备中的媒体数据。当飞行器重启或者存储设备拔插后通常需要验证安全密码。 - dji不会在设备上存储用户密码,也不会回传dji。 - 用户忘记密码后,不支持找回密码。如您不慎遗失安全密码,只能通过格式化的方式来解锁存储设备。 - 安全密码仅支持禅思h20系列相机,m30系列机型相机及mavic 3行业系列相机,暂不支持禅思 p1、禅思 l1以及其他第三方负载。 msdk 5.1.0开始支持", "keyaccesslockersetsecuritycode", @@ -2867,6 +3099,8 @@ var search_data = { "变焦。", "infrared_camera", "红外。", + "vision_camera", + "可见光。只支持mavic 3e系列机型和mavic 3m。", "rgb_camera", "多光谱rgb。", "ndvi_camera", @@ -3628,7 +3862,7 @@ var search_data = { "idle", "未触发智能低电量返航。飞行器返航着陆后会把状态重置为这个状态。", "counting_down", - "触发智能低电量返航,飞行器正在倒计时。如果在10秒内没有收到用户取消返航请求,飞行器将执行智能返航操作,状态会变成`executed`,如果用户取消了返航请求, 状态会变成`cancelled`。", + "触发智能低电量返航,飞行器正在倒计时。如果在10秒内没有收到用户取消返航请求,飞行器将执行智能返航操作,状态会变成`executed`,如果用户调用`keylo wbatteryrthconfirm`取消了返航请求,状态会变成`cancelled`。", "executed", "执行智能低电量返航。直到飞行器返航着陆或者被中途取消返航,该状态才会被重置。", "cancelled", @@ -4036,11 +4270,11 @@ var search_data = { "getissimcardinserted", "获取sim卡是否已插入。 @return 返回sim卡是否已插入。", "getworkstate", - "获取tle dongle工作状态。 @return 返回tle dongle工作状态。", + "获取lte dongle工作状态。 @return 返回lte dongle工作状态。", "getversion", "获取tle dongle的版本。 @return 返回tle dongle的版本。", "wlmdongleworkstate", - "tle dongle工作状态。", + "lte dongle工作状态。", "not_register_no_search", "sim卡未注册,未搜网。", "not_register_searching", @@ -4155,6 +4389,10 @@ var search_data = { "当航线动作开始执行时会回调此方法。 msdk 5.6.0开始支持 @param actionid 开始执行的航线动作id。", "onexecutionfinish", "当航线动作结束执行时会回调此方法。 msdk 5.6.0开始支持 @param actionid 结束执行的航线动作id。 @param error 航线动作执行中断的错误码。", + "onexecutionstart", + "当航线动作开始执行时会回调此方法。 msdk 5.8.0开始支持 @param actiongroup 开始执行的航线动作分组。 @param actionid 开始执行的航线动作id。", + "onexecutionfinish", + "当航线动作结束执行时会回调此方法。 msdk 5.8.0开始支持 @param actiongroup 开始执行的航线动作分组。 @param actionid 结束执行的航线动作id。 @param error 航线动作执行中断的错误码。", "onmissionstateupdate", "当航线任务执行状态发生变化时会回调此方法。 msdk 5.0.0开始支持 @param missionstate 航线任务执行状态", "getmissionfilename", @@ -4190,9 +4428,9 @@ var search_data = { "startmission", "开始执行航线任务。 msdk 5.0.0开始支持 @param missionfilename 需要执行的航线任务文件名。 @param callback 返回执行结果的回调。", "getavailablewaylineids", - "返回指定的航线任务文件中可用的航线id列表。获取到这个id列表以后可以选择需要执行的航线id,作为参数传入到`startmission`执行航线任务。 msdk 5.1.0开始支持 @param missionfilename 指定的航线任务文件名。 @return 获取指定的航线任务文件中可用的航线id列表。", + "返回指定的航线任务文件中可用的航线id列表。获取到这个id列表以后可以选择需要执行的航线id,作为参数传入到`startmission`执行航线任务。 注意:m300 rtk和m350 rtk只支持1个航线id。 msdk 5.1.0开始支持 @param missionfilename 指定的航线任务文件名。 @return 获取指定的航线任务文件中可用的航线id列表。", "startmission", - "开始执行指定的航线id列表的航线任务。 可通过`getavailablewaylineids`获取到可用的航线id列表。获取到这个航线id列表以后可以选择需要执 行的航线id作为参数传入到此接口,飞行器将按照航线id列表的顺序依次执行航线任务。如果航线id列表参数传空或者航线id列表长度为0,飞行器将执行航线任务中的所有 航线。 msdk 5.1.0开始支持 @param missionfilename 需要执行的航线任务文件名。 @param waylineids 需要执行的航线id列表。 @param callback 返回执行结果的回调。", + "开始执行指定的航线id列表的航线任务。 可通过`getavailablewaylineids`获取到可用的航线id列表。获取到这个航线id列表以后可以选择需要执 行的航线id作为参数传入到此接口,飞行器将按照航线id列表的顺序依次执行航线任务。如果航线id列表参数传空或者航线id列表长度为0,飞行器将执行航线任务中的所有 航线。 注意:m300 rtk和m350 rtk只支持1个航线id。 msdk 5.1.0开始支持 @param missionfilename 需要执行的航线任务文件名。 @param waylineids 需要执行的航线id列表。 @param callback 返回执行结果的回调。", "querybreakpointinfofromaircraft", "查询航线任务暂停时的断点信息,断点信息包括航线任务暂停的飞行器位置。 获取断点信息后可以作为参数传入到`startmission`或者`resumemissio n`执行航线任务,飞行器将飞往传入的断点位置,然后按航点顺序依次执行航线任务。 注意: 1. m300 rtk和m350 rtk不支持断点续飞功能。 2. 只有调用暂停航线任务接口`pausemission`后才能查询到断点信息。 msdk 5.6.0开始支持 @param missionfilename 执行的航线任务文件名。 @param callback 返回执行结果的回调。", "startmission", @@ -4509,6 +4747,8 @@ var search_data = { "lte模块。ldm下,lte模块可以正常访问网络。", "fly_safe", "限飞模块。ldm下,限飞模块可以正常访问网络。", + "real_name", + "实名制模块。ldm下,实名制模块可以正常访问网络。", "getupwardobstacleavoidanceworking", "获取感知避障上视传感器是否正在工作。 @return 返回感知避障上视传感器是否正在工作。", "getdownwardobstacleavoidanceworking", @@ -4712,10 +4952,10 @@ var search_data = { 2, "/Components/IMediaDataCenter/IMediaDataCenter.html", "", - "此类是多媒体数据中心管理类,用于获取VideoStreamManager,MediaManager和LiveStreamManager实例,提供了码流管理,多媒 体文件管理和直播管理等功能。 MSDK 5.0.0开始支持", + "此类是多媒体数据中心管理类,用于获取CameraStreamManager,MediaManager和LiveStreamManager实例,提供了码流管理,多 媒体文件管理和直播管理等功能。 注意: `IVideoStreamManager`从MSDK 5.8.0版本开始废弃。请使用`ICameraStreamManager`来实现码流管理相关功能。 MSDK 5.0.0开始支持", ], [ - "此类是多媒体数据中心管理类,用于获取VideoStreamManager,MediaManager和LiveStreamManager实例,提供了码流管理,多媒 体文件管理和直播管理等功能。 MSDK 5.0.0开始支持", + "此类是多媒体数据中心管理类,用于获取CameraStreamManager,MediaManager和LiveStreamManager实例,提供了码流管理,多 媒体文件管理和直播管理等功能。 注意: `IVideoStreamManager`从MSDK 5.8.0版本开始废弃。请使用`ICameraStreamManager`来实现码流管理相关功能。 MSDK 5.0.0开始支持", 1, "/Components/IMediaDataCenter/IMediaDataCenter.html", "", @@ -4782,10 +5022,10 @@ var search_data = { 2, "/Components/IFlyZoneManager/IFlyZoneManager.html", "", - "此类是限飞解禁管理类,主要支持如下功能: - 获取飞行安全相关提示。 - 获取飞行器周边的限飞区。 - 解除加强警告区。 - 解锁授权区。 - 解禁限飞区:下载限飞区解禁证书,将解禁证书导入到飞行器,使能或者关闭飞行器解禁证书。 MSDK 5.3.0开始支持", + "此类是限飞解禁管理类,主要支持如下功能: - 获取飞行安全相关提示。 - 获取飞行器周边的限飞区。 - 解除加强警告区。 - 解锁授权区。 - 解禁限飞区:下载限飞区解禁证书,将解禁证书导入到飞行器,使能或者关闭飞行器解禁证书。 - 飞行安全数据库更新。 MSDK 5.3.0开始支持", ], [ - "此类是限飞解禁管理类,主要支持如下功能: - 获取飞行安全相关提示。 - 获取飞行器周边的限飞区。 - 解除加强警告区。 - 解锁授权区。 - 解禁限飞区:下载限飞区解禁证书,将解禁证书导入到飞行器,使能或者关闭飞行器解禁证书。 MSDK 5.3.0开始支持", + "此类是限飞解禁管理类,主要支持如下功能: - 获取飞行安全相关提示。 - 获取飞行器周边的限飞区。 - 解除加强警告区。 - 解锁授权区。 - 解禁限飞区:下载限飞区解禁证书,将解禁证书导入到飞行器,使能或者关闭飞行器解禁证书。 - 飞行安全数据库更新。 MSDK 5.3.0开始支持", 1, "/Components/IFlyZoneManager/IFlyZoneManager.html", "", @@ -6877,6 +7117,34 @@ var search_data = { "#IFlyZoneManager_FlySafeSeriousWarningEvent_HaveThreeMinWillApplyTFRs_inline", "", ], + [ + "onFlySafeDatabaseInfoUpdate", + 2, + "/Components/IFlyZoneManager/IFlyZoneManager_FlySafeDatabaseListener.html", + "#IFlyZoneManager_FlySafeDatabaseListener_onFlySafeDatabaseInfoUpdate_inline", + "当飞行安全提示信息发生变化时会回调此方法。 MSDK 5.8.0开始支持 @param flySafeDatabaseInfo 飞行安全数据库信息。", + ], + [ + "当飞行安全提示信息发生变化时会回调此方法。 MSDK 5.8.0开始支持 @param flySafeDatabaseInfo 飞行安全数据库信息。", + 1, + "/Components/IFlyZoneManager/IFlyZoneManager_FlySafeDatabaseListener.html", + "#IFlyZoneManager_FlySafeDatabaseListener_onFlySafeDatabaseInfoUpdate_inline", + "", + ], + [ + "onFlySafeDatabaseStateUpdate", + 2, + "/Components/IFlyZoneManager/IFlyZoneManager_FlySafeDatabaseListener.html", + "#IFlyZoneManager_FlySafeDatabaseListener_onFlySafeDatabaseStateUpdate_inline", + "当飞行安全数据库状态发生变化时会回调此方法。 MSDK 5.8.0开始支持 @param flySafeDatabaseState 飞行安全数据库状态。", + ], + [ + "当飞行安全数据库状态发生变化时会回调此方法。 MSDK 5.8.0开始支持 @param flySafeDatabaseState 飞行安全数据库状态。", + 1, + "/Components/IFlyZoneManager/IFlyZoneManager_FlySafeDatabaseListener.html", + "#IFlyZoneManager_FlySafeDatabaseListener_onFlySafeDatabaseStateUpdate_inline", + "", + ], [ "getEvent", 2, @@ -7507,6 +7775,48 @@ var search_data = { "#IFlyZoneManager_MultiPolygonFlyZoneInformation_getPolygonPoints_inline", "", ], + [ + "NEED_TO_IMPORT", + 2, + "/Components/IFlyZoneManager/IFlyZoneManager.html", + "#IFlyZoneManager_FlySafeDatabaseState_NEED_TO_IMPORT_inline", + "需要导入。表示MSDK当前的数据库没有包含飞行器当前位置的数据。请调用`importFlySafeDynamicDatabaseToMSDK`导入飞行器位置附近 的数据库。", + ], + [ + "需要导入。表示MSDK当前的数据库没有包含飞行器当前位置的数据。请调用`importFlySafeDynamicDatabaseToMSDK`导入飞行器位置附近 的数据库。", + 1, + "/Components/IFlyZoneManager/IFlyZoneManager.html", + "#IFlyZoneManager_FlySafeDatabaseState_NEED_TO_IMPORT_inline", + "", + ], + [ + "NEED_TO_SYNC", + 2, + "/Components/IFlyZoneManager/IFlyZoneManager.html", + "#IFlyZoneManager_FlySafeDatabaseState_NEED_TO_SYNC_inline", + "需要同步。表示需要将MSDK中数据库同步给飞行器。请调用`pushFlySafeDynamicDatabaseToAircraft`将MSDK中的数据库推送给飞 行器。", + ], + [ + "需要同步。表示需要将MSDK中数据库同步给飞行器。请调用`pushFlySafeDynamicDatabaseToAircraft`将MSDK中的数据库推送给飞 行器。", + 1, + "/Components/IFlyZoneManager/IFlyZoneManager.html", + "#IFlyZoneManager_FlySafeDatabaseState_NEED_TO_SYNC_inline", + "", + ], + [ + "UP_TO_DATE", + 2, + "/Components/IFlyZoneManager/IFlyZoneManager.html", + "#IFlyZoneManager_FlySafeDatabaseState_UP_TO_DATE_inline", + "已更新到最新数据。表示MSDK的数据库已经成功同步给飞行器。", + ], + [ + "已更新到最新数据。表示MSDK的数据库已经成功同步给飞行器。", + 1, + "/Components/IFlyZoneManager/IFlyZoneManager.html", + "#IFlyZoneManager_FlySafeDatabaseState_UP_TO_DATE_inline", + "", + ], [ "addFlySafeNotificationListener", 2, @@ -7554,10 +7864,10 @@ var search_data = { 2, "/Components/IFlyZoneManager/IFlyZoneManager.html", "#IFlyZoneManager_getFlyZonesInSurroundingArea_inline", - "获取距离中心位置50公里范围内的限飞区。 MSDK 5.3.0开始支持 @param location 设置中心位置。 @param callback 返回执行结果的回调。", + "获取距离中心位置50公里范围内的限飞区。 注意: 如果获取到的限飞区数量过多,在地图上绘制限飞区可能存在卡顿问题,建议做相关优化显示。 MSDK 5.3.0开始支持 @param location 设置中心位置。 @param callback 返回执行结果的回调。", ], [ - "获取距离中心位置50公里范围内的限飞区。 MSDK 5.3.0开始支持 @param location 设置中心位置。 @param callback 返回执行结果的回调。", + "获取距离中心位置50公里范围内的限飞区。 注意: 如果获取到的限飞区数量过多,在地图上绘制限飞区可能存在卡顿问题,建议做相关优化显示。 MSDK 5.3.0开始支持 @param location 设置中心位置。 @param callback 返回执行结果的回调。", 1, "/Components/IFlyZoneManager/IFlyZoneManager.html", "#IFlyZoneManager_getFlyZonesInSurroundingArea_inline", @@ -7675,6 +7985,90 @@ var search_data = { "#IFlyZoneManager_setFlyZoneLicensesEnabled_inline", "", ], + [ + "addFlySafeDatabaseListener", + 2, + "/Components/IFlyZoneManager/IFlyZoneManager.html", + "#IFlyZoneManager_addFlySafeDatabaseListener_inline", + "添加飞行安全数据库的监听器。飞行安全数据库信息包括:数据库更新模式,数据库更新状态,手动导入的数据库信息。 MSDK 5.8.0开始支持 @param listener 飞行安全数据库的监听器", + ], + [ + "添加飞行安全数据库的监听器。飞行安全数据库信息包括:数据库更新模式,数据库更新状态,手动导入的数据库信息。 MSDK 5.8.0开始支持 @param listener 飞行安全数据库的监听器", + 1, + "/Components/IFlyZoneManager/IFlyZoneManager.html", + "#IFlyZoneManager_addFlySafeDatabaseListener_inline", + "", + ], + [ + "removeFlySafeDatabaseListener", + 2, + "/Components/IFlyZoneManager/IFlyZoneManager.html", + "#IFlyZoneManager_removeFlySafeDatabaseListener_inline", + "移除飞行安全数据库的监听器。 MSDK 5.8.0开始支持 @param listener 飞行安全数据库的监听器", + ], + [ + "移除飞行安全数据库的监听器。 MSDK 5.8.0开始支持 @param listener 飞行安全数据库的监听器", + 1, + "/Components/IFlyZoneManager/IFlyZoneManager.html", + "#IFlyZoneManager_removeFlySafeDatabaseListener_inline", + "", + ], + [ + "clearAllFlySafeDatabaseListener", + 2, + "/Components/IFlyZoneManager/IFlyZoneManager.html", + "#IFlyZoneManager_clearAllFlySafeDatabaseListener_inline", + "移除所有飞行安全数据库的监听器。 MSDK 5.8.0开始支持", + ], + [ + "移除所有飞行安全数据库的监听器。 MSDK 5.8.0开始支持", + 1, + "/Components/IFlyZoneManager/IFlyZoneManager.html", + "#IFlyZoneManager_clearAllFlySafeDatabaseListener_inline", + "", + ], + [ + "setFlySafeDynamicDatabaseUpgradeMode", + 2, + "/Components/IFlyZoneManager/IFlyZoneManager.html", + "#IFlyZoneManager_setFlySafeDynamicDatabaseUpgradeMode_inline", + "设置飞行安全动态数据库的更新模式,当前只支持手动导入欧盟地理感知数据。如果你希望在欧盟地区合规飞行无人机,请参照如下流程将欧盟地理感知数据导入到飞行器中。 - 查阅欧洲航空安全局官网下载地理感知数据导入到飞行器中。 - 调用`setFlySafeDynamicDatabaseUpgradeMode`将飞行安全动态数据库更新模式设置为手动导入模式。 - 调用`importFlySafeDynamicDatabaseToMSDK`将地理感知数据导入到MSDK中。 - 调用`pushFlySafeDynamicDatabaseToAircraft`将地理感知数据同步到飞行器中。 - 调用`getFlyZonesInSurroundingArea`获取以飞行器为中心,50公里范围内到地理感知数据。 MSDK 5.8.0开始支持 @param flySafeDynamicDatabaseUpgradeMode 飞行安全动态数据库更新模式,当前只支持手动导入模式。 @param callback 返回执行结果的回调。", + ], + [ + "设置飞行安全动态数据库的更新模式,当前只支持手动导入欧盟地理感知数据。如果你希望在欧盟地区合规飞行无人机,请参照如下流程将欧盟地理感知数据导入到飞行器中。 - 查阅欧洲航空安全局官网下载地理感知数据导入到飞行器中。 - 调用`setFlySafeDynamicDatabaseUpgradeMode`将飞行安全动态数据库更新模式设置为手动导入模式。 - 调用`importFlySafeDynamicDatabaseToMSDK`将地理感知数据导入到MSDK中。 - 调用`pushFlySafeDynamicDatabaseToAircraft`将地理感知数据同步到飞行器中。 - 调用`getFlyZonesInSurroundingArea`获取以飞行器为中心,50公里范围内到地理感知数据。 MSDK 5.8.0开始支持 @param flySafeDynamicDatabaseUpgradeMode 飞行安全动态数据库更新模式,当前只支持手动导入模式。 @param callback 返回执行结果的回调。", + 1, + "/Components/IFlyZoneManager/IFlyZoneManager.html", + "#IFlyZoneManager_setFlySafeDynamicDatabaseUpgradeMode_inline", + "", + ], + [ + "importFlySafeDynamicDatabaseToMSDK", + 2, + "/Components/IFlyZoneManager/IFlyZoneManager.html", + "#IFlyZoneManager_importFlySafeDynamicDatabaseToMSDK_inline", + "将飞行安全动态数据库导入到MSDK中,当前只支持导入欧盟地理感知数据。如果你希望在欧盟地区合规飞行无人机,请参照如下流程将欧盟地理感知数据导入到飞行器中。 - 查阅欧洲航空安全局官网下载地理感知数据导入到飞行器中。 - 调用`setFlySafeDynamicDatabaseUpgradeMode`将飞行安全动态数据库更新模式设置为手动导入模式。 - 调用`importFlySafeDynamicDatabaseToMSDK`将地理感知数据导入到MSDK中。 - 调用`pushFlySafeDynamicDatabaseToAircraft`将地理感知数据同步到飞行器中。 - 调用`getFlyZonesInSurroundingArea`获取以飞行器为中心,50公里范围内到地理感知数据。 MSDK 5.8.0开始支持 @param databaseFilePath 数据库文件路径,数据库文件必须为JSON格式并且需要符合ED-269规范。 @param callback 返回执行结果的回调。", + ], + [ + "将飞行安全动态数据库导入到MSDK中,当前只支持导入欧盟地理感知数据。如果你希望在欧盟地区合规飞行无人机,请参照如下流程将欧盟地理感知数据导入到飞行器中。 - 查阅欧洲航空安全局官网下载地理感知数据导入到飞行器中。 - 调用`setFlySafeDynamicDatabaseUpgradeMode`将飞行安全动态数据库更新模式设置为手动导入模式。 - 调用`importFlySafeDynamicDatabaseToMSDK`将地理感知数据导入到MSDK中。 - 调用`pushFlySafeDynamicDatabaseToAircraft`将地理感知数据同步到飞行器中。 - 调用`getFlyZonesInSurroundingArea`获取以飞行器为中心,50公里范围内到地理感知数据。 MSDK 5.8.0开始支持 @param databaseFilePath 数据库文件路径,数据库文件必须为JSON格式并且需要符合ED-269规范。 @param callback 返回执行结果的回调。", + 1, + "/Components/IFlyZoneManager/IFlyZoneManager.html", + "#IFlyZoneManager_importFlySafeDynamicDatabaseToMSDK_inline", + "", + ], + [ + "pushFlySafeDynamicDatabaseToAircraft", + 2, + "/Components/IFlyZoneManager/IFlyZoneManager.html", + "#IFlyZoneManager_pushFlySafeDynamicDatabaseToAircraft_inline", + "将飞行安全动态数据库同步到飞行器中。当前只支持同步欧盟地理感知数据。如果你希望在欧盟地区合规飞行无人机,请参照如下流程将欧盟地理感知数据导入到飞行器中。 - 查阅欧洲航空安全局官网下载地理感知数据导入到飞行器中。 - 调用`setFlySafeDynamicDatabaseUpgradeMode`将飞行安全动态数据库更新模式设置为手动导入模式。 - 调用`importFlySafeDynamicDatabaseToMSDK`将地理感知数据导入到MSDK中。 - 调用`pushFlySafeDynamicDatabaseToAircraft`将地理感知数据同步到飞行器中。 - 调用`getFlyZonesInSurroundingArea`获取以飞行器为中心,50公里范围内到地理感知数据。 MSDK 5.8.0开始支持 @param callback 返回执行结果的回调。", + ], + [ + "将飞行安全动态数据库同步到飞行器中。当前只支持同步欧盟地理感知数据。如果你希望在欧盟地区合规飞行无人机,请参照如下流程将欧盟地理感知数据导入到飞行器中。 - 查阅欧洲航空安全局官网下载地理感知数据导入到飞行器中。 - 调用`setFlySafeDynamicDatabaseUpgradeMode`将飞行安全动态数据库更新模式设置为手动导入模式。 - 调用`importFlySafeDynamicDatabaseToMSDK`将地理感知数据导入到MSDK中。 - 调用`pushFlySafeDynamicDatabaseToAircraft`将地理感知数据同步到飞行器中。 - 调用`getFlyZonesInSurroundingArea`获取以飞行器为中心,50公里范围内到地理感知数据。 MSDK 5.8.0开始支持 @param callback 返回执行结果的回调。", + 1, + "/Components/IFlyZoneManager/IFlyZoneManager.html", + "#IFlyZoneManager_pushFlySafeDynamicDatabaseToAircraft_inline", + "", + ], [ "FlySafeTipEvent", 2, @@ -7885,6 +8279,20 @@ var search_data = { "", "", ], + [ + "RidUnlockType", + 2, + "/Components/IFlyZoneManager/IFlyZoneManager.html", + "#IFlyZoneManager_RidUnlockType_inline", + "RID解禁类型。 MSDK 5.8.0开始支持", + ], + [ + "RID解禁类型。 MSDK 5.8.0开始支持", + 1, + "/Components/IFlyZoneManager/IFlyZoneManager.html", + "#IFlyZoneManager_RidUnlockType_inline", + "", + ], [ "FlySafeNotificationListener", 2, @@ -7899,6 +8307,76 @@ var search_data = { "", "", ], + [ + "FlySafeDatabaseListener", + 2, + "/Components/IFlyZoneManager/IFlyZoneManager_FlySafeDatabaseListener.html", + "", + "飞行安全数据库的监听器。 MSDK 5.8.0开始支持", + ], + [ + "飞行安全数据库的监听器。 MSDK 5.8.0开始支持", + 1, + "/Components/IFlyZoneManager/IFlyZoneManager_FlySafeDatabaseListener.html", + "", + "", + ], + [ + "FlySafeDatabaseInfo", + 2, + "/Components/IFlyZoneManager/IFlyZoneManager_FlySafeDatabaseInfo.html", + "", + "飞行安全数据库信息类。包括模块类型,更新模式,数据库名称,大小和导入时间。 MSDK 5.8.0开始支持", + ], + [ + "飞行安全数据库信息类。包括模块类型,更新模式,数据库名称,大小和导入时间。 MSDK 5.8.0开始支持", + 1, + "/Components/IFlyZoneManager/IFlyZoneManager_FlySafeDatabaseInfo.html", + "", + "", + ], + [ + "FlySafeDatabaseUpgradeMode", + 2, + "/Components/IFlyZoneManager/IFlyZoneManager.html", + "#IFlyZoneManager_FlySafeDatabaseUpgradeMode_inline", + "飞行安全数据库更新模式。包括手动导入和自动更新。MSDK只支持手动导入模式,如需要使用自动更新模式,请使用DJI官方APP。 MSDK 5.8.0开始支持", + ], + [ + "飞行安全数据库更新模式。包括手动导入和自动更新。MSDK只支持手动导入模式,如需要使用自动更新模式,请使用DJI官方APP。 MSDK 5.8.0开始支持", + 1, + "/Components/IFlyZoneManager/IFlyZoneManager.html", + "#IFlyZoneManager_FlySafeDatabaseUpgradeMode_inline", + "", + ], + [ + "FlySafeDatabaseComponent", + 2, + "/Components/IFlyZoneManager/IFlyZoneManager.html", + "#IFlyZoneManager_FlySafeDatabaseComponent_inline", + "飞行安全数据库模块类型。包括MSDK和飞行器。 MSDK 5.8.0开始支持", + ], + [ + "飞行安全数据库模块类型。包括MSDK和飞行器。 MSDK 5.8.0开始支持", + 1, + "/Components/IFlyZoneManager/IFlyZoneManager.html", + "#IFlyZoneManager_FlySafeDatabaseComponent_inline", + "", + ], + [ + "FlySafeDatabaseState", + 2, + "/Components/IFlyZoneManager/IFlyZoneManager.html", + "#IFlyZoneManager_FlySafeDatabaseState_inline", + "飞行安全数据库状态。 MSDK 5.8.0开始支持", + ], + [ + "飞行安全数据库状态。 MSDK 5.8.0开始支持", + 1, + "/Components/IFlyZoneManager/IFlyZoneManager.html", + "#IFlyZoneManager_FlySafeDatabaseState_inline", + "", + ], [ "getFlyZoneID", 2, @@ -7941,6 +8419,34 @@ var search_data = { "#IFlyZoneManager_FlyZoneInformation_getFlyZoneType_inline", "", ], + [ + "getLowerLimit", + 2, + "/Components/IFlyZoneManager/IFlyZoneManager_FlyZoneInformation.html", + "#IFlyZoneManager_FlyZoneInformation_getLowerLimit_inline", + "获取地理感知数据的下限,目前仅支持欧盟地理感知数据。 MSDK 5.8.0开始支持 @return 返回地理感知数据的下限。", + ], + [ + "获取地理感知数据的下限,目前仅支持欧盟地理感知数据。 MSDK 5.8.0开始支持 @return 返回地理感知数据的下限。", + 1, + "/Components/IFlyZoneManager/IFlyZoneManager_FlyZoneInformation.html", + "#IFlyZoneManager_FlyZoneInformation_getLowerLimit_inline", + "", + ], + [ + "getUpperLimit", + 2, + "/Components/IFlyZoneManager/IFlyZoneManager_FlyZoneInformation.html", + "#IFlyZoneManager_FlyZoneInformation_getUpperLimit_inline", + "获取地理感知数据的上限,目前仅支持欧盟地理感知数据。 MSDK 5.8.0开始支持 @return 返回地理感知数据的上限。", + ], + [ + "获取地理感知数据的上限,目前仅支持欧盟地理感知数据。 MSDK 5.8.0开始支持 @return 返回地理感知数据的上限。", + 1, + "/Components/IFlyZoneManager/IFlyZoneManager_FlyZoneInformation.html", + "#IFlyZoneManager_FlyZoneInformation_getUpperLimit_inline", + "", + ], [ "getCategory", 2, @@ -8235,6 +8741,90 @@ var search_data = { "#IFlyZoneManager_FlyZoneLicenseInfo_getCountryId_inline", "", ], + [ + "getRidUnlockType", + 2, + "/Components/IFlyZoneManager/IFlyZoneManager_FlyZoneLicenseInfo.html", + "#IFlyZoneManager_FlyZoneLicenseInfo_getRidUnlockType_inline", + "获取RID解禁类型。 MSDK 5.8.0开始支持 @return 返回RID解禁类型。", + ], + [ + "获取RID解禁类型。 MSDK 5.8.0开始支持 @return 返回RID解禁类型。", + 1, + "/Components/IFlyZoneManager/IFlyZoneManager_FlyZoneLicenseInfo.html", + "#IFlyZoneManager_FlyZoneLicenseInfo_getRidUnlockType_inline", + "", + ], + [ + "getComponent", + 2, + "/Components/IFlyZoneManager/IFlyZoneManager_FlySafeDatabaseInfo.html", + "#IFlyZoneManager_FlySafeDatabaseInfo_getComponent_inline", + "获取飞行安全数据库的模块类型。 MSDK 5.8.0开始支持 @return 返回飞行安全数据库的模块类型。", + ], + [ + "获取飞行安全数据库的模块类型。 MSDK 5.8.0开始支持 @return 返回飞行安全数据库的模块类型。", + 1, + "/Components/IFlyZoneManager/IFlyZoneManager_FlySafeDatabaseInfo.html", + "#IFlyZoneManager_FlySafeDatabaseInfo_getComponent_inline", + "", + ], + [ + "getFlySafeDatabaseUpgradeMode", + 2, + "/Components/IFlyZoneManager/IFlyZoneManager_FlySafeDatabaseInfo.html", + "#IFlyZoneManager_FlySafeDatabaseInfo_getFlySafeDatabaseUpgradeMode_inline", + "获取飞行安全数据库的更新模式。 MSDK 5.8.0开始支持 @return 返回飞行安全数据库的更新模式。", + ], + [ + "获取飞行安全数据库的更新模式。 MSDK 5.8.0开始支持 @return 返回飞行安全数据库的更新模式。", + 1, + "/Components/IFlyZoneManager/IFlyZoneManager_FlySafeDatabaseInfo.html", + "#IFlyZoneManager_FlySafeDatabaseInfo_getFlySafeDatabaseUpgradeMode_inline", + "", + ], + [ + "getDatabaseName", + 2, + "/Components/IFlyZoneManager/IFlyZoneManager_FlySafeDatabaseInfo.html", + "#IFlyZoneManager_FlySafeDatabaseInfo_getDatabaseName_inline", + "获取飞行安全数据库的名称。 注意: 飞行器上的数据库名称无法获取。 MSDK 5.8.0开始支持 @return 返回飞行安全数据库的名称。", + ], + [ + "获取飞行安全数据库的名称。 注意: 飞行器上的数据库名称无法获取。 MSDK 5.8.0开始支持 @return 返回飞行安全数据库的名称。", + 1, + "/Components/IFlyZoneManager/IFlyZoneManager_FlySafeDatabaseInfo.html", + "#IFlyZoneManager_FlySafeDatabaseInfo_getDatabaseName_inline", + "", + ], + [ + "getDatabaseSize", + 2, + "/Components/IFlyZoneManager/IFlyZoneManager_FlySafeDatabaseInfo.html", + "#IFlyZoneManager_FlySafeDatabaseInfo_getDatabaseSize_inline", + "获取飞行安全数据库的大小。 注意: 飞行器上的数据库大小无法获取。 MSDK 5.8.0开始支持 @return 返回飞行安全数据库的大小。", + ], + [ + "获取飞行安全数据库的大小。 注意: 飞行器上的数据库大小无法获取。 MSDK 5.8.0开始支持 @return 返回飞行安全数据库的大小。", + 1, + "/Components/IFlyZoneManager/IFlyZoneManager_FlySafeDatabaseInfo.html", + "#IFlyZoneManager_FlySafeDatabaseInfo_getDatabaseSize_inline", + "", + ], + [ + "getDatabaseTimeStamp", + 2, + "/Components/IFlyZoneManager/IFlyZoneManager_FlySafeDatabaseInfo.html", + "#IFlyZoneManager_FlySafeDatabaseInfo_getDatabaseTimeStamp_inline", + "获取飞行安全数据库的导入时间。 MSDK 5.8.0开始支持 @return 返回飞行安全数据库的导入时间。", + ], + [ + "获取飞行安全数据库的导入时间。 MSDK 5.8.0开始支持 @return 返回飞行安全数据库的导入时间。", + 1, + "/Components/IFlyZoneManager/IFlyZoneManager_FlySafeDatabaseInfo.html", + "#IFlyZoneManager_FlySafeDatabaseInfo_getDatabaseTimeStamp_inline", + "", + ], [ "getEvent", 2, @@ -8291,6 +8881,34 @@ var search_data = { "#IFlyZoneManager_FlyingSafetyWarningInformation_getFlyZoneInformation_inline", "", ], + [ + "EUROPEAN", + 2, + "/Components/IFlyZoneManager/IFlyZoneManager.html", + "#IFlyZoneManager_RidUnlockType_EUROPEAN_inline", + "欧盟。", + ], + [ + "欧盟。", + 1, + "/Components/IFlyZoneManager/IFlyZoneManager.html", + "#IFlyZoneManager_RidUnlockType_EUROPEAN_inline", + "", + ], + [ + "CHINA", + 2, + "/Components/IFlyZoneManager/IFlyZoneManager.html", + "#IFlyZoneManager_RidUnlockType_CHINA_inline", + "中国。", + ], + [ + "中国。", + 1, + "/Components/IFlyZoneManager/IFlyZoneManager.html", + "#IFlyZoneManager_RidUnlockType_CHINA_inline", + "", + ], [ "CIRCLE", 2, @@ -8389,6 +9007,62 @@ var search_data = { "#IFlyZoneManager_FlySafeNotificationListener_onSurroundingFlyZonesUpdate_inline", "", ], + [ + "MANUAL_IMPORT", + 2, + "/Components/IFlyZoneManager/IFlyZoneManager.html", + "#IFlyZoneManager_FlySafeDatabaseUpgradeMode_MANUAL_IMPORT_inline", + "手动导入模式。MSDK只支持手动更新模式,如需要使用自动更新模式,请使用DJI官方APP。", + ], + [ + "手动导入模式。MSDK只支持手动更新模式,如需要使用自动更新模式,请使用DJI官方APP。", + 1, + "/Components/IFlyZoneManager/IFlyZoneManager.html", + "#IFlyZoneManager_FlySafeDatabaseUpgradeMode_MANUAL_IMPORT_inline", + "", + ], + [ + "AUTOMATIC_UPGRADE", + 2, + "/Components/IFlyZoneManager/IFlyZoneManager.html", + "#IFlyZoneManager_FlySafeDatabaseUpgradeMode_AUTOMATIC_UPGRADE_inline", + "自动更新模式。MSDK只支持手动更新模式,如需要使用自动更新模式,请使用DJI官方APP。自动更新模式只能作为飞行安全的补充,如果你希望在欧盟地区合规飞行无人机 ,请参照将欧盟地理感知数据手动导入到飞行器中。", + ], + [ + "自动更新模式。MSDK只支持手动更新模式,如需要使用自动更新模式,请使用DJI官方APP。自动更新模式只能作为飞行安全的补充,如果你希望在欧盟地区合规飞行无人机 ,请参照将欧盟地理感知数据手动导入到飞行器中。", + 1, + "/Components/IFlyZoneManager/IFlyZoneManager.html", + "#IFlyZoneManager_FlySafeDatabaseUpgradeMode_AUTOMATIC_UPGRADE_inline", + "", + ], + [ + "AIRCRAFT", + 2, + "/Components/IFlyZoneManager/IFlyZoneManager.html", + "#IFlyZoneManager_FlySafeDatabaseComponent_AIRCRAFT_inline", + "飞行器。", + ], + [ + "飞行器。", + 1, + "/Components/IFlyZoneManager/IFlyZoneManager.html", + "#IFlyZoneManager_FlySafeDatabaseComponent_AIRCRAFT_inline", + "", + ], + [ + "MSDK", + 2, + "/Components/IFlyZoneManager/IFlyZoneManager.html", + "#IFlyZoneManager_FlySafeDatabaseComponent_MSDK_inline", + "MSDK。", + ], + [ + "MSDK。", + 1, + "/Components/IFlyZoneManager/IFlyZoneManager.html", + "#IFlyZoneManager_FlySafeDatabaseComponent_MSDK_inline", + "", + ], [ "TAKE_OFF_IN_HEIGHT_LIMIT_ZONE_WITHOUT_GPS", 2, @@ -10662,10 +11336,10 @@ var search_data = { 2, "/Components/IMediaDataCenter/IVideoStreamManager_IVideoFrame.html", "", - "码流帧数据类。 MSDK 5.0.0开始支持", + "帧数据类。 MSDK 5.0.0开始支持", ], [ - "码流帧数据类。 MSDK 5.0.0开始支持", + "帧数据类。 MSDK 5.0.0开始支持", 1, "/Components/IMediaDataCenter/IVideoStreamManager_IVideoFrame.html", "", @@ -10928,15 +11602,29 @@ var search_data = { 2, "/Components/IMediaDataCenter/IMediaDataCenter.html", "#IMediaDataCenter_getVideoStreamManager_inline", - "获取VideoStreamManager实例,该实例用于管理码流的参数设置和码流数据输出等功能。 注意:当有新的DJI硬件产品连接后,需要重新调用此方法获取最新VideoStreamManager实例。可通过`KeyConnection`和`KeyPr oductType`判断是否有新的DJI硬件产品连接。 MSDK 5.0.0开始支持 @return 返回VideoStreamManager实例。", + "获取VideoStreamManager实例,该实例用于管理码流的参数设置和码流数据获取和渲染等功能。 注意: 1. 当有新的DJI硬件产品连接后,需要重新调用此方法获取最新VideoStreamManager实例。可通过`KeyConnection`和`KeyProd uctType`判断是否有新的DJI硬件产品连接。 2. 该接口从MSDK 5.8.0版本开始废弃。请调用`getCameraStreamManager`获取CameraStreamManager实例来实现码流管理相关功能。 MSDK 5.0.0开始支持 @return 返回VideoStreamManager实例。", ], [ - "获取VideoStreamManager实例,该实例用于管理码流的参数设置和码流数据输出等功能。 注意:当有新的DJI硬件产品连接后,需要重新调用此方法获取最新VideoStreamManager实例。可通过`KeyConnection`和`KeyPr oductType`判断是否有新的DJI硬件产品连接。 MSDK 5.0.0开始支持 @return 返回VideoStreamManager实例。", + "获取VideoStreamManager实例,该实例用于管理码流的参数设置和码流数据获取和渲染等功能。 注意: 1. 当有新的DJI硬件产品连接后,需要重新调用此方法获取最新VideoStreamManager实例。可通过`KeyConnection`和`KeyProd uctType`判断是否有新的DJI硬件产品连接。 2. 该接口从MSDK 5.8.0版本开始废弃。请调用`getCameraStreamManager`获取CameraStreamManager实例来实现码流管理相关功能。 MSDK 5.0.0开始支持 @return 返回VideoStreamManager实例。", 1, "/Components/IMediaDataCenter/IMediaDataCenter.html", "#IMediaDataCenter_getVideoStreamManager_inline", "", ], + [ + "getCameraStreamManager", + 2, + "/Components/IMediaDataCenter/IMediaDataCenter.html", + "#IMediaDataCenter_getCameraStreamManager_inline", + "获取CameraStreamManager实例,该实例支持相机镜头的码流显示、获取码流数据和帧数据等功能。CameraStreamManager针对VideoS treamManager做了抽象设计,屏蔽了底层通道的概念。让码流管理更加简单和稳定。建议你用CameraStreamManager代替VideoStreamM anager实现码流管理相关功能。 MSDK 5.8.0开始支持 @return 返回CameraStreamManager实例。", + ], + [ + "获取CameraStreamManager实例,该实例支持相机镜头的码流显示、获取码流数据和帧数据等功能。CameraStreamManager针对VideoS treamManager做了抽象设计,屏蔽了底层通道的概念。让码流管理更加简单和稳定。建议你用CameraStreamManager代替VideoStreamM anager实现码流管理相关功能。 MSDK 5.8.0开始支持 @return 返回CameraStreamManager实例。", + 1, + "/Components/IMediaDataCenter/IMediaDataCenter.html", + "#IMediaDataCenter_getCameraStreamManager_inline", + "", + ], [ "getMediaManager", 2, @@ -10970,15 +11658,29 @@ var search_data = { 2, "/Components/IMediaDataCenter/IVideoStreamManager.html", "", - "码流管理类。用于管理码流通道设置和码流数据输出等功能。以下是接口使用流程: - 1. 调用`getAvailableStreamSources`获取可用的码流源。 - 2. 调用`getAvailableVideoChannels`获取可用的码流通道。 - 3. 调用`getAvailableVideoChannels`中的`startChannel`设置步骤1获取到的`StreamSource`把码流源和码 流通道进行绑定,并且开启当前码流通道。 - 4. 如果你希望自己实现解码功能,你通过添加调用`addStreamDataListener`添加码流数据监听器来接收码流数据。 - 5. 如果你不希望自己实现解码功能,你也可以使用DJI提供的解码器`IVideoDecoder`来进行解码。 MSDK 5.0.0开始支持", + "码流管理类。用于管理码流通道设置和码流数据获取和渲染等功能。以下是接口使用流程: - 1. 调用`getAvailableStreamSources`获取可用的码流源。 - 2. 调用`getAvailableVideoChannels`获取可用的码流通道。 - 3. 调用`getAvailableVideoChannels`中的`startChannel`设置步骤1获取到的`StreamSource`把码流源和码 流通道进行绑定,并且开启当前码流通道。 - 4. 如果你希望自己实现解码功能,你通过添加调用`addStreamDataListener`添加码流数据监听器来接收码流数据。 - 5. 如果你不希望自己实现解码功能,你也可以使用DJI提供的解码器`IVideoDecoder`来进行解码。 注意: 该接口从MSDK 5.8.0版本开始废弃。请使用`ICameraStreamManager`来实现码流管理相关功能。 MSDK 5.0.0开始支持", ], [ - "码流管理类。用于管理码流通道设置和码流数据输出等功能。以下是接口使用流程: - 1. 调用`getAvailableStreamSources`获取可用的码流源。 - 2. 调用`getAvailableVideoChannels`获取可用的码流通道。 - 3. 调用`getAvailableVideoChannels`中的`startChannel`设置步骤1获取到的`StreamSource`把码流源和码 流通道进行绑定,并且开启当前码流通道。 - 4. 如果你希望自己实现解码功能,你通过添加调用`addStreamDataListener`添加码流数据监听器来接收码流数据。 - 5. 如果你不希望自己实现解码功能,你也可以使用DJI提供的解码器`IVideoDecoder`来进行解码。 MSDK 5.0.0开始支持", + "码流管理类。用于管理码流通道设置和码流数据获取和渲染等功能。以下是接口使用流程: - 1. 调用`getAvailableStreamSources`获取可用的码流源。 - 2. 调用`getAvailableVideoChannels`获取可用的码流通道。 - 3. 调用`getAvailableVideoChannels`中的`startChannel`设置步骤1获取到的`StreamSource`把码流源和码 流通道进行绑定,并且开启当前码流通道。 - 4. 如果你希望自己实现解码功能,你通过添加调用`addStreamDataListener`添加码流数据监听器来接收码流数据。 - 5. 如果你不希望自己实现解码功能,你也可以使用DJI提供的解码器`IVideoDecoder`来进行解码。 注意: 该接口从MSDK 5.8.0版本开始废弃。请使用`ICameraStreamManager`来实现码流管理相关功能。 MSDK 5.0.0开始支持", 1, "/Components/IMediaDataCenter/IVideoStreamManager.html", "", "", ], + [ + "ICameraStreamManager", + 2, + "/Components/IMediaDataCenter/ICameraStreamManager.html", + "", + "相机码流管理类。支持相机镜头的码流显示、获取码流数据和帧数据等功能。以下是接口使用流程: - 通过`addAvailableCameraUpdatedListener`添加监听器获取可用的相机索引。 - 调用`putCameraStreamSurface`将相机码流的画面显示到特定的的surface中。 - 添加码流数据监听器`addReceiveStreamListener`来接收码流数据,码流数据可用于自行解码显示和第三方直播等功能。 - 添加帧数据监听器`addFrameListener`来接收帧数据。帧数据可以用于AI识别等功能的算法处理。 MSDK 5.8.0开始支持", + ], + [ + "相机码流管理类。支持相机镜头的码流显示、获取码流数据和帧数据等功能。以下是接口使用流程: - 通过`addAvailableCameraUpdatedListener`添加监听器获取可用的相机索引。 - 调用`putCameraStreamSurface`将相机码流的画面显示到特定的的surface中。 - 添加码流数据监听器`addReceiveStreamListener`来接收码流数据,码流数据可用于自行解码显示和第三方直播等功能。 - 添加帧数据监听器`addFrameListener`来接收帧数据。帧数据可以用于AI识别等功能的算法处理。 MSDK 5.8.0开始支持", + 1, + "/Components/IMediaDataCenter/ICameraStreamManager.html", + "", + "", + ], [ "IMediaManager", 2, @@ -11152,10 +11854,10 @@ var search_data = { 2, "/Components/IMediaDataCenter/IVideoStreamManager_IVideoChannel.html", "#IVideoStreamManager_IVideoChannel_closeChannel_inline", - "关闭码流通道,关闭码流通道后,码流通道中的码流数据监听器`StreamDataListener`将会停止接收码流数据;关闭成功后,码流通道的状态会变为`CLOS E`。 MSDK 5.0.0开始支持 @param callback 返回执行结果的回调。", + "关闭码流通道,关闭码流通道后,码流通道中的码流数据监听器`androidx.annotation.NonNull`将会停止接收码流数据;关闭成功后,码流通道的状 态会变为`CLOSE`。 MSDK 5.0.0开始支持 @param callback 返回执行结果的回调。", ], [ - "关闭码流通道,关闭码流通道后,码流通道中的码流数据监听器`StreamDataListener`将会停止接收码流数据;关闭成功后,码流通道的状态会变为`CLOS E`。 MSDK 5.0.0开始支持 @param callback 返回执行结果的回调。", + "关闭码流通道,关闭码流通道后,码流通道中的码流数据监听器`androidx.annotation.NonNull`将会停止接收码流数据;关闭成功后,码流通道的状 态会变为`CLOSE`。 MSDK 5.0.0开始支持 @param callback 返回执行结果的回调。", 1, "/Components/IMediaDataCenter/IVideoStreamManager_IVideoChannel.html", "#IVideoStreamManager_IVideoChannel_closeChannel_inline", @@ -11330,17 +12032,17 @@ var search_data = { "", ], [ - "StreamDataListener", + "androidx.annotation.NonNull", 2, - "/Components/IMediaDataCenter/IVideoStreamManager_IVideoChannel_StreamDataListener.html", - "", + "/Components/IMediaDataCenter/IVideoStreamManager_IVideoChannel.html", + "#IVideoStreamManager_IVideoChannel_StreamDataListener_inline", "码流数据监听器。 MSDK 5.0.0开始支持", ], [ "码流数据监听器。 MSDK 5.0.0开始支持", 1, - "/Components/IMediaDataCenter/IVideoStreamManager_IVideoChannel_StreamDataListener.html", - "", + "/Components/IMediaDataCenter/IVideoStreamManager_IVideoChannel.html", + "#IVideoStreamManager_IVideoChannel_StreamDataListener_inline", "", ], [ @@ -11458,14 +12160,14 @@ var search_data = { [ "onReceive", 2, - "/Components/IMediaDataCenter/IVideoStreamManager_IVideoChannel_StreamDataListener.html", + "/Components/IMediaDataCenter/IVideoStreamManager_IVideoChannel.html", "#IVideoStreamManager_IVideoChannel_StreamDataListener_onReceive_inline", - "当码流通道接收到码流数据以后会回调此方法。 MSDK 5.0.0开始支持 @param videoFrame 码流帧数据", + "当码流通道接收到码流数据以后会回调此方法。 MSDK 5.0.0开始支持 @param videoFrame 帧数据", ], [ - "当码流通道接收到码流数据以后会回调此方法。 MSDK 5.0.0开始支持 @param videoFrame 码流帧数据", + "当码流通道接收到码流数据以后会回调此方法。 MSDK 5.0.0开始支持 @param videoFrame 帧数据", 1, - "/Components/IMediaDataCenter/IVideoStreamManager_IVideoChannel_StreamDataListener.html", + "/Components/IMediaDataCenter/IVideoStreamManager_IVideoChannel.html", "#IVideoStreamManager_IVideoChannel_StreamDataListener_onReceive_inline", "", ], @@ -11642,10 +12344,10 @@ var search_data = { 2, "/Components/IMediaDataCenter/ILiveStreamManager.html", "#ILiveStreamManager_setVideoChannelType_inline", - "设置直播所使用的码流通道。 MSDK 5.0.0开始支持 @param videoChannelType 码流通道类型。", + "设置直播所使用的码流通道。 注意: 该接口从MSDK 5.8.0版本开始废弃。请调用`setCameraIndex`设置需要直播的相机索引。 MSDK 5.0.0开始支持 @param videoChannelType 码流通道类型。", ], [ - "设置直播所使用的码流通道。 MSDK 5.0.0开始支持 @param videoChannelType 码流通道类型。", + "设置直播所使用的码流通道。 注意: 该接口从MSDK 5.8.0版本开始废弃。请调用`setCameraIndex`设置需要直播的相机索引。 MSDK 5.0.0开始支持 @param videoChannelType 码流通道类型。", 1, "/Components/IMediaDataCenter/ILiveStreamManager.html", "#ILiveStreamManager_setVideoChannelType_inline", @@ -11656,15 +12358,43 @@ var search_data = { 2, "/Components/IMediaDataCenter/ILiveStreamManager.html", "#ILiveStreamManager_getVideoChannelType_inline", - "获取直播所使用的码流通道。 MSDK 5.0.0开始支持 @return 返回码流通道类型。", + "获取直播所使用的码流通道。 注意: 该接口从MSDK 5.8.0版本开始废弃。请调用`getCameraIndex`获取设置的相机索引。 MSDK 5.0.0开始支持 @return 返回码流通道类型。", ], [ - "获取直播所使用的码流通道。 MSDK 5.0.0开始支持 @return 返回码流通道类型。", + "获取直播所使用的码流通道。 注意: 该接口从MSDK 5.8.0版本开始废弃。请调用`getCameraIndex`获取设置的相机索引。 MSDK 5.0.0开始支持 @return 返回码流通道类型。", 1, "/Components/IMediaDataCenter/ILiveStreamManager.html", "#ILiveStreamManager_getVideoChannelType_inline", "", ], + [ + "setCameraIndex", + 2, + "/Components/IMediaDataCenter/ILiveStreamManager.html", + "#ILiveStreamManager_setCameraIndex_inline", + "设置需要进行直播的相机索引。 MSDK 5.8.0开始支持 @param cameraIndex 需要进行直播的相机索引。", + ], + [ + "设置需要进行直播的相机索引。 MSDK 5.8.0开始支持 @param cameraIndex 需要进行直播的相机索引。", + 1, + "/Components/IMediaDataCenter/ILiveStreamManager.html", + "#ILiveStreamManager_setCameraIndex_inline", + "", + ], + [ + "getCameraIndex", + 2, + "/Components/IMediaDataCenter/ILiveStreamManager.html", + "#ILiveStreamManager_getCameraIndex_inline", + "获取设置的相机索引。 MSDK 5.8.0开始支持 @return 返回设置的相机索引。", + ], + [ + "获取设置的相机索引。 MSDK 5.8.0开始支持 @return 返回设置的相机索引。", + 1, + "/Components/IMediaDataCenter/ILiveStreamManager.html", + "#ILiveStreamManager_getCameraIndex_inline", + "", + ], [ "startStream", 2, @@ -12916,15 +13646,29 @@ var search_data = { 2, "/Components/IMediaDataCenter/IMediaManager.html", "#IMediaManager_playVideo_inline", - "开始播放设置的多媒体文件,媒体文件数据通过回调方法的获取。 - 1. 如果你希望自己实现解码以播放视频,你通过callback中获取到的视频帧数据`IVideoFrame`,调用自定义解码器进行解码以播放视频。 - 2. 你也可以使用DJI提供的解码器`IVideoDecoder`来进行解码以播放视频。用`EXTENDED_STREAM_CHANNEL`初始化`IVi deoDecoder`,然后调用`setMediaFile`把需要解码的媒体文件设置到解码器中,最后调用`queueInFrame`将callback中获取到的 视频帧数据`IVideoFrame`送入队列进行解码。 MSDK 5.0.0开始支持 @param mediaFile 需要播放的多媒体文件。 @param callback 返回执行结果的回调。", + "开始播放设置的多媒体文件,媒体文件数据通过回调方法的获取。 - 1. 如果你希望自己实现解码以播放视频,你通过callback中获取到的视频帧数据`IVideoFrame`,调用自定义解码器进行解码以播放视频。 - 2. 你也可以使用DJI提供的解码器`IVideoDecoder`来进行解码以播放视频。用`EXTENDED_STREAM_CHANNEL`初始化`IVi deoDecoder`,然后调用`setMediaFile`把需要解码的媒体文件设置到解码器中,最后调用`queueInFrame`将callback中获取到的 视频帧数据`IVideoFrame`送入队列进行解码。 注意: 该接口从MSDK 5.8.0版本开始废弃。请调用`playVideoToSurface`播放多媒体文件。 MSDK 5.0.0开始支持 @param mediaFile 需要播放的多媒体文件。 @param callback 返回执行结果的回调。", ], [ - "开始播放设置的多媒体文件,媒体文件数据通过回调方法的获取。 - 1. 如果你希望自己实现解码以播放视频,你通过callback中获取到的视频帧数据`IVideoFrame`,调用自定义解码器进行解码以播放视频。 - 2. 你也可以使用DJI提供的解码器`IVideoDecoder`来进行解码以播放视频。用`EXTENDED_STREAM_CHANNEL`初始化`IVi deoDecoder`,然后调用`setMediaFile`把需要解码的媒体文件设置到解码器中,最后调用`queueInFrame`将callback中获取到的 视频帧数据`IVideoFrame`送入队列进行解码。 MSDK 5.0.0开始支持 @param mediaFile 需要播放的多媒体文件。 @param callback 返回执行结果的回调。", + "开始播放设置的多媒体文件,媒体文件数据通过回调方法的获取。 - 1. 如果你希望自己实现解码以播放视频,你通过callback中获取到的视频帧数据`IVideoFrame`,调用自定义解码器进行解码以播放视频。 - 2. 你也可以使用DJI提供的解码器`IVideoDecoder`来进行解码以播放视频。用`EXTENDED_STREAM_CHANNEL`初始化`IVi deoDecoder`,然后调用`setMediaFile`把需要解码的媒体文件设置到解码器中,最后调用`queueInFrame`将callback中获取到的 视频帧数据`IVideoFrame`送入队列进行解码。 注意: 该接口从MSDK 5.8.0版本开始废弃。请调用`playVideoToSurface`播放多媒体文件。 MSDK 5.0.0开始支持 @param mediaFile 需要播放的多媒体文件。 @param callback 返回执行结果的回调。", 1, "/Components/IMediaDataCenter/IMediaManager.html", "#IMediaManager_playVideo_inline", "", ], + [ + "playVideoToSurface", + 2, + "/Components/IMediaDataCenter/IMediaManager.html", + "#IMediaManager_playVideoToSurface_inline", + "开始播放设置的多媒体文件,媒体文件数据通过回调方法的获取。 注意: 如果你希望自己实现解码以播放视频,你通过listener中获取到的视频数据,调用自定义解码器进行解码以播放视频。 MSDK 5.8.0开始支持 @param mediaFile 需要播放的多媒体文件。 @param surface 需要播放显示的surface。 @param surfaceWidth 需要播放显示surface的宽。 @param surfaceHeight 需要播放显示surface的高。 @param scaleType 设置需要进行码流显示的surface的缩放类型。 @param listener 返回执行结果的回调。", + ], + [ + "开始播放设置的多媒体文件,媒体文件数据通过回调方法的获取。 注意: 如果你希望自己实现解码以播放视频,你通过listener中获取到的视频数据,调用自定义解码器进行解码以播放视频。 MSDK 5.8.0开始支持 @param mediaFile 需要播放的多媒体文件。 @param surface 需要播放显示的surface。 @param surfaceWidth 需要播放显示surface的宽。 @param surfaceHeight 需要播放显示surface的高。 @param scaleType 设置需要进行码流显示的surface的缩放类型。 @param listener 返回执行结果的回调。", + 1, + "/Components/IMediaDataCenter/IMediaManager.html", + "#IMediaManager_playVideoToSurface_inline", + "", + ], [ "seekVideo", 2, @@ -13191,6 +13935,48 @@ var search_data = { "", "", ], + [ + "MediaFrameListener", + 2, + "/Components/IMediaDataCenter/IMediaManager_MediaFrameListener.html", + "", + "多媒体文件数据监听器。 MSDK 5.8.0开始支持", + ], + [ + "多媒体文件数据监听器。 MSDK 5.8.0开始支持", + 1, + "/Components/IMediaDataCenter/IMediaManager_MediaFrameListener.html", + "", + "", + ], + [ + "onReceiveStream", + 2, + "/Components/IMediaDataCenter/IMediaManager_MediaFrameListener.html", + "#IMediaManager_MediaFrameListener_onReceiveStream_inline", + "当接收到多媒体文件数据以后会回调此方法。 MSDK 5.8.0开始支持 @param data 多媒体文件数据。 @param offset 多媒体文件数据的偏移量。 @param length 多媒体文件数据的长度。 @param info 多媒体文件数据的信息。", + ], + [ + "当接收到多媒体文件数据以后会回调此方法。 MSDK 5.8.0开始支持 @param data 多媒体文件数据。 @param offset 多媒体文件数据的偏移量。 @param length 多媒体文件数据的长度。 @param info 多媒体文件数据的信息。", + 1, + "/Components/IMediaDataCenter/IMediaManager_MediaFrameListener.html", + "#IMediaManager_MediaFrameListener_onReceiveStream_inline", + "", + ], + [ + "onError", + 2, + "/Components/IMediaDataCenter/IMediaManager_MediaFrameListener.html", + "#IMediaManager_MediaFrameListener_onError_inline", + "当多媒体文件回放过程中发生错误以后会回调此方法。 MSDK 5.8.0开始支持 @param error 多媒体文件回放过程中的错误。", + ], + [ + "当多媒体文件回放过程中发生错误以后会回调此方法。 MSDK 5.8.0开始支持 @param error 多媒体文件回放过程中的错误。", + 1, + "/Components/IMediaDataCenter/IMediaManager_MediaFrameListener.html", + "#IMediaManager_MediaFrameListener_onError_inline", + "", + ], [ "onUpdate", 2, @@ -13387,6 +14173,524 @@ var search_data = { "#IMediaManager_MediaFileListData_deleteMediaFiles_inline", "", ], + [ + "addAvailableCameraUpdatedListener", + 2, + "/Components/IMediaDataCenter/ICameraStreamManager.html", + "#ICameraStreamManager_addAvailableCameraUpdatedListener_inline", + "设置可用相机监听器。通过此监听器可以监听可用的相机索引。获取到可用的相机索引以后可以调用`putCameraStreamSurface`显示特定相机的码流。 MSDK 5.8.0开始支持 @param listener 可用相机监听器", + ], + [ + "设置可用相机监听器。通过此监听器可以监听可用的相机索引。获取到可用的相机索引以后可以调用`putCameraStreamSurface`显示特定相机的码流。 MSDK 5.8.0开始支持 @param listener 可用相机监听器", + 1, + "/Components/IMediaDataCenter/ICameraStreamManager.html", + "#ICameraStreamManager_addAvailableCameraUpdatedListener_inline", + "", + ], + [ + "removeAvailableCameraUpdatedListener", + 2, + "/Components/IMediaDataCenter/ICameraStreamManager.html", + "#ICameraStreamManager_removeAvailableCameraUpdatedListener_inline", + "移除可用相机监听器。 MSDK 5.8.0开始支持 @param listener 可用相机监听器", + ], + [ + "移除可用相机监听器。 MSDK 5.8.0开始支持 @param listener 可用相机监听器", + 1, + "/Components/IMediaDataCenter/ICameraStreamManager.html", + "#ICameraStreamManager_removeAvailableCameraUpdatedListener_inline", + "", + ], + [ + "putCameraStreamSurface", + 2, + "/Components/IMediaDataCenter/ICameraStreamManager.html", + "#ICameraStreamManager_putCameraStreamSurface_inline", + "将相机码流的画面显示到特定的的surface中,单个surface只能显示一个相机的码流画面。如果针对同一个surface多次调用此接口,将进行该surface 的参数更新,比如更新相机索引,surface的宽高和缩放类型。 注意: 如果你希望显示不同相机镜头的画面,你可以调用`KeyCameraVideoStreamSource`进行相机镜头切换。 MSDK 5.8.0开始支持 @param cameraIndex 设置需要进行码流显示的相机索引。 @param surface 设置需要进行码流显示的surface。支持SurfaceView、TextureView和MediaCodeC的surface,不支持GLSurfaceView的surface以及任何和OpenGL绑定的surface。 @param surfaceWidth 设置需要进行码流显示的surface宽度。 @param surfaceHeight 设置需要进行码流显示的surface高度。 @param scaleType 设置需要进行码流显示的surface的缩放类型。", + ], + [ + "将相机码流的画面显示到特定的的surface中,单个surface只能显示一个相机的码流画面。如果针对同一个surface多次调用此接口,将进行该surface 的参数更新,比如更新相机索引,surface的宽高和缩放类型。 注意: 如果你希望显示不同相机镜头的画面,你可以调用`KeyCameraVideoStreamSource`进行相机镜头切换。 MSDK 5.8.0开始支持 @param cameraIndex 设置需要进行码流显示的相机索引。 @param surface 设置需要进行码流显示的surface。支持SurfaceView、TextureView和MediaCodeC的surface,不支持GLSurfaceView的surface以及任何和OpenGL绑定的surface。 @param surfaceWidth 设置需要进行码流显示的surface宽度。 @param surfaceHeight 设置需要进行码流显示的surface高度。 @param scaleType 设置需要进行码流显示的surface的缩放类型。", + 1, + "/Components/IMediaDataCenter/ICameraStreamManager.html", + "#ICameraStreamManager_putCameraStreamSurface_inline", + "", + ], + [ + "removeCameraStreamSurface", + 2, + "/Components/IMediaDataCenter/ICameraStreamManager.html", + "#ICameraStreamManager_removeCameraStreamSurface_inline", + "移除已经添加的surface,当你不再需要使用该surface的时候,请调用此接口移除已经添加的surface,否则会导致内存泄漏。移除后该surface将不再 显示相机画面。 MSDK 5.8.0开始支持 @param surface 设置需要移除的Surface。", + ], + [ + "移除已经添加的surface,当你不再需要使用该surface的时候,请调用此接口移除已经添加的surface,否则会导致内存泄漏。移除后该surface将不再 显示相机画面。 MSDK 5.8.0开始支持 @param surface 设置需要移除的Surface。", + 1, + "/Components/IMediaDataCenter/ICameraStreamManager.html", + "#ICameraStreamManager_removeCameraStreamSurface_inline", + "", + ], + [ + "addReceiveStreamListener", + 2, + "/Components/IMediaDataCenter/ICameraStreamManager.html", + "#ICameraStreamManager_addReceiveStreamListener_inline", + "添加码流数据监听器。通过此监听器可以接收指定相机的码流数据。你可以使用此码流数据自行解码显示或者实现第三方直播等功能。 MSDK 5.8.0开始支持 @param cameraIndex 设置需要监听的相机索引。 @param listener 码流数据监听器", + ], + [ + "添加码流数据监听器。通过此监听器可以接收指定相机的码流数据。你可以使用此码流数据自行解码显示或者实现第三方直播等功能。 MSDK 5.8.0开始支持 @param cameraIndex 设置需要监听的相机索引。 @param listener 码流数据监听器", + 1, + "/Components/IMediaDataCenter/ICameraStreamManager.html", + "#ICameraStreamManager_addReceiveStreamListener_inline", + "", + ], + [ + "removeReceiveStreamListener", + 2, + "/Components/IMediaDataCenter/ICameraStreamManager.html", + "#ICameraStreamManager_removeReceiveStreamListener_inline", + "移除码流数据监听器。 MSDK 5.8.0开始支持 @param listener 码流数据监听器", + ], + [ + "移除码流数据监听器。 MSDK 5.8.0开始支持 @param listener 码流数据监听器", + 1, + "/Components/IMediaDataCenter/ICameraStreamManager.html", + "#ICameraStreamManager_removeReceiveStreamListener_inline", + "", + ], + [ + "addFrameListener", + 2, + "/Components/IMediaDataCenter/ICameraStreamManager.html", + "#ICameraStreamManager_addFrameListener_inline", + "添加帧数据监听器。通过此监听器可以监听指定相机解码后的帧数据,你可以使用帧数据实现AI识别等功能。 MSDK 5.8.0开始支持 @param cameraIndex 设置需要监听的相机索引。 @param format 设置需要监听的帧格式。 @param listener 帧数据监听器", + ], + [ + "添加帧数据监听器。通过此监听器可以监听指定相机解码后的帧数据,你可以使用帧数据实现AI识别等功能。 MSDK 5.8.0开始支持 @param cameraIndex 设置需要监听的相机索引。 @param format 设置需要监听的帧格式。 @param listener 帧数据监听器", + 1, + "/Components/IMediaDataCenter/ICameraStreamManager.html", + "#ICameraStreamManager_addFrameListener_inline", + "", + ], + [ + "removeFrameListener", + 2, + "/Components/IMediaDataCenter/ICameraStreamManager.html", + "#ICameraStreamManager_removeFrameListener_inline", + "移除帧数据监听器。 MSDK 5.8.0开始支持 @param listener 帧数据监听器", + ], + [ + "移除帧数据监听器。 MSDK 5.8.0开始支持 @param listener 帧数据监听器", + 1, + "/Components/IMediaDataCenter/ICameraStreamManager.html", + "#ICameraStreamManager_removeFrameListener_inline", + "", + ], + [ + "setKeepAliveDecoding", + 2, + "/Components/IMediaDataCenter/ICameraStreamManager.html", + "#ICameraStreamManager_setKeepAliveVideoDecoder_inline", + "是否让解码器在后台持续解码,默认值为`false`。如果为`false`,当模块内部没有引用任何Surface、ReceiveStreamListener、Ca meraFrameListener的时候,解码器会暂停解码以降低后台性能/电量的消耗,但是这会增加首次推送相机码流数据的延迟。如果为`true`,那么解码器会持 续在后台解码,这会增加性能/电量的消耗,但是可以降低首次推送相机码流数据的延迟。 MSDK 5.8.0开始支持 @param isKeepALive `true`表示解码器在后台持续解码。", + ], + [ + "是否让解码器在后台持续解码,默认值为`false`。如果为`false`,当模块内部没有引用任何Surface、ReceiveStreamListener、Ca meraFrameListener的时候,解码器会暂停解码以降低后台性能/电量的消耗,但是这会增加首次推送相机码流数据的延迟。如果为`true`,那么解码器会持 续在后台解码,这会增加性能/电量的消耗,但是可以降低首次推送相机码流数据的延迟。 MSDK 5.8.0开始支持 @param isKeepALive `true`表示解码器在后台持续解码。", + 1, + "/Components/IMediaDataCenter/ICameraStreamManager.html", + "#ICameraStreamManager_setKeepAliveVideoDecoder_inline", + "", + ], + [ + "AvailableCameraUpdatedListener", + 2, + "/Components/IMediaDataCenter/ICameraStreamManager_AvailableCameraUpdatedListener.html", + "", + "可用相机监听器。 MSDK 5.8.0开始支持", + ], + [ + "可用相机监听器。 MSDK 5.8.0开始支持", + 1, + "/Components/IMediaDataCenter/ICameraStreamManager_AvailableCameraUpdatedListener.html", + "", + "", + ], + [ + "onAvailableCameraUpdated", + 2, + "/Components/IMediaDataCenter/ICameraStreamManager_AvailableCameraUpdatedListener.html", + "#ICameraStreamManager_AvailableCameraUpdatedListener_onAvailableCameraUpdated_inline", + "当可用相机列表变化以后会回调此方法。 MSDK 5.8.0开始支持 @param availableCameraList 可用相机列表。", + ], + [ + "当可用相机列表变化以后会回调此方法。 MSDK 5.8.0开始支持 @param availableCameraList 可用相机列表。", + 1, + "/Components/IMediaDataCenter/ICameraStreamManager_AvailableCameraUpdatedListener.html", + "#ICameraStreamManager_AvailableCameraUpdatedListener_onAvailableCameraUpdated_inline", + "", + ], + [ + "CameraFrameListener", + 2, + "/Components/IMediaDataCenter/ICameraStreamManager_CameraFrameListener.html", + "", + "帧数据监听器。 MSDK 5.8.0开始支持", + ], + [ + "帧数据监听器。 MSDK 5.8.0开始支持", + 1, + "/Components/IMediaDataCenter/ICameraStreamManager_CameraFrameListener.html", + "", + "", + ], + [ + "onFrame", + 2, + "/Components/IMediaDataCenter/ICameraStreamManager_CameraFrameListener.html", + "#ICameraStreamManager_CameraFrameListener_onFrame_inline", + "当接收到帧数据以后会回调此方法。 MSDK 5.8.0开始支持 @param frameData 帧数据。 @param offset 帧数据的偏移量。 @param length 帧数据的长度。 @param width 帧数据的宽。 @param height 帧数据的高。 @param format 帧数据的格式。", + ], + [ + "当接收到帧数据以后会回调此方法。 MSDK 5.8.0开始支持 @param frameData 帧数据。 @param offset 帧数据的偏移量。 @param length 帧数据的长度。 @param width 帧数据的宽。 @param height 帧数据的高。 @param format 帧数据的格式。", + 1, + "/Components/IMediaDataCenter/ICameraStreamManager_CameraFrameListener.html", + "#ICameraStreamManager_CameraFrameListener_onFrame_inline", + "", + ], + [ + "ReceiveStreamListener", + 2, + "/Components/IMediaDataCenter/ICameraStreamManager_ReceiveStreamListener.html", + "", + "码流数据监听器。 MSDK 5.8.0开始支持", + ], + [ + "码流数据监听器。 MSDK 5.8.0开始支持", + 1, + "/Components/IMediaDataCenter/ICameraStreamManager_ReceiveStreamListener.html", + "", + "", + ], + [ + "onReceiveStream", + 2, + "/Components/IMediaDataCenter/ICameraStreamManager_ReceiveStreamListener.html", + "#ICameraStreamManager_ReceiveStreamListener_onReceiveStream_inline", + "当接收到码流数据以后会回调此方法。 MSDK 5.8.0开始支持 @param data 码流数据。 @param offset 码流数据的偏移量。 @param length 码流数据的长度。 @param info 码流数据的信息。", + ], + [ + "当接收到码流数据以后会回调此方法。 MSDK 5.8.0开始支持 @param data 码流数据。 @param offset 码流数据的偏移量。 @param length 码流数据的长度。 @param info 码流数据的信息。", + 1, + "/Components/IMediaDataCenter/ICameraStreamManager_ReceiveStreamListener.html", + "#ICameraStreamManager_ReceiveStreamListener_onReceiveStream_inline", + "", + ], + [ + "StreamInfo", + 2, + "/Components/IMediaDataCenter/ICameraStreamManager_StreamInfo.html", + "", + "码流信息类,可获取码流的宽度,高度和帧率等信息。 MSDK 5.8.0开始支持", + ], + [ + "码流信息类,可获取码流的宽度,高度和帧率等信息。 MSDK 5.8.0开始支持", + 1, + "/Components/IMediaDataCenter/ICameraStreamManager_StreamInfo.html", + "", + "", + ], + [ + "getMimeType", + 2, + "/Components/IMediaDataCenter/ICameraStreamManager_StreamInfo.html", + "#ICameraStreamManager_StreamInfo_getMimeType_inline", + "获取码流的编解码媒体类型。 @return 返回码流的编解码媒体类型。", + ], + [ + "获取码流的编解码媒体类型。 @return 返回码流的编解码媒体类型。", + 1, + "/Components/IMediaDataCenter/ICameraStreamManager_StreamInfo.html", + "#ICameraStreamManager_StreamInfo_getMimeType_inline", + "", + ], + [ + "getWidth", + 2, + "/Components/IMediaDataCenter/ICameraStreamManager_StreamInfo.html", + "#ICameraStreamManager_StreamInfo_getWidth_inline", + "获取码流数据宽。 @return 返回码流数据宽。", + ], + [ + "获取码流数据宽。 @return 返回码流数据宽。", + 1, + "/Components/IMediaDataCenter/ICameraStreamManager_StreamInfo.html", + "#ICameraStreamManager_StreamInfo_getWidth_inline", + "", + ], + [ + "getHeight", + 2, + "/Components/IMediaDataCenter/ICameraStreamManager_StreamInfo.html", + "#ICameraStreamManager_StreamInfo_getHeight_inline", + "获取码流数据高。 @return 返回码流数据高。", + ], + [ + "获取码流数据高。 @return 返回码流数据高。", + 1, + "/Components/IMediaDataCenter/ICameraStreamManager_StreamInfo.html", + "#ICameraStreamManager_StreamInfo_getHeight_inline", + "", + ], + [ + "getFrameRate", + 2, + "/Components/IMediaDataCenter/ICameraStreamManager_StreamInfo.html", + "#ICameraStreamManager_StreamInfo_getFrameRate_inline", + "获取码流数据帧率。 @return 返回码流数据帧率。", + ], + [ + "获取码流数据帧率。 @return 返回码流数据帧率。", + 1, + "/Components/IMediaDataCenter/ICameraStreamManager_StreamInfo.html", + "#ICameraStreamManager_StreamInfo_getFrameRate_inline", + "", + ], + [ + "getPresentationTimeMs", + 2, + "/Components/IMediaDataCenter/ICameraStreamManager_StreamInfo.html", + "#ICameraStreamManager_StreamInfo_getPresentationTimeMs_inline", + "获取码流显示时间戳PTS,单位:毫秒。 @return 返回码流的显示时间戳PTS。", + ], + [ + "获取码流显示时间戳PTS,单位:毫秒。 @return 返回码流的显示时间戳PTS。", + 1, + "/Components/IMediaDataCenter/ICameraStreamManager_StreamInfo.html", + "#ICameraStreamManager_StreamInfo_getPresentationTimeMs_inline", + "", + ], + [ + "isKeyFrame", + 2, + "/Components/IMediaDataCenter/ICameraStreamManager_StreamInfo.html", + "#ICameraStreamManager_StreamInfo_isKeyFrame_inline", + "获取当前码流数据是关键帧数据。 @return `true`表示当前码流数据是关键帧数据。", + ], + [ + "获取当前码流数据是关键帧数据。 @return `true`表示当前码流数据是关键帧数据。", + 1, + "/Components/IMediaDataCenter/ICameraStreamManager_StreamInfo.html", + "#ICameraStreamManager_StreamInfo_isKeyFrame_inline", + "", + ], + [ + "MimeType", + 2, + "/Components/IMediaDataCenter/ICameraStreamManager.html", + "#ICameraStreamManager_MimeType_inline", + "编解码的媒体类型,支持H264和H265。 MSDK 5.8.0开始支持", + ], + [ + "编解码的媒体类型,支持H264和H265。 MSDK 5.8.0开始支持", + 1, + "/Components/IMediaDataCenter/ICameraStreamManager.html", + "#ICameraStreamManager_MimeType_inline", + "", + ], + [ + "H264", + 2, + "/Components/IMediaDataCenter/ICameraStreamManager.html", + "#ICameraStreamManager_MimeType_H264_inline", + "H264", + ], + [ + "H264", + 1, + "/Components/IMediaDataCenter/ICameraStreamManager.html", + "#ICameraStreamManager_MimeType_H264_inline", + "", + ], + [ + "H265", + 2, + "/Components/IMediaDataCenter/ICameraStreamManager.html", + "#ICameraStreamManager_MimeType_H265_inline", + "H265", + ], + [ + "H265", + 1, + "/Components/IMediaDataCenter/ICameraStreamManager.html", + "#ICameraStreamManager_MimeType_H265_inline", + "", + ], + [ + "ScaleType", + 2, + "/Components/IMediaDataCenter/ICameraStreamManager.html", + "#ICameraStreamManager_ScaleType_inline", + "画面缩放类型。 MSDK 5.8.0开始支持", + ], + [ + "画面缩放类型。 MSDK 5.8.0开始支持", + 1, + "/Components/IMediaDataCenter/ICameraStreamManager.html", + "#ICameraStreamManager_ScaleType_inline", + "", + ], + [ + "FIX_XY", + 2, + "/Components/IMediaDataCenter/ICameraStreamManager.html", + "#ICameraStreamManager_ScaleType_FIX_XY_inline", + "拉伸铺满。", + ], + [ + "拉伸铺满。", + 1, + "/Components/IMediaDataCenter/ICameraStreamManager.html", + "#ICameraStreamManager_ScaleType_FIX_XY_inline", + "", + ], + [ + "CENTER_CROP", + 2, + "/Components/IMediaDataCenter/ICameraStreamManager.html", + "#ICameraStreamManager_ScaleType_CENTER_CROP_inline", + "裁剪适应铺满。", + ], + [ + "裁剪适应铺满。", + 1, + "/Components/IMediaDataCenter/ICameraStreamManager.html", + "#ICameraStreamManager_ScaleType_CENTER_CROP_inline", + "", + ], + [ + "CENTER_INSIDE", + 2, + "/Components/IMediaDataCenter/ICameraStreamManager.html", + "#ICameraStreamManager_ScaleType_CENTER_INSIDE_inline", + "缩放适应。", + ], + [ + "缩放适应。", + 1, + "/Components/IMediaDataCenter/ICameraStreamManager.html", + "#ICameraStreamManager_ScaleType_CENTER_INSIDE_inline", + "", + ], + [ + "FrameFormat", + 2, + "/Components/IMediaDataCenter/ICameraStreamManager.html", + "#ICameraStreamManager_FrameFormat_inline", + "帧数据格式。 MSDK 5.8.0开始支持", + ], + [ + "帧数据格式。 MSDK 5.8.0开始支持", + 1, + "/Components/IMediaDataCenter/ICameraStreamManager.html", + "#ICameraStreamManager_FrameFormat_inline", + "", + ], + [ + "YUV420_888", + 2, + "/Components/IMediaDataCenter/ICameraStreamManager.html", + "#ICameraStreamManager_FrameFormat_YUV420_888_inline", + "YUV420_888", + ], + [ + "YUV420_888", + 1, + "/Components/IMediaDataCenter/ICameraStreamManager.html", + "#ICameraStreamManager_FrameFormat_YUV420_888_inline", + "", + ], + [ + "YUV444_888", + 2, + "/Components/IMediaDataCenter/ICameraStreamManager.html", + "#ICameraStreamManager_FrameFormat_YUV444_888_inline", + "YUV444_888", + ], + [ + "YUV444_888", + 1, + "/Components/IMediaDataCenter/ICameraStreamManager.html", + "#ICameraStreamManager_FrameFormat_YUV444_888_inline", + "", + ], + [ + "YUY2", + 2, + "/Components/IMediaDataCenter/ICameraStreamManager.html", + "#ICameraStreamManager_FrameFormat_YUY2_inline", + "YUV2", + ], + [ + "YUV2", + 1, + "/Components/IMediaDataCenter/ICameraStreamManager.html", + "#ICameraStreamManager_FrameFormat_YUY2_inline", + "", + ], + [ + "NV21", + 2, + "/Components/IMediaDataCenter/ICameraStreamManager.html", + "#ICameraStreamManager_FrameFormat_NV21_inline", + "NV21", + ], + [ + "NV21", + 1, + "/Components/IMediaDataCenter/ICameraStreamManager.html", + "#ICameraStreamManager_FrameFormat_NV21_inline", + "", + ], + [ + "RGBA_8888", + 2, + "/Components/IMediaDataCenter/ICameraStreamManager.html", + "#ICameraStreamManager_FrameFormat_RGBA_8888_inline", + "RGBA_8888", + ], + [ + "RGBA_8888", + 1, + "/Components/IMediaDataCenter/ICameraStreamManager.html", + "#ICameraStreamManager_FrameFormat_RGBA_8888_inline", + "", + ], + [ + "getRealNameRegistrationStateFromAircraft", + 2, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager_RealNameRegistrationStatus.html", + "#IUASRemoteIDManager_RealNameRegistrationStatus_getRealNameRegistrationStateFromAircraft_inline", + "获取飞行器中的实名制状态。 @return 返回飞行器中的实名制状态。", + ], + [ + "获取飞行器中的实名制状态。 @return 返回飞行器中的实名制状态。", + 1, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager_RealNameRegistrationStatus.html", + "#IUASRemoteIDManager_RealNameRegistrationStatus_getRealNameRegistrationStateFromAircraft_inline", + "", + ], + [ + "onUpdate", + 2, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager_OperatorRegistrationNumberStatusListener.html", + "#IUASRemoteIDManager_OperatorRegistrationNumberStatusListener_onUpdate_inline", + "当操作者注册码状态发生变化时会回调此方法。 MSDK 5.8.0开始支持 @param operatorRegNumberStatus 操作者注册码状态", + ], + [ + "当操作者注册码状态发生变化时会回调此方法。 MSDK 5.8.0开始支持 @param operatorRegNumberStatus 操作者注册码状态", + 1, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager_OperatorRegistrationNumberStatusListener.html", + "#IUASRemoteIDManager_OperatorRegistrationNumberStatusListener_onUpdate_inline", + "", + ], [ "onUpdate", 2, @@ -13429,15 +14733,29 @@ var search_data = { "#IUASRemoteIDManager_UARegistrationNumberStatusListener_onUpdate_inline", "", ], + [ + "onUpdate", + 2, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager_RealNameRegistrationStatusListener.html", + "#IUASRemoteIDManager_RealNameRegistrationStatusListener_onUpdate_inline", + "当实名制状态发生变化时会回调此方法。 MSDK 5.8.0开始支持 @param realNameRegistrationStatus 实名制状态", + ], + [ + "当实名制状态发生变化时会回调此方法。 MSDK 5.8.0开始支持 @param realNameRegistrationStatus 实名制状态", + 1, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager_RealNameRegistrationStatusListener.html", + "#IUASRemoteIDManager_RealNameRegistrationStatusListener_onUpdate_inline", + "", + ], [ "onUpdate", 2, "/Components/IUASRemoteIDManager/IUASRemoteIDManager_UASRemoteIDStatusListener.html", "#IUASRemoteIDManager_UASRemoteIDStatusListener_onUpdate_inline", - "当无人机远程识别状态发生变化时会回调此方法。 MSDK 5.0.0开始支持 @param uasRemoteIDStatus 无人机远程识别状态", + "当无人机远程识别广播状态发生变化时会回调此方法。 MSDK 5.0.0开始支持 @param uasRemoteIDStatus 无人机远程识别广播状态", ], [ - "当无人机远程识别状态发生变化时会回调此方法。 MSDK 5.0.0开始支持 @param uasRemoteIDStatus 无人机远程识别状态", + "当无人机远程识别广播状态发生变化时会回调此方法。 MSDK 5.0.0开始支持 @param uasRemoteIDStatus 无人机远程识别广播状态", 1, "/Components/IUASRemoteIDManager/IUASRemoteIDManager_UASRemoteIDStatusListener.html", "#IUASRemoteIDManager_UASRemoteIDStatusListener_onUpdate_inline", @@ -13462,10 +14780,10 @@ var search_data = { 2, "/Components/IUASRemoteIDManager/IUASRemoteIDManager_UASRemoteIDStatus.html", "#IUASRemoteIDManager_UASRemoteIDStatus_getRemoteIdWorkingState_inline", - "获取无人机远程识别(RID)的工作状态。 @return 返回无人机远程识别(RID)的工作状态。", + "获取无人机远程识别(RID)广播的工作状态。 @return 返回无人机远程识别(RID)广播的工作状态。", ], [ - "获取无人机远程识别(RID)的工作状态。 @return 返回无人机远程识别(RID)的工作状态。", + "获取无人机远程识别(RID)广播的工作状态。 @return 返回无人机远程识别(RID)广播的工作状态。", 1, "/Components/IUASRemoteIDManager/IUASRemoteIDManager_UASRemoteIDStatus.html", "#IUASRemoteIDManager_UASRemoteIDStatus_getRemoteIdWorkingState_inline", @@ -13528,7 +14846,35 @@ var search_data = { "", ], [ - "UNKNOWN_ERROR", + "NO_BROADCAST", + 2, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager.html", + "#IUASRemoteIDManager_RemoteIdWorkingState_NO_BROADCAST_inline", + "未广播。", + ], + [ + "未广播。", + 1, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager.html", + "#IUASRemoteIDManager_RemoteIdWorkingState_NO_BROADCAST_inline", + "", + ], + [ + "NOT_SUPPORTED", + 2, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager.html", + "#IUASRemoteIDManager_RemoteIdWorkingState_NOT_SUPPORT_inline", + "不支持。", + ], + [ + "不支持。", + 1, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager.html", + "#IUASRemoteIDManager_RemoteIdWorkingState_NOT_SUPPORT_inline", + "", + ], + [ + "NOT_SUPPORTED", 2, "/Components/IUASRemoteIDManager/IUASRemoteIDManager.html", "#IUASRemoteIDManager_RemoteIdWorkingState_UNKNOWN_ERROR_inline", @@ -13555,6 +14901,146 @@ var search_data = { "#IUASRemoteIDManager_ElectronicIDStatus_isElectronicIDEnabled_inline", "", ], + [ + "isOperatorRegistrationNumberImport", + 2, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager_OperatorRegistrationNumberStatus.html", + "#IUASRemoteIDManager_OperatorRegistrationNumberStatus_isOperatorRegistrationNumberImport_inline", + "获取操作者注册码是否导入。 @return 返回操作者注册码是否导入。", + ], + [ + "获取操作者注册码是否导入。 @return 返回操作者注册码是否导入。", + 1, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager_OperatorRegistrationNumberStatus.html", + "#IUASRemoteIDManager_OperatorRegistrationNumberStatus_isOperatorRegistrationNumberImport_inline", + "", + ], + [ + "NOT_AUTH", + 2, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager.html", + "#Value_FlightController_Enum_UOMRealNameFCStatus_NOT_AUTH_inline", + "未认证,飞行器将无法起飞。应中国大陆的无人驾驶航空器飞行管理条例要求,如需要在中国大陆飞行,请在UOM系统上进行实名制登记。 - 实名制登记入口:https://uom.caac.gov.cn/#/login,登记了实名制以后可 以调用此接口将实名制状态更新到飞行器中。", + ], + [ + "未认证,飞行器将无法起飞。应中国大陆的无人驾驶航空器飞行管理条例要求,如需要在中国大陆飞行,请在UOM系统上进行实名制登记。 - 实名制登记入口:https://uom.caac.gov.cn/#/login,登记了实名制以后可 以调用此接口将实名制状态更新到飞行器中。", + 1, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager.html", + "#Value_FlightController_Enum_UOMRealNameFCStatus_NOT_AUTH_inline", + "", + ], + [ + "VAILD_AUTH", + 2, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager.html", + "#Value_FlightController_Enum_UOMRealNameFCStatus_VAILD_AUTH_inline", + "已认证,飞行器可以正常起飞。", + ], + [ + "已认证,飞行器可以正常起飞。", + 1, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager.html", + "#Value_FlightController_Enum_UOMRealNameFCStatus_VAILD_AUTH_inline", + "", + ], + [ + "CANCELLED", + 2, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager.html", + "#Value_FlightController_Enum_UOMRealNameFCStatus_CANCELLED_inline", + "未认证的情况下,UOM系统上的登记信息已注销,飞行器将无法起飞。应中国大陆的无人驾驶航空器飞行管理条例要求,如需要在中国大陆飞行,请在UOM系统上进行实名制登记 。 - 实名制登记入口:https://uom.caac.gov.cn/#/ login,登记了实名制以后可以调用此接口将实名制状态更新到飞行器中。", + ], + [ + "未认证的情况下,UOM系统上的登记信息已注销,飞行器将无法起飞。应中国大陆的无人驾驶航空器飞行管理条例要求,如需要在中国大陆飞行,请在UOM系统上进行实名制登记 。 - 实名制登记入口:https://uom.caac.gov.cn/#/ login,登记了实名制以后可以调用此接口将实名制状态更新到飞行器中。", + 1, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager.html", + "#Value_FlightController_Enum_UOMRealNameFCStatus_CANCELLED_inline", + "", + ], + [ + "NETWORK_ERROR", + 2, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager.html", + "#Value_FlightController_Enum_UOMRealNameFCStatus_NETWORK_ERROR_inline", + "网络错误。", + ], + [ + "网络错误。", + 1, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager.html", + "#Value_FlightController_Enum_UOMRealNameFCStatus_NETWORK_ERROR_inline", + "", + ], + [ + "VERIFIED_AND_CANCLLED", + 2, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager.html", + "#Value_FlightController_Enum_UOMRealNameFCStatus_VERIFIED_AND_CANCLLED_inline", + "飞行器已认证后,UOM系统上的状态已注销,飞行器可以正常起飞。应中国大陆的无人驾驶航空器飞行管理条例要求,如需要在中国大陆飞行,请在UOM系统上进行实名制登记。 - 实名制登记入口:https://uom.caac.gov.cn/#/lo gin,登记了实名制以后可以调用此接口将实名制状态更新到飞行器中。", + ], + [ + "飞行器已认证后,UOM系统上的状态已注销,飞行器可以正常起飞。应中国大陆的无人驾驶航空器飞行管理条例要求,如需要在中国大陆飞行,请在UOM系统上进行实名制登记。 - 实名制登记入口:https://uom.caac.gov.cn/#/lo gin,登记了实名制以后可以调用此接口将实名制状态更新到飞行器中。", + 1, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager.html", + "#Value_FlightController_Enum_UOMRealNameFCStatus_VERIFIED_AND_CANCLLED_inline", + "", + ], + [ + "UNSUPPORTED", + 2, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager.html", + "#Value_FlightController_Enum_UOMRealNameFCStatus_UNSUPPORTED_inline", + "飞行器不支持实名制功能。", + ], + [ + "飞行器不支持实名制功能。", + 1, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager.html", + "#Value_FlightController_Enum_UOMRealNameFCStatus_UNSUPPORTED_inline", + "", + ], + [ + "NOT_ACTIVE_YET", + 2, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager.html", + "#Value_FlightController_Enum_UOMRealNameFCStatus_NOT_ACTIVE_YET_inline", + "飞行器未激活,请先用DJI官方APP激活。", + ], + [ + "飞行器未激活,请先用DJI官方APP激活。", + 1, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager.html", + "#Value_FlightController_Enum_UOMRealNameFCStatus_NOT_ACTIVE_YET_inline", + "", + ], + [ + "DONT_NEED_CHECK_REALNAME", + 2, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager.html", + "#Value_FlightController_Enum_UOMRealNameFCStatus_DONT_NEED_CHECK_REALNAME_inline", + "飞行器无需实名制。", + ], + [ + "飞行器无需实名制。", + 1, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager.html", + "#Value_FlightController_Enum_UOMRealNameFCStatus_DONT_NEED_CHECK_REALNAME_inline", + "", + ], + [ + "DONT_IN_CHINA_MAINLAND", + 2, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager.html", + "#Value_FlightController_Enum_UOMRealNameFCStatus_DONT_IN_CHINA_MAINLAND_inline", + "飞行器不在中国大陆。", + ], + [ + "飞行器不在中国大陆。", + 1, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager.html", + "#Value_FlightController_Enum_UOMRealNameFCStatus_DONT_IN_CHINA_MAINLAND_inline", + "", + ], [ "US_STRATEGY", 2, @@ -13597,6 +15083,34 @@ var search_data = { "#IUASRemoteIDManager_AreaStrategy_JAPAN_STRATEGY_inline", "", ], + [ + "EUROPEAN_STRATEGY", + 2, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager.html", + "#IUASRemoteIDManager_AreaStrategy_EUROPEAN_STRATEGY_inline", + "欧盟策略。", + ], + [ + "欧盟策略。", + 1, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager.html", + "#IUASRemoteIDManager_AreaStrategy_EUROPEAN_STRATEGY_inline", + "", + ], + [ + "CHINA_STRATEGY", + 2, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager.html", + "#IUASRemoteIDManager_AreaStrategy_CHINA_STRATEGY_inline", + "中国策略。", + ], + [ + "中国策略。", + 1, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager.html", + "#IUASRemoteIDManager_AreaStrategy_CHINA_STRATEGY_inline", + "", + ], [ "setAreaCode", 2, @@ -13615,14 +15129,14 @@ var search_data = { "setUASRemoteIDAreaStrategy", 2, "/Components/IUASRemoteIDManager/IUASRemoteIDManager.html", - "#IUASRemoteIDManager_setAreaCode_setUASRemoteIDAreaStrategy_inline", - "设置国家区域策略,设置了相应的国家区域策略以后才能使用该国家或地区支持的无人机远程识别(RID)功能。MSDK在获取到当前所在地区的国家区域码后,会默认设置相应 的国家区域策略。如果你需要设置其他国家区域策略进行开发调试,可以调用此接口设置相应的国家区域码。 目前支持的国家或地区列表和支持策略如下: - 美国:无人机远程识别广播 - 日本:无人机远程识别广播, 无人机注册码 - 法国:EID开关 MSDK 5.3.0开始支持 @param strategy 国家区域策略 @return 返回设置国家区域策略的执行结果。", + "#IUASRemoteIDManager_setUASRemoteIDAreaStrategy_inline", + "设置国家区域策略,设置了相应的国家区域策略以后才能使用该国家或地区支持的无人机远程识别(RID)功能。MSDK在获取到当前所在地区的国家区域码后,会默认设置相应 的国家区域策略。如果你需要设置其他国家区域策略进行开发调试,可以调用此接口设置相应的国家区域码。 目前支持的国家或地区列表和支持策略如下: - 美国:无人机远程识别广播 - 欧盟:无人机远程识别广播, 操作者注册码 - 日本:无人机远程识别广播, 无人机注册码 - 中国:实名制 - 法国:EID开关 MSDK 5.3.0开始支持 @param strategy 国家区域策略 @return 返回设置国家区域策略的执行结果。", ], [ - "设置国家区域策略,设置了相应的国家区域策略以后才能使用该国家或地区支持的无人机远程识别(RID)功能。MSDK在获取到当前所在地区的国家区域码后,会默认设置相应 的国家区域策略。如果你需要设置其他国家区域策略进行开发调试,可以调用此接口设置相应的国家区域码。 目前支持的国家或地区列表和支持策略如下: - 美国:无人机远程识别广播 - 日本:无人机远程识别广播, 无人机注册码 - 法国:EID开关 MSDK 5.3.0开始支持 @param strategy 国家区域策略 @return 返回设置国家区域策略的执行结果。", + "设置国家区域策略,设置了相应的国家区域策略以后才能使用该国家或地区支持的无人机远程识别(RID)功能。MSDK在获取到当前所在地区的国家区域码后,会默认设置相应 的国家区域策略。如果你需要设置其他国家区域策略进行开发调试,可以调用此接口设置相应的国家区域码。 目前支持的国家或地区列表和支持策略如下: - 美国:无人机远程识别广播 - 欧盟:无人机远程识别广播, 操作者注册码 - 日本:无人机远程识别广播, 无人机注册码 - 中国:实名制 - 法国:EID开关 MSDK 5.3.0开始支持 @param strategy 国家区域策略 @return 返回设置国家区域策略的执行结果。", 1, "/Components/IUASRemoteIDManager/IUASRemoteIDManager.html", - "#IUASRemoteIDManager_setAreaCode_setUASRemoteIDAreaStrategy_inline", + "#IUASRemoteIDManager_setUASRemoteIDAreaStrategy_inline", "", ], [ @@ -13630,10 +15144,10 @@ var search_data = { 2, "/Components/IUASRemoteIDManager/IUASRemoteIDManager.html", "#IUASRemoteIDManager_getUASRemoteIDStatus_inline", - "获取无人机系统远程识别(RID)状态。 MSDK 5.0.0开始支持 @return 返回无人机系统远程识别状态。", + "获取无人机系统远程识别(RID)广播状态。 MSDK 5.0.0开始支持 @return 返回无人机系统远程识别状态。", ], [ - "获取无人机系统远程识别(RID)状态。 MSDK 5.0.0开始支持 @return 返回无人机系统远程识别状态。", + "获取无人机系统远程识别(RID)广播状态。 MSDK 5.0.0开始支持 @return 返回无人机系统远程识别状态。", 1, "/Components/IUASRemoteIDManager/IUASRemoteIDManager.html", "#IUASRemoteIDManager_getUASRemoteIDStatus_inline", @@ -13644,10 +15158,10 @@ var search_data = { 2, "/Components/IUASRemoteIDManager/IUASRemoteIDManager.html", "#IUASRemoteIDManager_addUASRemoteIDStatusListener_inline", - "添加无人机系统远程识别状态的监听器。 MSDK 5.0.0开始支持 @param listener 无人机系统远程识别状态的监听器", + "添加无人机系统远程识别广播状态的监听器。 MSDK 5.0.0开始支持 @param listener 无人机系统远程识别广播状态的监听器", ], [ - "添加无人机系统远程识别状态的监听器。 MSDK 5.0.0开始支持 @param listener 无人机系统远程识别状态的监听器", + "添加无人机系统远程识别广播状态的监听器。 MSDK 5.0.0开始支持 @param listener 无人机系统远程识别广播状态的监听器", 1, "/Components/IUASRemoteIDManager/IUASRemoteIDManager.html", "#IUASRemoteIDManager_addUASRemoteIDStatusListener_inline", @@ -13658,10 +15172,10 @@ var search_data = { 2, "/Components/IUASRemoteIDManager/IUASRemoteIDManager.html", "#IUASRemoteIDManager_removeUASRemoteIDStatusListener_inline", - "移除无人机系统远程识别状态的监听器。 MSDK 5.0.0开始支持 @param listener 无人机系统远程识别状态的监听器", + "移除无人机系统远程识别广播状态的监听器。 MSDK 5.0.0开始支持 @param listener 无人机系统远程识别广播状态的监听器", ], [ - "移除无人机系统远程识别状态的监听器。 MSDK 5.0.0开始支持 @param listener 无人机系统远程识别状态的监听器", + "移除无人机系统远程识别广播状态的监听器。 MSDK 5.0.0开始支持 @param listener 无人机系统远程识别广播状态的监听器", 1, "/Components/IUASRemoteIDManager/IUASRemoteIDManager.html", "#IUASRemoteIDManager_removeUASRemoteIDStatusListener_inline", @@ -13756,10 +15270,10 @@ var search_data = { 2, "/Components/IUASRemoteIDManager/IUASRemoteIDManager.html", "#IUASRemoteIDManager_setUARegistrationNumber_inline", - "设置无人机注册码。需要根据各国的无人机管制政策法规进行设置。 - 日本无人机注册码申请入口:https://www.dips.mlit.go.jp,无人机注册码的格式为:{registration_code:xxxxxxxxxxx xxxxxxxxxxxxxxxxxxx,key_info:xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx,nonce_info: xxxxxxxxxxxx},设置了无人机注册码以后,`isBroadcastRemoteIdEnabled`将会被开启。 MSDK 5.0.0开始支持 @param number 无人机注册码信息。 @param callback 返回执行结果的回调。", + "设置无人机注册码。需要根据各国的无人机管制政策法规进行设置。 - 日本无人机注册码申请入口: https://www.dips.mlit.go.jp,无人机注册码的格式为:{ registration_code:xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx,key_info:xxxxxxxxxxxxxxx xxxxxxxxxxxxxxxxx,nonce_info:xxxxxxxxxxxx},设置了无人机注册码以后,`isBroadcastRemoteId Enabled`将会被开启。 MSDK 5.0.0开始支持 @param number 无人机注册码信息。 @param callback 返回执行结果的回调。", ], [ - "设置无人机注册码。需要根据各国的无人机管制政策法规进行设置。 - 日本无人机注册码申请入口:https://www.dips.mlit.go.jp,无人机注册码的格式为:{registration_code:xxxxxxxxxxx xxxxxxxxxxxxxxxxxxx,key_info:xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx,nonce_info: xxxxxxxxxxxx},设置了无人机注册码以后,`isBroadcastRemoteIdEnabled`将会被开启。 MSDK 5.0.0开始支持 @param number 无人机注册码信息。 @param callback 返回执行结果的回调。", + "设置无人机注册码。需要根据各国的无人机管制政策法规进行设置。 - 日本无人机注册码申请入口: https://www.dips.mlit.go.jp,无人机注册码的格式为:{ registration_code:xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx,key_info:xxxxxxxxxxxxxxx xxxxxxxxxxxxxxxxx,nonce_info:xxxxxxxxxxxx},设置了无人机注册码以后,`isBroadcastRemoteId Enabled`将会被开启。 MSDK 5.0.0开始支持 @param number 无人机注册码信息。 @param callback 返回执行结果的回调。", 1, "/Components/IUASRemoteIDManager/IUASRemoteIDManager.html", "#IUASRemoteIDManager_setUARegistrationNumber_inline", @@ -13821,6 +15335,132 @@ var search_data = { "#IUASRemoteIDManager_clearAllUARegistrationNumberStatusListener_inline", "", ], + [ + "setOperatorRegistrationNumber", + 2, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager.html", + "#IUASRemoteIDManager_setOperatorRegistrationNumber_inline", + "设置操作者注册码。需要根据各国的无人机管制政策法规进行申请和设置。 - 欧盟操作者注册码申请入口:https://www.easa.europa.eu/en/domains/civil- drones/naa,设置了操作者注册码以后,`isBroadcastRemoteIdEnabled`将会被开启。 MSDK 5.8.0开始支持 @param number 操作者注册码信息。 @param callback 返回执行结果的回调。", + ], + [ + "设置操作者注册码。需要根据各国的无人机管制政策法规进行申请和设置。 - 欧盟操作者注册码申请入口:https://www.easa.europa.eu/en/domains/civil- drones/naa,设置了操作者注册码以后,`isBroadcastRemoteIdEnabled`将会被开启。 MSDK 5.8.0开始支持 @param number 操作者注册码信息。 @param callback 返回执行结果的回调。", + 1, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager.html", + "#IUASRemoteIDManager_setOperatorRegistrationNumber_inline", + "", + ], + [ + "getOperatorRegistrationNumber", + 2, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager.html", + "#IUASRemoteIDManager_getOperatorRegistrationNumber_inline", + "获取设置的操作者注册码。 MSDK 5.8.0开始支持 @param callback 返回执行结果的回调。", + ], + [ + "获取设置的操作者注册码。 MSDK 5.8.0开始支持 @param callback 返回执行结果的回调。", + 1, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager.html", + "#IUASRemoteIDManager_getOperatorRegistrationNumber_inline", + "", + ], + [ + "addOperatorRegistrationNumberStatusListener", + 2, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager.html", + "#IUASRemoteIDManager_addOperatorRegistrationNumberStatusListener_inline", + "添加操作者注册码状态的监听器。 MSDK 5.8.0开始支持 @param listener 操作者注册码状态的监听器", + ], + [ + "添加操作者注册码状态的监听器。 MSDK 5.8.0开始支持 @param listener 操作者注册码状态的监听器", + 1, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager.html", + "#IUASRemoteIDManager_addOperatorRegistrationNumberStatusListener_inline", + "", + ], + [ + "removeOperatorRegistrationNumberStatusListener", + 2, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager.html", + "#IUASRemoteIDManager_removeOperatorRegistrationNumberStatusListener_inline", + "移除操作者注册码状态的监听器。 MSDK 5.8.0开始支持 @param listener 操作者注册码状态的监听器", + ], + [ + "移除操作者注册码状态的监听器。 MSDK 5.8.0开始支持 @param listener 操作者注册码状态的监听器", + 1, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager.html", + "#IUASRemoteIDManager_removeOperatorRegistrationNumberStatusListener_inline", + "", + ], + [ + "clearAllOperatorRegistrationNumberStatusListener", + 2, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager.html", + "#IUASRemoteIDManager_clearAllOperatorRegistrationNumberStatusListener_inline", + "移除所有操作者注册码状态的监听器。 MSDK 5.8.0开始支持", + ], + [ + "移除所有操作者注册码状态的监听器。 MSDK 5.8.0开始支持", + 1, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager.html", + "#IUASRemoteIDManager_clearAllOperatorRegistrationNumberStatusListener_inline", + "", + ], + [ + "addRealNameRegistrationStatusListener", + 2, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager.html", + "#IUASRemoteIDManager_addRealNameRegistrationStatusListener_inline", + "添加实名制状态的监听器。 MSDK 5.8.0开始支持 @param listener 实名制状态的监听器", + ], + [ + "添加实名制状态的监听器。 MSDK 5.8.0开始支持 @param listener 实名制状态的监听器", + 1, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager.html", + "#IUASRemoteIDManager_addRealNameRegistrationStatusListener_inline", + "", + ], + [ + "removeRealNameRegistrationStatusListener", + 2, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager.html", + "#IUASRemoteIDManager_removeRealNameRegistrationStatusListener_inline", + "移除实名制状态的监听器。 MSDK 5.8.0开始支持 @param listener 实名制状态的监听器", + ], + [ + "移除实名制状态的监听器。 MSDK 5.8.0开始支持 @param listener 实名制状态的监听器", + 1, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager.html", + "#IUASRemoteIDManager_removeRealNameRegistrationStatusListener_inline", + "", + ], + [ + "clearAllRealNameRegistrationStatusListener", + 2, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager.html", + "#IUASRemoteIDManager_clearAllRealNameRegistrationStatusListener_inline", + "移除所有实名制状态的监听器。 MSDK 5.8.0开始支持", + ], + [ + "移除所有实名制状态的监听器。 MSDK 5.8.0开始支持", + 1, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager.html", + "#IUASRemoteIDManager_clearAllRealNameRegistrationStatusListener_inline", + "", + ], + [ + "updateRealNameRegistrationStateFromUOM", + 2, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager.html", + "#IUASRemoteIDManager_updateRealNameRegistrationStateFromUOM_inline", + "从中国UOM系统上更新实名制状态到飞行器中。应中国大陆的无人驾驶航空器飞行管理条例要求,从2024年1月1日起,任何在此日期后购买激活的飞行无人机在中国大陆飞行 ,都需要在UOM系统上进行实名制登记,并且需要联网将实名制登记信息更新到无人机中,否则无人机将无法正常起飞。 - 实名制登记入口:https://uom.caac.gov.cn/#/login,登记了实名制以后可以调用此接口将实 名制状态更新到飞行器中。 MSDK 5.8.0开始支持 @param callback 返回执行结果的回调。", + ], + [ + "从中国UOM系统上更新实名制状态到飞行器中。应中国大陆的无人驾驶航空器飞行管理条例要求,从2024年1月1日起,任何在此日期后购买激活的飞行无人机在中国大陆飞行 ,都需要在UOM系统上进行实名制登记,并且需要联网将实名制登记信息更新到无人机中,否则无人机将无法正常起飞。 - 实名制登记入口:https://uom.caac.gov.cn/#/login,登记了实名制以后可以调用此接口将实 名制状态更新到飞行器中。 MSDK 5.8.0开始支持 @param callback 返回执行结果的回调。", + 1, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager.html", + "#IUASRemoteIDManager_updateRealNameRegistrationStateFromUOM_inline", + "", + ], [ "AreaStrategy", 2, @@ -13933,6 +15573,76 @@ var search_data = { "", "", ], + [ + "OperatorRegistrationNumberStatus", + 2, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager_OperatorRegistrationNumberStatus.html", + "", + "操作者注册码状态。 MSDK 5.8.0开始支持", + ], + [ + "操作者注册码状态。 MSDK 5.8.0开始支持", + 1, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager_OperatorRegistrationNumberStatus.html", + "", + "", + ], + [ + "OperatorRegistrationNumberStatusListener", + 2, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager_OperatorRegistrationNumberStatusListener.html", + "", + "操作者注册码状态监听器。 MSDK 5.8.0开始支持", + ], + [ + "操作者注册码状态监听器。 MSDK 5.8.0开始支持", + 1, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager_OperatorRegistrationNumberStatusListener.html", + "", + "", + ], + [ + "RealNameRegistrationStatus", + 2, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager_RealNameRegistrationStatus.html", + "", + "实名制状态类。 MSDK 5.8.0开始支持", + ], + [ + "实名制状态类。 MSDK 5.8.0开始支持", + 1, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager_RealNameRegistrationStatus.html", + "", + "", + ], + [ + "RealNameRegistrationStatusListener", + 2, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager_RealNameRegistrationStatusListener.html", + "", + "实名制状态监听器。 MSDK 5.8.0开始支持", + ], + [ + "实名制状态监听器。 MSDK 5.8.0开始支持", + 1, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager_RealNameRegistrationStatusListener.html", + "", + "", + ], + [ + "RealNameRegistrationState", + 2, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager.html", + "#Value_FlightController_Enum_UOMRealNameFCStatus_inline", + "飞行器中的实名制状态。 MSDK 5.8.0开始支持", + ], + [ + "飞行器中的实名制状态。 MSDK 5.8.0开始支持", + 1, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager.html", + "#Value_FlightController_Enum_UOMRealNameFCStatus_inline", + "", + ], [ "NORMAL", 2, @@ -15893,6 +17603,48 @@ var search_data = { "#IMegaphoneManager_PlayMode_LOOP_inline", "", ], + [ + "addMegaphoneInfoListener", + 2, + "/Components/IMegaphoneManager/IMegaphoneManager.html", + "#IMegaphoneManager_addMegaphoneInfoListener_inline", + "设置喊话器信息监听器。 MSDK 5.8.0开始支持 @param listener 喊话器信息监听器。", + ], + [ + "设置喊话器信息监听器。 MSDK 5.8.0开始支持 @param listener 喊话器信息监听器。", + 1, + "/Components/IMegaphoneManager/IMegaphoneManager.html", + "#IMegaphoneManager_addMegaphoneInfoListener_inline", + "", + ], + [ + "removeMegaphoneInfoListener", + 2, + "/Components/IMegaphoneManager/IMegaphoneManager.html", + "#IMegaphoneManager_removeMegaphoneInfoListener_inline", + "移除喊话器信息监听器。 MSDK 5.8.0开始支持 @param listener 喊话器信息监听器。", + ], + [ + "移除喊话器信息监听器。 MSDK 5.8.0开始支持 @param listener 喊话器信息监听器。", + 1, + "/Components/IMegaphoneManager/IMegaphoneManager.html", + "#IMegaphoneManager_removeMegaphoneInfoListener_inline", + "", + ], + [ + "clearAllMegaphoneInfoListener", + 2, + "/Components/IMegaphoneManager/IMegaphoneManager.html", + "#IMegaphoneManager_clearAllMegaphoneInfoListener_inline", + "移除所有喊话器信息监听器。 MSDK 5.8.0开始支持", + ], + [ + "移除所有喊话器信息监听器。 MSDK 5.8.0开始支持", + 1, + "/Components/IMegaphoneManager/IMegaphoneManager.html", + "#IMegaphoneManager_clearAllMegaphoneInfoListener_inline", + "", + ], [ "setMegaphoneIndex", 2, @@ -16285,6 +18037,34 @@ var search_data = { "#IMegaphoneManager_UploadState_inline", "", ], + [ + "MegaphoneInfoListener", + 2, + "/Components/IMegaphoneManager/IMegaphoneManager_MegaphoneInfoListener.html", + "", + "喊话器信息监听器。 MSDK 5.8.0开始支持", + ], + [ + "喊话器信息监听器。 MSDK 5.8.0开始支持", + 1, + "/Components/IMegaphoneManager/IMegaphoneManager_MegaphoneInfoListener.html", + "", + "", + ], + [ + "MegaphoneInfo", + 2, + "/Components/IMegaphoneManager/IMegaphoneManager_MegaphoneInfo.html", + "", + "喊话器信息类,包含喊话器的音量,播放模式,工作模式,状态等。 MSDK 5.0.0开始支持", + ], + [ + "喊话器信息类,包含喊话器的音量,播放模式,工作模式,状态等。 MSDK 5.0.0开始支持", + 1, + "/Components/IMegaphoneManager/IMegaphoneManager_MegaphoneInfo.html", + "", + "", + ], [ "PORTSIDE", 2, @@ -16439,6 +18219,76 @@ var search_data = { "#IMegaphoneManager_RealTimeTransimissionStateListener_onUploadedStatus_inline", "", ], + [ + "onUpdateMegaphoneInfo", + 2, + "/Components/IMegaphoneManager/IMegaphoneManager_MegaphoneInfoListener.html", + "#IMegaphoneManager_MegaphoneInfoListener_onUpdateMegaphoneInfo_inline", + "当喊话器信息发生变化时会回调此方法。 MSDK 5.8.0开始支持 @param megaphoneInfo 喊话器信息。", + ], + [ + "当喊话器信息发生变化时会回调此方法。 MSDK 5.8.0开始支持 @param megaphoneInfo 喊话器信息。", + 1, + "/Components/IMegaphoneManager/IMegaphoneManager_MegaphoneInfoListener.html", + "#IMegaphoneManager_MegaphoneInfoListener_onUpdateMegaphoneInfo_inline", + "", + ], + [ + "getVolume", + 2, + "/Components/IMegaphoneManager/IMegaphoneManager_MegaphoneInfo.html", + "#IMegaphoneManager_MegaphoneInfo_getVolume_inline", + "获取喊话器的音量。 @return 返回喊话器的音量。", + ], + [ + "获取喊话器的音量。 @return 返回喊话器的音量。", + 1, + "/Components/IMegaphoneManager/IMegaphoneManager_MegaphoneInfo.html", + "#IMegaphoneManager_MegaphoneInfo_getVolume_inline", + "", + ], + [ + "getPlayMode", + 2, + "/Components/IMegaphoneManager/IMegaphoneManager_MegaphoneInfo.html", + "#IMegaphoneManager_MegaphoneInfo_getPlayMode_inline", + "获取喊话器的播放模式。 @return 返回喊话器的播放模式。", + ], + [ + "获取喊话器的播放模式。 @return 返回喊话器的播放模式。", + 1, + "/Components/IMegaphoneManager/IMegaphoneManager_MegaphoneInfo.html", + "#IMegaphoneManager_MegaphoneInfo_getPlayMode_inline", + "", + ], + [ + "getWorkMode", + 2, + "/Components/IMegaphoneManager/IMegaphoneManager_MegaphoneInfo.html", + "#IMegaphoneManager_MegaphoneInfo_getWorkMode_inline", + "获取喊话器的工作模式。 @return 返回喊话器的工作模式。", + ], + [ + "获取喊话器的工作模式。 @return 返回喊话器的工作模式。", + 1, + "/Components/IMegaphoneManager/IMegaphoneManager_MegaphoneInfo.html", + "#IMegaphoneManager_MegaphoneInfo_getWorkMode_inline", + "", + ], + [ + "getStatus", + 2, + "/Components/IMegaphoneManager/IMegaphoneManager_MegaphoneInfo.html", + "#IMegaphoneManager_MegaphoneInfo_getStatus_inline", + "获取喊话器的状态。 @return 返回喊话器的状态。", + ], + [ + "获取喊话器的状态。 @return 返回喊话器的状态。", + 1, + "/Components/IMegaphoneManager/IMegaphoneManager_MegaphoneInfo.html", + "#IMegaphoneManager_MegaphoneInfo_getStatus_inline", + "", + ], [ "setUploadType", 2, @@ -17102,10 +18952,10 @@ var search_data = { 2, "/Components/IKeyManager/IKeyManager.html", "#IKeyManager_getValue_defaultValue_inline", - "同步方式获取`DJIKey`的`DJIValue`值,该值是从MSDK缓存中读取数据。如果读取不到数据,则会返回设置的defaultValue。如需要从硬 件设备中异步获取数值,请调用`getValue`。 MSDK 5.0.0开始支持 @param key `DJIKey`实例。 @param defaultValue 读取不到缓存值的时候希望返回默认值。 @return 返回`DJIValue`值。", + "同步方式获取`DJIKey`的`DJIValue`值,该值是从MSDK缓存中读取数据。如果读取不到数据,则会返回设置的defaultValue。如需要从硬 件设备中异步获取数值,请调用`getValue`。 MSDK 5.0.0开始支持 @param key `DJIKey`实例。 @param defaultValue 读取不到缓存值的时候返回默认值。 @return 返回`DJIValue`值。", ], [ - "同步方式获取`DJIKey`的`DJIValue`值,该值是从MSDK缓存中读取数据。如果读取不到数据,则会返回设置的defaultValue。如需要从硬 件设备中异步获取数值,请调用`getValue`。 MSDK 5.0.0开始支持 @param key `DJIKey`实例。 @param defaultValue 读取不到缓存值的时候希望返回默认值。 @return 返回`DJIValue`值。", + "同步方式获取`DJIKey`的`DJIValue`值,该值是从MSDK缓存中读取数据。如果读取不到数据,则会返回设置的defaultValue。如需要从硬 件设备中异步获取数值,请调用`getValue`。 MSDK 5.0.0开始支持 @param key `DJIKey`实例。 @param defaultValue 读取不到缓存值的时候返回默认值。 @return 返回`DJIValue`值。", 1, "/Components/IKeyManager/IKeyManager.html", "#IKeyManager_getValue_defaultValue_inline", @@ -17312,10 +19162,10 @@ var search_data = { 2, "/Components/IKeyManager/Key_RemoteController_RemoteControllerKey.html", "#Key_RemoteController_ControlMode_inline", - "参数: `ControlMode` 获取遥控器控制模式。 MSDK 5.0.0开始支持", + "参数: `ControlMode` 获取遥控器控制模式。首次调用get方法,需要使用异步的方式`getValue`调用才能获取到值。 MSDK 5.0.0开始支持", ], [ - "参数: `ControlMode` 获取遥控器控制模式。 MSDK 5.0.0开始支持", + "参数: `ControlMode` 获取遥控器控制模式。首次调用get方法,需要使用异步的方式`getValue`调用才能获取到值。 MSDK 5.0.0开始支持", 1, "/Components/IKeyManager/Key_RemoteController_RemoteControllerKey.html", "#Key_RemoteController_ControlMode_inline", @@ -20014,10 +21864,10 @@ var search_data = { 2, "/Components/IKeyManager/Key_Camera_CameraKey.html", "#Key_Camera_IRCutEnable_inline", - "参数: Boolean `true`表示开启夜景模式。夜景模式通过打开变焦相机中的红外滤光片,提升相机在低照度环境下的拍摄效果。只支持变焦镜头。 MSDK 5.0.0开始支持", + "参数: Boolean `true`表示开启红外增强功能。红外增强开启后,变焦镜头的图传会变成黑白。 MSDK 5.0.0开始支持", ], [ - "参数: Boolean `true`表示开启夜景模式。夜景模式通过打开变焦相机中的红外滤光片,提升相机在低照度环境下的拍摄效果。只支持变焦镜头。 MSDK 5.0.0开始支持", + "参数: Boolean `true`表示开启红外增强功能。红外增强开启后,变焦镜头的图传会变成黑白。 MSDK 5.0.0开始支持", 1, "/Components/IKeyManager/Key_Camera_CameraKey.html", "#Key_Camera_IRCutEnable_inline", @@ -20784,10 +22634,10 @@ var search_data = { 2, "/Components/IKeyManager/Key_FlightController_FlightControllerKey.html", "#Key_FlightController_StartIMUCalibration_inline", - "启动IMU校准。对于具有多个IMU的飞行器,此方法将进行所有IMU的校准。 建议在IMU校准后调用`KeyRebootDevice`重启设备。 以下是IMU校准的操作流程: - 1. 调用`KeyStartIMUCalibration`启动IMU校准,通过监听`KeyIMUCalibrationInfo `获取IMU校准信息。`IMUCalibrationState`变成校准中`CALIBRATING`则表示成功启动IMU校准。 - 2. 调用`getOrientationsToCalibrate`获取未校准的飞机方向列表。参考`IMUCalibrationOrientation`中的 图示,依次摆放飞机进行单个飞机方向的IMU校准,在校准过程中保持飞行器静止和水平。 - 3. 调用`getOrientationCalibrationState`获取单个飞机方向的IMU校准状态,当校准状态变成`SUCCESSFUL`再摆放下一个方向。 - 3. 当未校准的飞机方向列表`getOrientationsToCalibrate`为空的时候,`getOrientationCalibrationSta te`获取到的总体校准状态变成校准成功状态`SUCCESSFUL`则表示IMU校准已完成。 注意: 请勿在飞行器电机起转后启动IMU校准。可通过`KeyAreMotorsOn`判断飞行器电机是否起转。 MSDK 5.0.0开始支持", + "启动IMU校准。对于具有多个IMU的飞行器,此方法将进行所有IMU的校准。 建议在IMU校准后调用`KeyRebootDevice`重启设备。 以下是IMU校准的操作流程: - 调用`KeyStartIMUCalibration`启动IMU校准,通过监听`KeyIMUCalibrationInfo`获取 IMU校准信息。`IMUCalibrationState`变成校准中`CALIBRATING`则表示成功启动IMU校准。 - 调用`getOrientationsToCalibrate`获取未校准的飞机方向列表。参考`IMUCalibrationOrientation`中的图示, 依次摆放飞机进行单个飞机方向的IMU校准,在校准过程中保持飞行器静止和水平。 - 调用`getOrientationCalibrationState`获取单个飞机方向的IMU校准状态,当校准状态变成`SUCCESSFUL`再摆放下一个方向。 - 当未校准的飞机方向列表`getOrientationsToCalibrate`为空的时候,`getOrientationCalibrationState` 获取到的总体校准状态变成校准成功状态`SUCCESSFUL`则表示IMU校准已完成。 注意: 请勿在飞行器电机起转后启动IMU校准。可通过`KeyAreMotorsOn` 判断飞行器电机是否起转。 MSDK 5.0.0开始支持", ], [ - "启动IMU校准。对于具有多个IMU的飞行器,此方法将进行所有IMU的校准。 建议在IMU校准后调用`KeyRebootDevice`重启设备。 以下是IMU校准的操作流程: - 1. 调用`KeyStartIMUCalibration`启动IMU校准,通过监听`KeyIMUCalibrationInfo `获取IMU校准信息。`IMUCalibrationState`变成校准中`CALIBRATING`则表示成功启动IMU校准。 - 2. 调用`getOrientationsToCalibrate`获取未校准的飞机方向列表。参考`IMUCalibrationOrientation`中的 图示,依次摆放飞机进行单个飞机方向的IMU校准,在校准过程中保持飞行器静止和水平。 - 3. 调用`getOrientationCalibrationState`获取单个飞机方向的IMU校准状态,当校准状态变成`SUCCESSFUL`再摆放下一个方向。 - 3. 当未校准的飞机方向列表`getOrientationsToCalibrate`为空的时候,`getOrientationCalibrationSta te`获取到的总体校准状态变成校准成功状态`SUCCESSFUL`则表示IMU校准已完成。 注意: 请勿在飞行器电机起转后启动IMU校准。可通过`KeyAreMotorsOn`判断飞行器电机是否起转。 MSDK 5.0.0开始支持", + "启动IMU校准。对于具有多个IMU的飞行器,此方法将进行所有IMU的校准。 建议在IMU校准后调用`KeyRebootDevice`重启设备。 以下是IMU校准的操作流程: - 调用`KeyStartIMUCalibration`启动IMU校准,通过监听`KeyIMUCalibrationInfo`获取 IMU校准信息。`IMUCalibrationState`变成校准中`CALIBRATING`则表示成功启动IMU校准。 - 调用`getOrientationsToCalibrate`获取未校准的飞机方向列表。参考`IMUCalibrationOrientation`中的图示, 依次摆放飞机进行单个飞机方向的IMU校准,在校准过程中保持飞行器静止和水平。 - 调用`getOrientationCalibrationState`获取单个飞机方向的IMU校准状态,当校准状态变成`SUCCESSFUL`再摆放下一个方向。 - 当未校准的飞机方向列表`getOrientationsToCalibrate`为空的时候,`getOrientationCalibrationState` 获取到的总体校准状态变成校准成功状态`SUCCESSFUL`则表示IMU校准已完成。 注意: 请勿在飞行器电机起转后启动IMU校准。可通过`KeyAreMotorsOn` 判断飞行器电机是否起转。 MSDK 5.0.0开始支持", 1, "/Components/IKeyManager/Key_FlightController_FlightControllerKey.html", "#Key_FlightController_StartIMUCalibration_inline", @@ -20812,10 +22662,10 @@ var search_data = { 2, "/Components/IKeyManager/Key_FlightController_FlightControllerKey.html", "#Key_FlightController_UltrasonicHeight_inline", - "参数: Integer 获取超声波测距高度。该高度为飞机起飞后,从上往下测量的距离。单位:分米,最大可测距离为25.5米。 MSDK 5.0.0开始支持", + "参数: Integer 获取超声波测距高度,单位:分米。该高度为飞机起飞后,从上往下测量的距离。通常会融合气压计高度,让数据更加准确。 注意: 1. 此高度的最大可测距离通常为25.5米,根据飞机实际能力而定。 2. 如果飞行器自带下视传感器,此高度还会融合下视传感器测距高度。 3. 如果飞行器自带红外传感器,此高度还会融合红外传感器测距高度。 MSDK 5.0.0开始支持", ], [ - "参数: Integer 获取超声波测距高度。该高度为飞机起飞后,从上往下测量的距离。单位:分米,最大可测距离为25.5米。 MSDK 5.0.0开始支持", + "参数: Integer 获取超声波测距高度,单位:分米。该高度为飞机起飞后,从上往下测量的距离。通常会融合气压计高度,让数据更加准确。 注意: 1. 此高度的最大可测距离通常为25.5米,根据飞机实际能力而定。 2. 如果飞行器自带下视传感器,此高度还会融合下视传感器测距高度。 3. 如果飞行器自带红外传感器,此高度还会融合红外传感器测距高度。 MSDK 5.0.0开始支持", 1, "/Components/IKeyManager/Key_FlightController_FlightControllerKey.html", "#Key_FlightController_UltrasonicHeight_inline", @@ -21438,17 +23288,31 @@ var search_data = { "", ], [ - "KeyGoHomeAssessment", + "KeyLowBatteryRTHInfo", 2, "/Components/IKeyManager/Key_FlightController_FlightControllerKey.html", - "#Key_FlightController_GoHomeAssessment_inline", + "#Key_FlightController_MSDKLowBatteryRTHInfo_inline", "参数: `LowBatteryRTHInfo` 获取智能低电量返航相关信息。仅在`KeyLowBatteryRTHEnabled`开启后有效。 MSDK 5.0.0开始支持", ], [ "参数: `LowBatteryRTHInfo` 获取智能低电量返航相关信息。仅在`KeyLowBatteryRTHEnabled`开启后有效。 MSDK 5.0.0开始支持", 1, "/Components/IKeyManager/Key_FlightController_FlightControllerKey.html", - "#Key_FlightController_GoHomeAssessment_inline", + "#Key_FlightController_MSDKLowBatteryRTHInfo_inline", + "", + ], + [ + "KeyLowBatteryRTHConfirm", + 2, + "/Components/IKeyManager/Key_FlightController_FlightControllerKey.html", + "#Key_FlightController_MSDKLowBatteryRTHConfirm_inline", + "参数: Boolean 确认或者取消返航操作。当调用`KeyLowBatteryRTHInfo`获取到的状态为`COUNTING_DOWN`时,你可以调用此接口确认或者取消返航操作。 `true`表示确认返航。`false`表示取消返航。 MSDK 5.8.0开始支持", + ], + [ + "参数: Boolean 确认或者取消返航操作。当调用`KeyLowBatteryRTHInfo`获取到的状态为`COUNTING_DOWN`时,你可以调用此接口确认或者取消返航操作。 `true`表示确认返航。`false`表示取消返航。 MSDK 5.8.0开始支持", + 1, + "/Components/IKeyManager/Key_FlightController_FlightControllerKey.html", + "#Key_FlightController_MSDKLowBatteryRTHConfirm_inline", "", ], [ @@ -24713,6 +26577,20 @@ var search_data = { "#Value_Camera_Enum_CameraVideoStreamSourceType_INFRARED_CAMERA_inline", "", ], + [ + "VISION_CAMERA", + 2, + "/Components/IKeyManager/DJIValue.html", + "#Value_Camera_Enum_CameraVideoStreamSourceType_VISION_CAMERA_inline", + "可见光。只支持Mavic 3E系列机型和Mavic 3M。", + ], + [ + "可见光。只支持Mavic 3E系列机型和Mavic 3M。", + 1, + "/Components/IKeyManager/DJIValue.html", + "#Value_Camera_Enum_CameraVideoStreamSourceType_VISION_CAMERA_inline", + "", + ], [ "RGB_CAMERA", 2, @@ -30038,10 +31916,10 @@ var search_data = { 2, "/Components/IKeyManager/DJIValue.html", "#Value_FlightController_Enum_SmartRTHState_COUNTING_DOWN_inline", - "触发智能低电量返航,飞行器正在倒计时。如果在10秒内没有收到用户取消返航请求,飞行器将执行智能返航操作,状态会变成`EXECUTED`,如果用户取消了返航请求, 状态会变成`CANCELLED`。", + "触发智能低电量返航,飞行器正在倒计时。如果在10秒内没有收到用户取消返航请求,飞行器将执行智能返航操作,状态会变成`EXECUTED`,如果用户调用`KeyLo wBatteryRTHConfirm`取消了返航请求,状态会变成`CANCELLED`。", ], [ - "触发智能低电量返航,飞行器正在倒计时。如果在10秒内没有收到用户取消返航请求,飞行器将执行智能返航操作,状态会变成`EXECUTED`,如果用户取消了返航请求, 状态会变成`CANCELLED`。", + "触发智能低电量返航,飞行器正在倒计时。如果在10秒内没有收到用户取消返航请求,飞行器将执行智能返航操作,状态会变成`EXECUTED`,如果用户调用`KeyLo wBatteryRTHConfirm`取消了返航请求,状态会变成`CANCELLED`。", 1, "/Components/IKeyManager/DJIValue.html", "#Value_FlightController_Enum_SmartRTHState_COUNTING_DOWN_inline", @@ -32894,10 +34772,10 @@ var search_data = { 2, "/Components/IKeyManager/Value_Airlink_Struct_WlmDongleState.html", "#Value_Airlink_Struct_WlmDongleState_getWorkState_inline", - "获取TLE Dongle工作状态。 @return 返回TLE Dongle工作状态。", + "获取LTE Dongle工作状态。 @return 返回LTE Dongle工作状态。", ], [ - "获取TLE Dongle工作状态。 @return 返回TLE Dongle工作状态。", + "获取LTE Dongle工作状态。 @return 返回LTE Dongle工作状态。", 1, "/Components/IKeyManager/Value_Airlink_Struct_WlmDongleState.html", "#Value_Airlink_Struct_WlmDongleState_getWorkState_inline", @@ -32922,10 +34800,10 @@ var search_data = { 2, "/Components/IKeyManager/DJIValue.html", "#Value_Airlink_Enum_WlmDongleWorkState_inline", - "TLE Dongle工作状态。", + "LTE Dongle工作状态。", ], [ - "TLE Dongle工作状态。", + "LTE Dongle工作状态。", 1, "/Components/IKeyManager/DJIValue.html", "#Value_Airlink_Enum_WlmDongleWorkState_inline", @@ -33729,6 +35607,34 @@ var search_data = { "#IWaypointMissionManager_WaypointActionListener_onExecutionFinish_inline", "", ], + [ + "onExecutionStart", + 2, + "/Components/IWaypointMissionManager/IWaypointMissionManager_WaypointActionListener.html", + "#IWaypointMissionManager_WaypointActionListener_onExecutionStartWithGroup_inline", + "当航线动作开始执行时会回调此方法。 MSDK 5.8.0开始支持 @param actionGroup 开始执行的航线动作分组。 @param actionId 开始执行的航线动作ID。", + ], + [ + "当航线动作开始执行时会回调此方法。 MSDK 5.8.0开始支持 @param actionGroup 开始执行的航线动作分组。 @param actionId 开始执行的航线动作ID。", + 1, + "/Components/IWaypointMissionManager/IWaypointMissionManager_WaypointActionListener.html", + "#IWaypointMissionManager_WaypointActionListener_onExecutionStartWithGroup_inline", + "", + ], + [ + "onExecutionFinish", + 2, + "/Components/IWaypointMissionManager/IWaypointMissionManager_WaypointActionListener.html", + "#IWaypointMissionManager_WaypointActionListener_onExecutionFinishWithGroup_inline", + "当航线动作结束执行时会回调此方法。 MSDK 5.8.0开始支持 @param actionGroup 开始执行的航线动作分组。 @param actionId 结束执行的航线动作ID。 @param error 航线动作执行中断的错误码。", + ], + [ + "当航线动作结束执行时会回调此方法。 MSDK 5.8.0开始支持 @param actionGroup 开始执行的航线动作分组。 @param actionId 结束执行的航线动作ID。 @param error 航线动作执行中断的错误码。", + 1, + "/Components/IWaypointMissionManager/IWaypointMissionManager_WaypointActionListener.html", + "#IWaypointMissionManager_WaypointActionListener_onExecutionFinishWithGroup_inline", + "", + ], [ "onMissionStateUpdate", 2, @@ -33972,10 +35878,10 @@ var search_data = { 2, "/Components/IWaypointMissionManager/IWaypointMissionManager.html", "#IWaypointMissionManager_getAvailableWaylineIDs_inline", - "返回指定的航线任务文件中可用的航线ID列表。获取到这个ID列表以后可以选择需要执行的航线ID,作为参数传入到`startMission`执行航线任务。 MSDK 5.1.0开始支持 @param missionFileName 指定的航线任务文件名。 @return 获取指定的航线任务文件中可用的航线ID列表。", + "返回指定的航线任务文件中可用的航线ID列表。获取到这个ID列表以后可以选择需要执行的航线ID,作为参数传入到`startMission`执行航线任务。 注意:M300 RTK和M350 RTK只支持1个航线ID。 MSDK 5.1.0开始支持 @param missionFileName 指定的航线任务文件名。 @return 获取指定的航线任务文件中可用的航线ID列表。", ], [ - "返回指定的航线任务文件中可用的航线ID列表。获取到这个ID列表以后可以选择需要执行的航线ID,作为参数传入到`startMission`执行航线任务。 MSDK 5.1.0开始支持 @param missionFileName 指定的航线任务文件名。 @return 获取指定的航线任务文件中可用的航线ID列表。", + "返回指定的航线任务文件中可用的航线ID列表。获取到这个ID列表以后可以选择需要执行的航线ID,作为参数传入到`startMission`执行航线任务。 注意:M300 RTK和M350 RTK只支持1个航线ID。 MSDK 5.1.0开始支持 @param missionFileName 指定的航线任务文件名。 @return 获取指定的航线任务文件中可用的航线ID列表。", 1, "/Components/IWaypointMissionManager/IWaypointMissionManager.html", "#IWaypointMissionManager_getAvailableWaylineIDs_inline", @@ -33986,10 +35892,10 @@ var search_data = { 2, "/Components/IWaypointMissionManager/IWaypointMissionManager.html", "#IWaypointMissionManager_startMissionwaylineIDs_inline", - "开始执行指定的航线ID列表的航线任务。 可通过`getAvailableWaylineIDs`获取到可用的航线ID列表。获取到这个航线ID列表以后可以选择需要执 行的航线ID作为参数传入到此接口,飞行器将按照航线ID列表的顺序依次执行航线任务。如果航线ID列表参数传空或者航线ID列表长度为0,飞行器将执行航线任务中的所有 航线。 MSDK 5.1.0开始支持 @param missionFileName 需要执行的航线任务文件名。 @param waylineIDs 需要执行的航线ID列表。 @param callback 返回执行结果的回调。", + "开始执行指定的航线ID列表的航线任务。 可通过`getAvailableWaylineIDs`获取到可用的航线ID列表。获取到这个航线ID列表以后可以选择需要执 行的航线ID作为参数传入到此接口,飞行器将按照航线ID列表的顺序依次执行航线任务。如果航线ID列表参数传空或者航线ID列表长度为0,飞行器将执行航线任务中的所有 航线。 注意:M300 RTK和M350 RTK只支持1个航线ID。 MSDK 5.1.0开始支持 @param missionFileName 需要执行的航线任务文件名。 @param waylineIDs 需要执行的航线ID列表。 @param callback 返回执行结果的回调。", ], [ - "开始执行指定的航线ID列表的航线任务。 可通过`getAvailableWaylineIDs`获取到可用的航线ID列表。获取到这个航线ID列表以后可以选择需要执 行的航线ID作为参数传入到此接口,飞行器将按照航线ID列表的顺序依次执行航线任务。如果航线ID列表参数传空或者航线ID列表长度为0,飞行器将执行航线任务中的所有 航线。 MSDK 5.1.0开始支持 @param missionFileName 需要执行的航线任务文件名。 @param waylineIDs 需要执行的航线ID列表。 @param callback 返回执行结果的回调。", + "开始执行指定的航线ID列表的航线任务。 可通过`getAvailableWaylineIDs`获取到可用的航线ID列表。获取到这个航线ID列表以后可以选择需要执 行的航线ID作为参数传入到此接口,飞行器将按照航线ID列表的顺序依次执行航线任务。如果航线ID列表参数传空或者航线ID列表长度为0,飞行器将执行航线任务中的所有 航线。 注意:M300 RTK和M350 RTK只支持1个航线ID。 MSDK 5.1.0开始支持 @param missionFileName 需要执行的航线任务文件名。 @param waylineIDs 需要执行的航线ID列表。 @param callback 返回执行结果的回调。", 1, "/Components/IWaypointMissionManager/IWaypointMissionManager.html", "#IWaypointMissionManager_startMissionwaylineIDs_inline", @@ -36207,6 +38113,20 @@ var search_data = { "#ILDMManager_LDMExemptModule_FLY_SAFE_inline", "", ], + [ + "REAL_NAME", + 2, + "/Components/ILDMManager/ILDMManager.html", + "#ILDMManager_LDMExemptModule_REAL_NAME_inline", + "实名制模块。LDM下,实名制模块可以正常访问网络。", + ], + [ + "实名制模块。LDM下,实名制模块可以正常访问网络。", + 1, + "/Components/ILDMManager/ILDMManager.html", + "#ILDMManager_LDMExemptModule_REAL_NAME_inline", + "", + ], [ "getUpwardObstacleAvoidanceWorking", 2, diff --git a/Docs/Android_API/cn/stylesheets/doc-app.css b/Docs/Android_API/cn/stylesheets/doc-app.css index a655be60..9f942588 100644 --- a/Docs/Android_API/cn/stylesheets/doc-app.css +++ b/Docs/Android_API/cn/stylesheets/doc-app.css @@ -1,4 +1,4 @@ -/* mixin */ +/* mixin */ /* color */ /* $light-text-color: #a6acaa; */ /* b4b4b4 */ diff --git a/Docs/Android_API/cn/stylesheets/doc-vendor.css b/Docs/Android_API/cn/stylesheets/doc-vendor.css index da69e476..d81d0aad 100644 --- a/Docs/Android_API/cn/stylesheets/doc-vendor.css +++ b/Docs/Android_API/cn/stylesheets/doc-vendor.css @@ -1,4 +1,4 @@ -@charset "UTF-8"; +@charset "UTF-8"; /*! * Bootstrap v3.3.5 (http://getbootstrap.com) * Copyright 2011-2015 Twitter, Inc. diff --git a/Docs/Android_API/en/Components/DJICommonCallbacks/DJICommonCallbacks.html b/Docs/Android_API/en/Components/DJICommonCallbacks/DJICommonCallbacks.html index dfab3859..605a94d6 100644 --- a/Docs/Android_API/en/Components/DJICommonCallbacks/DJICommonCallbacks.html +++ b/Docs/Android_API/en/Components/DJICommonCallbacks/DJICommonCallbacks.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/en/Components/DJICommonCallbacks/DJICommonCallbacks_CompletionCallback.html b/Docs/Android_API/en/Components/DJICommonCallbacks/DJICommonCallbacks_CompletionCallback.html index d4b3c8ed..920524b8 100644 --- a/Docs/Android_API/en/Components/DJICommonCallbacks/DJICommonCallbacks_CompletionCallback.html +++ b/Docs/Android_API/en/Components/DJICommonCallbacks/DJICommonCallbacks_CompletionCallback.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/en/Components/DJICommonCallbacks/DJICommonCallbacks_CompletionCallbackWithParam.html b/Docs/Android_API/en/Components/DJICommonCallbacks/DJICommonCallbacks_CompletionCallbackWithParam.html index 00cd19e7..0b7f4abe 100644 --- a/Docs/Android_API/en/Components/DJICommonCallbacks/DJICommonCallbacks_CompletionCallbackWithParam.html +++ b/Docs/Android_API/en/Components/DJICommonCallbacks/DJICommonCallbacks_CompletionCallbackWithParam.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/en/Components/DJICommonCallbacks/DJICommonCallbacks_CompletionCallbackWithTwoParamXY.html b/Docs/Android_API/en/Components/DJICommonCallbacks/DJICommonCallbacks_CompletionCallbackWithTwoParamXY.html index f856fb7c..fc233b87 100644 --- a/Docs/Android_API/en/Components/DJICommonCallbacks/DJICommonCallbacks_CompletionCallbackWithTwoParamXY.html +++ b/Docs/Android_API/en/Components/DJICommonCallbacks/DJICommonCallbacks_CompletionCallbackWithTwoParamXY.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/en/Components/DJICommonCallbacks/DJICommonCallbacks_CompletionCallback_Interface.html b/Docs/Android_API/en/Components/DJICommonCallbacks/DJICommonCallbacks_CompletionCallback_Interface.html index 3b70c4c2..c9f5c86e 100644 --- a/Docs/Android_API/en/Components/DJICommonCallbacks/DJICommonCallbacks_CompletionCallback_Interface.html +++ b/Docs/Android_API/en/Components/DJICommonCallbacks/DJICommonCallbacks_CompletionCallback_Interface.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/en/Components/DJICommonCallbacks/DJIKeyManager_KeyListener.html b/Docs/Android_API/en/Components/DJICommonCallbacks/DJIKeyManager_KeyListener.html index 33f055e9..217e5376 100644 --- a/Docs/Android_API/en/Components/DJICommonCallbacks/DJIKeyManager_KeyListener.html +++ b/Docs/Android_API/en/Components/DJICommonCallbacks/DJIKeyManager_KeyListener.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/en/Components/DJICommonCallbacks/IKeyManager_KeyListener.html b/Docs/Android_API/en/Components/DJICommonCallbacks/IKeyManager_KeyListener.html index a375224d..6bba7ce7 100644 --- a/Docs/Android_API/en/Components/DJICommonCallbacks/IKeyManager_KeyListener.html +++ b/Docs/Android_API/en/Components/DJICommonCallbacks/IKeyManager_KeyListener.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/en/Components/DJIError/DJIError.html b/Docs/Android_API/en/Components/DJIError/DJIError.html index 82ba2c49..0a023c83 100644 --- a/Docs/Android_API/en/Components/DJIError/DJIError.html +++ b/Docs/Android_API/en/Components/DJIError/DJIError.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/en/Components/DJIError_DJILDMError/DJIError_DJILDMError.html b/Docs/Android_API/en/Components/DJIError_DJILDMError/DJIError_DJILDMError.html index bb0d4d5c..bec69926 100644 --- a/Docs/Android_API/en/Components/DJIError_DJILDMError/DJIError_DJILDMError.html +++ b/Docs/Android_API/en/Components/DJIError_DJILDMError/DJIError_DJILDMError.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/en/Components/DJIFlightRecordManager/DJIFlightRecordManager.html b/Docs/Android_API/en/Components/DJIFlightRecordManager/DJIFlightRecordManager.html index ca957bd5..85c89930 100644 --- a/Docs/Android_API/en/Components/DJIFlightRecordManager/DJIFlightRecordManager.html +++ b/Docs/Android_API/en/Components/DJIFlightRecordManager/DJIFlightRecordManager.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/en/Components/DJIFlightRecordManager/DJIMegaphoneManager.html b/Docs/Android_API/en/Components/DJIFlightRecordManager/DJIMegaphoneManager.html index 16720f3b..29dc3b57 100644 --- a/Docs/Android_API/en/Components/DJIFlightRecordManager/DJIMegaphoneManager.html +++ b/Docs/Android_API/en/Components/DJIFlightRecordManager/DJIMegaphoneManager.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/en/Components/DJIFlightRecordManager/DJIMegaphoneManager_FileInfo.html b/Docs/Android_API/en/Components/DJIFlightRecordManager/DJIMegaphoneManager_FileInfo.html index 7a5100e6..fee5372d 100644 --- a/Docs/Android_API/en/Components/DJIFlightRecordManager/DJIMegaphoneManager_FileInfo.html +++ b/Docs/Android_API/en/Components/DJIFlightRecordManager/DJIMegaphoneManager_FileInfo.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/en/Components/DJIFlightRecordManager/DJIMegaphoneManager_RealTimeTransimissionStateListener.html b/Docs/Android_API/en/Components/DJIFlightRecordManager/DJIMegaphoneManager_RealTimeTransimissionStateListener.html index f61d8fce..601ee8f0 100644 --- a/Docs/Android_API/en/Components/DJIFlightRecordManager/DJIMegaphoneManager_RealTimeTransimissionStateListener.html +++ b/Docs/Android_API/en/Components/DJIFlightRecordManager/DJIMegaphoneManager_RealTimeTransimissionStateListener.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/en/Components/DJISDKManager/DJISDKManager.html b/Docs/Android_API/en/Components/DJISDKManager/DJISDKManager.html index b28d3191..04ff4454 100644 --- a/Docs/Android_API/en/Components/DJISDKManager/DJISDKManager.html +++ b/Docs/Android_API/en/Components/DJISDKManager/DJISDKManager.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/en/Components/DJISDKManager/ISDKManager_SDKManagerCallback.html b/Docs/Android_API/en/Components/DJISDKManager/ISDKManager_SDKManagerCallback.html index 7849ad69..561d04e1 100644 --- a/Docs/Android_API/en/Components/DJISDKManager/ISDKManager_SDKManagerCallback.html +++ b/Docs/Android_API/en/Components/DJISDKManager/ISDKManager_SDKManagerCallback.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/en/Components/FlightRecordManager/FlightLogManager.html b/Docs/Android_API/en/Components/FlightRecordManager/FlightLogManager.html index 3aecf352..5b9c8164 100644 --- a/Docs/Android_API/en/Components/FlightRecordManager/FlightLogManager.html +++ b/Docs/Android_API/en/Components/FlightRecordManager/FlightLogManager.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/en/Components/FlightRecordManager/FlightRecordManager.html b/Docs/Android_API/en/Components/FlightRecordManager/FlightRecordManager.html index 80b2fb31..0c895f6d 100644 --- a/Docs/Android_API/en/Components/FlightRecordManager/FlightRecordManager.html +++ b/Docs/Android_API/en/Components/FlightRecordManager/FlightRecordManager.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/en/Components/FlightRecordManager/IFlightLogManager.html b/Docs/Android_API/en/Components/FlightRecordManager/IFlightLogManager.html index 462c482f..c7233b59 100644 --- a/Docs/Android_API/en/Components/FlightRecordManager/IFlightLogManager.html +++ b/Docs/Android_API/en/Components/FlightRecordManager/IFlightLogManager.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/en/Components/FlightRecordManager/IMegaphoneManager.html b/Docs/Android_API/en/Components/FlightRecordManager/IMegaphoneManager.html index 475ce320..5c36fd26 100644 --- a/Docs/Android_API/en/Components/FlightRecordManager/IMegaphoneManager.html +++ b/Docs/Android_API/en/Components/FlightRecordManager/IMegaphoneManager.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/en/Components/FlightRecordManager/IMegaphoneManager_FileInfo.html b/Docs/Android_API/en/Components/FlightRecordManager/IMegaphoneManager_FileInfo.html index 10a39d6b..a31dfb9b 100644 --- a/Docs/Android_API/en/Components/FlightRecordManager/IMegaphoneManager_FileInfo.html +++ b/Docs/Android_API/en/Components/FlightRecordManager/IMegaphoneManager_FileInfo.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/en/Components/FlightRecordManager/IMegaphoneManager_RealTimeTransimissionStateListener.html b/Docs/Android_API/en/Components/FlightRecordManager/IMegaphoneManager_RealTimeTransimissionStateListener.html index b5d7d0e3..2176bf92 100644 --- a/Docs/Android_API/en/Components/FlightRecordManager/IMegaphoneManager_RealTimeTransimissionStateListener.html +++ b/Docs/Android_API/en/Components/FlightRecordManager/IMegaphoneManager_RealTimeTransimissionStateListener.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/en/Components/FlightRecordManager/MegaphoneManager.html b/Docs/Android_API/en/Components/FlightRecordManager/MegaphoneManager.html index e8d48812..f64a3f6c 100644 --- a/Docs/Android_API/en/Components/FlightRecordManager/MegaphoneManager.html +++ b/Docs/Android_API/en/Components/FlightRecordManager/MegaphoneManager.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/en/Components/FlightRecordManager/MegaphoneManager_FileInfo.html b/Docs/Android_API/en/Components/FlightRecordManager/MegaphoneManager_FileInfo.html index 03f9d2b7..9d726537 100644 --- a/Docs/Android_API/en/Components/FlightRecordManager/MegaphoneManager_FileInfo.html +++ b/Docs/Android_API/en/Components/FlightRecordManager/MegaphoneManager_FileInfo.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/en/Components/FlightRecordManager/MegaphoneManager_RealTimeTransimissionStateListener.html b/Docs/Android_API/en/Components/FlightRecordManager/MegaphoneManager_RealTimeTransimissionStateListener.html index 748aa560..bb073d5c 100644 --- a/Docs/Android_API/en/Components/FlightRecordManager/MegaphoneManager_RealTimeTransimissionStateListener.html +++ b/Docs/Android_API/en/Components/FlightRecordManager/MegaphoneManager_RealTimeTransimissionStateListener.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/en/Components/IAreaCodeManager/IAreaCodeManager.html b/Docs/Android_API/en/Components/IAreaCodeManager/IAreaCodeManager.html index a54f6d9f..bf2dc994 100644 --- a/Docs/Android_API/en/Components/IAreaCodeManager/IAreaCodeManager.html +++ b/Docs/Android_API/en/Components/IAreaCodeManager/IAreaCodeManager.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/en/Components/IAreaCodeManager/IAreaCodeManager_AreaCodeData.html b/Docs/Android_API/en/Components/IAreaCodeManager/IAreaCodeManager_AreaCodeData.html index 84990bfd..b5f3e159 100644 --- a/Docs/Android_API/en/Components/IAreaCodeManager/IAreaCodeManager_AreaCodeData.html +++ b/Docs/Android_API/en/Components/IAreaCodeManager/IAreaCodeManager_AreaCodeData.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/en/Components/IAreaCodeManager/IAreaCodeManager_AreaCodeData_AreaCodeChangeListener.html b/Docs/Android_API/en/Components/IAreaCodeManager/IAreaCodeManager_AreaCodeData_AreaCodeChangeListener.html index b054ba4e..3637f2ec 100644 --- a/Docs/Android_API/en/Components/IAreaCodeManager/IAreaCodeManager_AreaCodeData_AreaCodeChangeListener.html +++ b/Docs/Android_API/en/Components/IAreaCodeManager/IAreaCodeManager_AreaCodeData_AreaCodeChangeListener.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/en/Components/IDataProtectionManager/IDataProtectionManager.html b/Docs/Android_API/en/Components/IDataProtectionManager/IDataProtectionManager.html index 119ab158..4e89f160 100644 --- a/Docs/Android_API/en/Components/IDataProtectionManager/IDataProtectionManager.html +++ b/Docs/Android_API/en/Components/IDataProtectionManager/IDataProtectionManager.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/en/Components/IDeviceHealthManager/IDeviceHealthManager.html b/Docs/Android_API/en/Components/IDeviceHealthManager/IDeviceHealthManager.html index 9da5f1ec..048a498b 100644 --- a/Docs/Android_API/en/Components/IDeviceHealthManager/IDeviceHealthManager.html +++ b/Docs/Android_API/en/Components/IDeviceHealthManager/IDeviceHealthManager.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/en/Components/IDeviceHealthManager/IDeviceHealthManager_DJIDeviceHealthInfo.html b/Docs/Android_API/en/Components/IDeviceHealthManager/IDeviceHealthManager_DJIDeviceHealthInfo.html index ba65c254..ef6d12db 100644 --- a/Docs/Android_API/en/Components/IDeviceHealthManager/IDeviceHealthManager_DJIDeviceHealthInfo.html +++ b/Docs/Android_API/en/Components/IDeviceHealthManager/IDeviceHealthManager_DJIDeviceHealthInfo.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/en/Components/IDeviceHealthManager/IDeviceHealthManager_DJIDeviceHealthInfoChangeListener.html b/Docs/Android_API/en/Components/IDeviceHealthManager/IDeviceHealthManager_DJIDeviceHealthInfoChangeListener.html index 2ff9cf83..47c41765 100644 --- a/Docs/Android_API/en/Components/IDeviceHealthManager/IDeviceHealthManager_DJIDeviceHealthInfoChangeListener.html +++ b/Docs/Android_API/en/Components/IDeviceHealthManager/IDeviceHealthManager_DJIDeviceHealthInfoChangeListener.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/en/Components/IDeviceStatusManager/IDeviceStatusManager.html b/Docs/Android_API/en/Components/IDeviceStatusManager/IDeviceStatusManager.html index 3b54b72a..4880c192 100644 --- a/Docs/Android_API/en/Components/IDeviceStatusManager/IDeviceStatusManager.html +++ b/Docs/Android_API/en/Components/IDeviceStatusManager/IDeviceStatusManager.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/en/Components/IDeviceStatusManager/IDeviceStatusManager_DJIDeviceStatusChangeListener.html b/Docs/Android_API/en/Components/IDeviceStatusManager/IDeviceStatusManager_DJIDeviceStatusChangeListener.html index 8b2181b1..311960d3 100644 --- a/Docs/Android_API/en/Components/IDeviceStatusManager/IDeviceStatusManager_DJIDeviceStatusChangeListener.html +++ b/Docs/Android_API/en/Components/IDeviceStatusManager/IDeviceStatusManager_DJIDeviceStatusChangeListener.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/en/Components/IFlightLogManager/IFlightLogManager.html b/Docs/Android_API/en/Components/IFlightLogManager/IFlightLogManager.html index 78805767..2e227b69 100644 --- a/Docs/Android_API/en/Components/IFlightLogManager/IFlightLogManager.html +++ b/Docs/Android_API/en/Components/IFlightLogManager/IFlightLogManager.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager diff --git a/Docs/Android_API/en/Components/IFlyZoneManager/IFlyZoneManager.html b/Docs/Android_API/en/Components/IFlyZoneManager/IFlyZoneManager.html index 22c17bdb..91797376 100644 --- a/Docs/Android_API/en/Components/IFlyZoneManager/IFlyZoneManager.html +++ b/Docs/Android_API/en/Components/IFlyZoneManager/IFlyZoneManager.html @@ -228,8 +228,6 @@
                                                                        IVideoChannel @@ -248,6 +246,18 @@
                                                                        +
                                                                        ICameraStreamManager + +
                                                                        IMediaManager
                                                                        ILiveStreamManager @@ -430,6 +442,10 @@
                                                                        FlySafeNotificationListener
                                                                        +
                                                                        FlySafeDatabaseListener +
                                                                        +
                                                                        FlySafeDatabaseInfo +
                                                                        ILTEManager @@ -488,6 +504,10 @@
                                                                        RealTimeTransimissionStateListener
                                                                        +
                                                                        MegaphoneInfoListener +
                                                                        +
                                                                        MegaphoneInfo +
                                                                        IPipelineManager @@ -538,6 +558,14 @@
                                                                        UARegistrationNumberStatusListener
                                                                        +
                                                                        OperatorRegistrationNumberStatus +
                                                                        +
                                                                        OperatorRegistrationNumberStatusListener +
                                                                        +
                                                                        RealNameRegistrationStatus +
                                                                        +
                                                                        RealNameRegistrationStatusListener +
                                                                        ILDMManager @@ -586,6 +614,7 @@
                                                                        Description:
                                                                      • Unlock the enhanced warning zone.
                                                                      • Unlock the authorization fly zone.
                                                                      • Unlock the restricted fly zone: download the licenses for the restricted fly zone, push the licenses to the aircraft, and enable or disable the licenses for the aircraft.
                                                                      • +
                                                                      • Fly safety database upgrade.


                                                                      • Supported since MSDK 5.3.0
                                                                        Class Members:

                                                                        Fly Safety Notification

                                                                        @@ -621,7 +650,7 @@
                                                                        Description:
                                                                        void getFlyZonesInSurroundingArea(@NonNull LocationCoordinate2D location, @NonNull CommonCallbacks.CompletionCallbackWithParam<List<FlyZoneInformation>> callback)
                                                                        Package:dji.v5.manager.interfaces
                                                                        Description:
                                                                        -

                                                                        Gets the fly zone within 50 kilometers from the central location.

                                                                        Supported since MSDK 5.3.0

                                                                        +

                                                                        Gets the fly zones within 50 kilometers from the central location.
                                                                        Note:
                                                                        If there are too many fly zones obtained, drawing the fly zones on the map may cause ANR problems. It is recommended to optimize the display.


                                                                        Supported since MSDK 5.3.0

                                                                        Input Parameters:
                                                                        @NonNull LocationCoordinate2D locationSet the the central location.
                                                                        @NonNull CommonCallbacks.CompletionCallbackWithParam<List<FlyZoneInformation>> callbackReturn the callback of execution result.


                                                                        @@ -710,13 +739,86 @@
                                                                        Description:
                                                                        Input Parameters:
                                                                        @NonNull FlyZoneLicenseInfo infolicense information.
                                                                        boolean isEnabledtrue means enabled the licence.
                                                                        @NonNull CommonCallbacks.CompletionCallback callbackReturn the callback of execution result.


                                                                        +

                                                                        Fly Safety Database

                                                                        +
                                                                        +
                                                                        method addFlySafeDatabaseListener
                                                                        + +
                                                                        void addFlySafeDatabaseListener(@NonNull FlySafeDatabaseListener listener)
                                                                        +
                                                                        Package:dji.v5.manager.interfaces
                                                                        +
                                                                        Description:
                                                                        +

                                                                        Add a listener for the fly safety database. Fly safety database information includes: database upgrade mode, database upgrade status, and manually imported database information.

                                                                        Supported since MSDK 5.8.0

                                                                        +
                                                                        Input Parameters:
                                                                        +
                                                                        @NonNull FlySafeDatabaseListener listenerFly safety database listener.
                                                                        +
                                                                        +
                                                                        method removeFlySafeDatabaseListener
                                                                        + +
                                                                        void removeFlySafeDatabaseListener(@NonNull FlySafeDatabaseListener listener)
                                                                        +
                                                                        Package:dji.v5.manager.interfaces
                                                                        +
                                                                        Description:
                                                                        +

                                                                        Remove the listener for fly safety database.

                                                                        Supported since MSDK 5.8.0

                                                                        +
                                                                        Input Parameters:
                                                                        +
                                                                        @NonNull FlySafeDatabaseListener listenerFly safety database listener.
                                                                        +
                                                                        +
                                                                        method clearAllFlySafeDatabaseListener
                                                                        + +
                                                                        void clearAllFlySafeDatabaseListener()
                                                                        +
                                                                        Package:dji.v5.manager.interfaces
                                                                        +
                                                                        Description:
                                                                        +

                                                                        Clear all listeners for fly safety database.

                                                                        Supported since MSDK 5.8.0

                                                                        +
                                                                        +
                                                                        +
                                                                        method setFlySafeDynamicDatabaseUpgradeMode
                                                                        + +
                                                                        void setFlySafeDynamicDatabaseUpgradeMode(@NonNull FlySafeDatabaseUpgradeMode flySafeDynamicDatabaseUpgradeMode , @NonNull CommonCallbacks.CompletionCallback callback)
                                                                        +
                                                                        Package:dji.v5.manager.interfaces
                                                                        +
                                                                        Description:
                                                                        +

                                                                        Set the upgrade mode of the fly safety dynamic database. Currently, only manual import of EU GeoZone data is supported. If you want to fly your drone compliantly in the EU, please refer to the following process to import EU GeoZone data into the aircraft.

                                                                        +
                                                                      • Check European Aviation Safety Agency official website to download GeoZone data and import it into the aircraft.< /li> +
                                                                      • Call setFlySafeDynamicDatabaseUpgradeMode to set the fly safety dynamic database upgrade mode to manual import mode.
                                                                      • +
                                                                      • Call importFlySafeDynamicDatabaseToMSDK to import GeoZone data into MSDK.
                                                                      • +
                                                                      • Call pushFlySafeDynamicDatabaseToAircraft to synchronize GeoZone data to the aircraft.
                                                                      • +
                                                                      • Call getFlyZonesInSurroundingArea to obtain GeoZone data within a range of 50 kilometers centered on the aircraft.
                                                                      • +

                                                                        Supported since MSDK 5.8.0 +
                                                                        Input Parameters:
                                                                        +
                                                                        @NonNull FlySafeDatabaseUpgradeMode flySafeDynamicDatabaseUpgradeModeFly safety dynamic database upgrade mode. Currently only supports manual import mode.
                                                                        @NonNull CommonCallbacks.CompletionCallback callbackReturn the callback of execution result.
                                                                        +
                                                                        +
                                                                        method importFlySafeDynamicDatabaseToMSDK
                                                                        + +
                                                                        void importFlySafeDynamicDatabaseToMSDK(String databaseFilePath, @NonNull CommonCallbacks.CompletionCallbackWithProgress<Double> callback)
                                                                        +
                                                                        Package:dji.v5.manager.interfaces
                                                                        +
                                                                        Description:
                                                                        +

                                                                        Import the fly safety dynamic database into the MSDK. Currently, only only support to import the EU GeoZone data. If you want to fly your drone compliantly in the EU, please refer to the following process to import EU GeoZone data into the aircraft.

                                                                        +
                                                                      • Check European Aviation Safety Agency official website to download GeoZone data and import it into the aircraft.< /li> +
                                                                      • Call setFlySafeDynamicDatabaseUpgradeMode to set the fly safety dynamic database upgrade mode to manual import mode.
                                                                      • +
                                                                      • Call importFlySafeDynamicDatabaseToMSDK to import GeoZone data into MSDK.
                                                                      • +
                                                                      • Call pushFlySafeDynamicDatabaseToAircraft to synchronize GeoZone data to the aircraft.
                                                                      • +
                                                                      • Call getFlyZonesInSurroundingArea to obtain GeoZone data within a range of 50 kilometers centered on the aircraft.
                                                                      • +

                                                                        Supported since MSDK 5.8.0 +
                                                                        Input Parameters:
                                                                        +
                                                                        String databaseFilePathDatabase file path, the database file must be in JSON format and needs to comply with the ED-269 specification.
                                                                        @NonNull CommonCallbacks.CompletionCallbackWithProgress<Double> callbackReturn the callback of execution result.
                                                                        +
                                                                        +
                                                                        method pushFlySafeDynamicDatabaseToAircraft
                                                                        + +
                                                                        void pushFlySafeDynamicDatabaseToAircraft(@NonNull CommonCallbacks.CompletionCallbackWithProgress<Double>  callback)
                                                                        +
                                                                        Package:dji.v5.manager.interfaces
                                                                        +
                                                                        Description:
                                                                        +

                                                                        Synchronize the fly safety dynamic database to the aircraft. Currently only support to synchronize the EU GeoZone data. If you want to fly your drone compliantly in the EU, please refer to the following process to import EU GeoZone data into the aircraft.

                                                                        +
                                                                      • Check European Aviation Safety Agency official website to download GeoZone data and import it into the aircraft.< /li> +
                                                                      • Call setFlySafeDynamicDatabaseUpgradeMode to set the fly safety dynamic database upgrade mode to manual import mode.
                                                                      • +
                                                                      • Call importFlySafeDynamicDatabaseToMSDK to import GeoZone data into MSDK.
                                                                      • +
                                                                      • Call pushFlySafeDynamicDatabaseToAircraft to synchronize GeoZone data to the aircraft.
                                                                      • +
                                                                      • Call getFlyZonesInSurroundingArea to obtain GeoZone data within a range of 50 kilometers centered on the aircraft.
                                                                      • +

                                                                        Supported since MSDK 5.8.0 +
                                                                        Input Parameters:
                                                                        +
                                                                        @NonNull CommonCallbacks.CompletionCallbackWithProgress<Double> callbackReturn the callback of execution result.
                                                                        +


                                                                        enum FlySafeTipEvent
                                                                        enum FlySafeTipEvent
                                                                        Package:dji.v5.manager.aircraft.flysafe.info
                                                                        -
                                                                        Description:
                                                                        +
                                                                        Description:

                                                                        Event enumeration of fly safety prompt information.

                                                                        Supported since MSDK 5.3.0

                                                                        Enum Members:
                                                                        TAKE_OFF_IN_HEIGHT_LIMIT_ZONE_WITHOUT_GPSThe aircraft is below the height limit zone and has no GPS signal, please pay attention to flight safety.
                                                                        TAKE_OFF_IN_HEIGHT_LIMIT_ZONEThe aircraft is below the height limit zone, please pay attention to flight safety.
                                                                        TAKE_OFF_IN_WARNING_AREAThe aircraft is in the warning zone, please pay attention to flight safety.
                                                                        TOUCH_NO_FLY_ZONEThe aircraft has touched the no-fly zone, please control the aircraft as far as possible.
                                                                        TOUCH_AUTHORIZATION_ZONEThe aircraft has touched the authorized area, please control the aircraft as far as possible.
                                                                        REACH_MAXIMUM_FLIGHT_HEIGHTThe aircraft has reached the maximum flight height in the height limit zone.
                                                                        RTH_AFFECTED_AT_BOUNDARY_OF_GEO_ZONEYour aircraft is at the boundary of a limited fly zone, Return To Home may be affected. Please fly away with caution.
                                                                        AT_BOUNDARY_OF_CUSTOM_UNLOCK_ZONEYour aircraft is at the boundary of an Custom Unlocking Zone.
                                                                        ENTER_LIMIT_HEIGHT_AREAThe aircraft has entered the height limited area.
                                                                        COLLISION_WITH_LIMIT_HEIGHT_AREA_SOON_IN_WHITE_LIST_VALID_AREAThe aircraft is approaching the fly zone, please pay attention to flight safety.
                                                                        @@ -727,7 +829,7 @@
                                                                        Class Members:
                                                                        enum FlySafeWarningEvent
                                                                        Package:dji.v5.manager.aircraft.flysafe.info
                                                                        -
                                                                        Description:
                                                                        +
                                                                        Description:

                                                                        Event enumeration of fly safety warning information.

                                                                        Supported since MSDK 5.3.0

                                                                        Enum Members:
                                                                        TAKE_OFF_FAILED_IN_NO_FLY_ZONEThe aircraft was unable to take off in the no-fly zone.
                                                                        TAKE_OFF_FAILED_IN_NO_FLY_ZONE_WITHOUT_GPSThe mobile device is in the no-fly zone, and the GPS signal of the aircraft is not good enough to take off.
                                                                        TAKE_OFF_FAILED_WITHOUT_CUSTOM_UNLOCKINGCannot take off. You have not applied to fly in this zone.
                                                                        TAKE_OFF_FAILED_IN_AUTHORIZED_AREA_WITHOUT_GPS_AND_UNLOCKINGThe mobile device is in the authorized area, and the GPS signal of the aircraft is not good, and it cannot take off before unlocking.
                                                                        TAKE_OFF_FAILED_IN_AUTHORIZED_ZONE_WITHOUT_UNLOCKINGThe aircraft is not allowed to take off before being unlocked in the authorized area.
                                                                        TAKE_OFF_FAILED_IN_AUTHORIZED_ZONEThe aircraft is in the authorized area and you have obtained a fly license.
                                                                        TAKE_OFF_IN_ENHANCED_WARNING_ZONEThe aircraft is in the enhanced warning zone, please pay attention to fly safety.
                                                                        TAKE_OFF_NEAR_NO_FLY_ZONEThere is a no-fly zone nearby and there are fly restrictions.
                                                                        LIMITED_RESTRICTIONS_NEARBYThere are limited restrictions in the nearby area.
                                                                        AUTHORIZED_ZONE_WITHOUT_UNLOCKING_NEARBYThere is a authorized zone nearby and there are flight restrictions.
                                                                        AUTHORIZED_ZONE_AND_RESTRICTIONS_NEARBYThere are authorized areas nearby and you have obtained a flight certificate.
                                                                        RESTRICTIONS_IN_LIMITED_FLY_ZONE_NEARBYThere are flight restrictions in the nearby limited flight area.
                                                                        IN_AUTHORIZATION_ZONEThe aircraft is in the authorized area and you have obtained a flight certificate.
                                                                        TAKE_OFF_FAILED_UNDER_LIMIT_AREA_WITH_GPS_ONCEThe mobile device is in the no-fly zone, and the GPS signal of the aircraft is not good enough to take off.
                                                                        HAVE_ONE_HOUR_WILL_APPLY_TFRSAfter 1 hour, a temporary restricted flight zone will take effect within 7KM, please pay attention to flight safety.
                                                                        @@ -738,7 +840,7 @@
                                                                        Class Members:
                                                                        enum FlySafeSeriousWarningEvent
                                                                        Package:dji.v5.manager.aircraft.flysafe.info
                                                                        -
                                                                        Description:
                                                                        +
                                                                        Description:

                                                                        Event enumeration of fly safety serious warning information.

                                                                        Supported since MSDK 5.3.0

                                                                        Enum Members:
                                                                        IN_NO_FLY_ZONEThe aircraft is in the no-fly zone. After the countdown is over, it will force an automatic drop. You will not be able to control the throttle, but you can adjust the horizontal direction to avoid obstacles.
                                                                        IN_LIMIT_HEIGHT_AREAThe aircraft is in the height limit zone. After the countdown is over, it will automatically drop to the limit height, you will not be able to control the throttle, but you can adjust the horizontal direction to avoid obstacles.
                                                                        IN_AUTHORIZATION_ZONE_WITHOUT_UNLOCKINGThe aircraft is in the authorized area. After the countdown is over, it will automatically drop to the limit height, you will not be able to control the throttle, but you can adjust the horizontal direction to avoid obstacles.
                                                                        HAVE_THREE_MIN_WILL_APPLY_TFRSThree minutes later, a temporary restricted flight zone will take effect nearby, please pay attention to fly safety.
                                                                        @@ -749,7 +851,7 @@
                                                                        Class Members:
                                                                        enum FlySafeReturnToHomeEvent
                                                                        Package:dji.v5.manager.aircraft.flysafe.info
                                                                        -
                                                                        Description:
                                                                        +
                                                                        Description:

                                                                        Event enumeration of fly safety return to home information.

                                                                        Supported since MSDK 5.3.0

                                                                        Enum Members:
                                                                        NEAR_NO_FLY_ZONEApproaching a No-Fly Zone. Return to home may be affected. Fly with caution.
                                                                        CROSS_NO_FLY_ZONECurrent Return to home route will pass a No-Fly zone. Pay attention to the aircraft's position to avoid Return to home failure.
                                                                        @@ -760,7 +862,7 @@
                                                                        Class Members:
                                                                        enum FlyZoneType
                                                                        Package:dji.v5.manager.aircraft.flysafe.info
                                                                        -
                                                                        Description:
                                                                        +
                                                                        Description:

                                                                        Type of restricted fly zone. Including airports, parks, schools, stadium, etc.

                                                                        Supported since MSDK 5.3.0

                                                                        Enum Members:
                                                                        AIRPORTAirport.
                                                                        COMMERCIAL_AIRPORTSCommercial airport.
                                                                        PRIVATE_COMMERCIAL_AIRPORTSPrivate commercial airport.
                                                                        RECREATIONAL_AIRPORTSRecreational airport.
                                                                        PRIVATE_RECREATIONAL_AIRPORTSPrivate recreational airport.
                                                                        HELIPORTHeliport.
                                                                        UNPAVED_AIRPORTUnpaved airport.
                                                                        NATIONAL_PARKSNational park.
                                                                        NOAANOAA.
                                                                        PARCELPost office.
                                                                        POWER_PLANTPower plant.
                                                                        SCHOOLSchool.
                                                                        STADIUMstadium.
                                                                        NUCLEAR_POWER_PLANTNuclear power plant.
                                                                        PROHIBITED_SPECIAL_USESpecial Use.
                                                                        RESTRICTED_SPECIAL_USESpecial Use.
                                                                        SPECIALSpecial fly zone.
                                                                        TEMPORARY_FLIGHT_RESTRICTIONSTemporary flight restriction.
                                                                        CLASS_B_AIR_SPACEClass B controlled airspace. See http://www.dji.com/flysafe/geo-system#notes for more information on the controlled airspace (Class B, C, D, E) in the United States.
                                                                        CLASS_C_AIR_SPACEClass C controlled airspace. See http://www.dji.com/flysafe/geo-system#notes for more information on the controlled airspace (Class B, C, D, E) in the United States.
                                                                        CLASS_D_AIR_SPACEClass D controlled airspace. See http://www.dji.com/flysafe/geo-system#notes for more information on the controlled airspace (Class B, C, D, E) in the United States.
                                                                        CLASS_E_AIR_SPACEClass E controlled airspace. See http://www.dji.com/flysafe/geo-system#notes for more information on the controlled airspace (Class B, C, D, E) in the United States.
                                                                        PRISONPrison.
                                                                        MILITARYMilitary.
                                                                        @@ -771,7 +873,7 @@
                                                                        Class Members:
                                                                        enum FlyZoneCategory
                                                                        Package:dji.v5.manager.aircraft.flysafe.info
                                                                        -
                                                                        Description:
                                                                        +
                                                                        Description:

                                                                        Restricted Fly Zone category. Including restricted zone, authorization zone, warning zone and enhanced warning zone, etc.

                                                                        Supported since MSDK 5.3.0

                                                                        Enum Members:
                                                                        WARNINGWarning.
                                                                        ENHANCED_WARNINGEnhanced warning.
                                                                        AUTHORIZATIONauthorization fly zone.
                                                                        RESTRICTEDRestricted fly zone.
                                                                        @@ -782,7 +884,7 @@
                                                                        Class Members:
                                                                        enum FlyZoneShape
                                                                        Package:dji.v5.manager.aircraft.flysafe.info
                                                                        -
                                                                        Description:
                                                                        +
                                                                        Description:

                                                                        Restricted fly zone shape type. Includes circles and polygons.

                                                                        Supported since MSDK 5.3.0

                                                                        Enum Members:
                                                                        CIRCLEcircle.
                                                                        MULTI_POLYGONPolygon. Contains cylindrical and polygonal restricted fly zones.
                                                                        @@ -793,13 +895,56 @@
                                                                        Class Members:
                                                                        enum MultiPolygonFlyZoneShape
                                                                        Package:dji.v5.manager.aircraft.flysafe.info
                                                                        -
                                                                        Description:
                                                                        +
                                                                        Description:

                                                                        The shape type of polygonal restricted fly zone. Includes cylinders and polygons.

                                                                        Supported since MSDK 5.3.0

                                                                        Enum Members:
                                                                        CYLINDERCylinder.
                                                                        POLYGONPolygon.
                                                                        Class Members:
                                                                        - +
                                                                        +
                                                                        enum RidUnlockType
                                                                        + +
                                                                        enum RidUnlockType
                                                                        +
                                                                        Package:dji.v5.manager.aircraft.flysafe.info
                                                                        +
                                                                        Description:
                                                                        +

                                                                        RID unlock type.

                                                                        Supported since MSDK 5.8.0

                                                                        +
                                                                        Enum Members:
                                                                        +
                                                                        EUROPEANEuropean.
                                                                        CHINAChina.
                                                                        +
                                                                        Class Members:
                                                                        +
                                                                        +
                                                                        +
                                                                        enum FlySafeDatabaseUpgradeMode
                                                                        + +
                                                                        enum FlySafeDatabaseUpgradeMode
                                                                        +
                                                                        Package:dji.v5.manager.aircraft.flysafe
                                                                        +
                                                                        Description:
                                                                        +

                                                                        Fly safety database upgrade mode. Includes manual import and automatic upgrade. MSDK only supports manual import mode. If you need to use automatic upgrade mode, please use DJI official APP.

                                                                        Supported since MSDK 5.8.0

                                                                        +
                                                                        Enum Members:
                                                                        +
                                                                        MANUAL_IMPORTManual import mode. MSDK only supports manual upgrade mode. If you need to use automatic upgrade mode, please use the DJI official APP.
                                                                        AUTOMATIC_UPGRADEAutomatic upgrade mode. MSDK only supports manual upgrade mode. If you need to use automatic upgrade mode, please use the DJI official APP. The automatic update mode can only be used as a supplement for fly safety. If you want to fly your aircraft compliantly in the EU, please refer to manually importing EU GeoZone data into the aircraft.
                                                                        +
                                                                        Class Members:
                                                                        +
                                                                        +
                                                                        +
                                                                        enum FlySafeDatabaseComponent
                                                                        + +
                                                                        enum FlySafeDatabaseComponent
                                                                        +
                                                                        Package:dji.v5.manager.aircraft.flysafe
                                                                        +
                                                                        Description:
                                                                        +

                                                                        Fly safety database component type. Includes MSDK and aircraft.

                                                                        Supported since MSDK 5.8.0

                                                                        +
                                                                        Enum Members:
                                                                        +
                                                                        AIRCRAFTAircraft.
                                                                        MSDKMSDK.
                                                                        +
                                                                        Class Members:
                                                                        +
                                                                        +
                                                                        +
                                                                        enum FlySafeDatabaseState
                                                                        + +
                                                                        enum FlySafeDatabaseState
                                                                        +
                                                                        Package:dji.v5.manager.aircraft.flysafe
                                                                        +
                                                                        Description:
                                                                        +

                                                                        Fly safety database state.

                                                                        Supported since MSDK 5.8.0

                                                                        +
                                                                        Enum Members:
                                                                        +
                                                                        NEED_TO_IMPORTNeed to import. Indicates that the current database of MSDK does not contain data on the current position of the aircraft. Please call importFlySafeDynamicDatabaseToMSDK to import the database near the aircraft location.
                                                                        NEED_TO_SYNCNeed to synchronize. Indicates that the database in MSDK needs to be synchronized to the aircraft. Please call pushFlySafeDynamicDatabaseToAircraft to push the database in MSDK to the aircraft.
                                                                        UP_TO_DATEUp to date. Indicates that the MSDK database has been successfully synchronized to the aircraft.
                                                                        +
                                                                        Class Members:
                                                                        +
                                                                        diff --git a/Docs/Android_API/en/Components/IFlyZoneManager/IFlyZoneManager_FlySafeDatabaseInfo.html b/Docs/Android_API/en/Components/IFlyZoneManager/IFlyZoneManager_FlySafeDatabaseInfo.html new file mode 100644 index 00000000..f847dadc --- /dev/null +++ b/Docs/Android_API/en/Components/IFlyZoneManager/IFlyZoneManager_FlySafeDatabaseInfo.html @@ -0,0 +1,727 @@ + + + + + + + DJI Mobile SDK Documentation + + + + +
                                                                        +
                                                                        +
                                                                        +
                                                                        +
                                                                        +
                                                                        +
                                                                        + + +
                                                                        +
                                                                        +
                                                                        +
                                                                        +
                                                                          +
                                                                          +
                                                                          +
                                                                            +
                                                                            +
                                                                            +
                                                                            + +
                                                                            +
                                                                            +

                                                                            class FlySafeDatabaseInfo

                                                                            +
                                                                            class FlySafeDatabaseInfo
                                                                            +
                                                                            Package:dji.v5.manager.aircraft.flysafe.info
                                                                            +
                                                                            Description:
                                                                            +

                                                                            Fly safety database information class. Includes component type, upgrade mode, database name, databsase size and database import time.

                                                                            Supported since MSDK 5.8.0

                                                                            +
                                                                            Class Members:
                                                                            +
                                                                            +
                                                                            method getComponent
                                                                            + +
                                                                            FlySafeDatabaseComponent getComponent()
                                                                            +
                                                                            Package:dji.v5.manager.aircraft.flysafe.info
                                                                            +
                                                                            Description:
                                                                            +

                                                                            Gets the component type of the fly safety database.

                                                                            Supported since MSDK 5.8.0

                                                                            +
                                                                            Return:
                                                                            +
                                                                            FlySafeDatabaseComponentReturns the component type of the fly safety database.
                                                                            +
                                                                            +
                                                                            method getFlySafeDatabaseUpgradeMode
                                                                            + +
                                                                            FlySafeDatabaseUpgradeMode  getFlySafeDatabaseUpgradeMode()
                                                                            +
                                                                            Package:dji.v5.manager.aircraft.flysafe.info
                                                                            +
                                                                            Description:
                                                                            +

                                                                            Gets the upgrade mode of the fly safety database.

                                                                            Supported since MSDK 5.8.0

                                                                            +
                                                                            Return:
                                                                            +
                                                                            FlySafeDatabaseUpgradeModeReturns the upgrade mode of the fly safety database.
                                                                            +
                                                                            +
                                                                            method getDatabaseName
                                                                            + +
                                                                            String getDatabaseName()
                                                                            +
                                                                            Package:dji.v5.manager.aircraft.flysafe.info
                                                                            +
                                                                            Description:
                                                                            +

                                                                            Gets the name of the fly safety database.
                                                                            Note:
                                                                            +The database name on the aircraft cannot be obtained. +
                                                                            +

                                                                            Supported since MSDK 5.8.0

                                                                            +
                                                                            Return:
                                                                            +
                                                                            StringReturns the name of the fly safety database.
                                                                            +
                                                                            +
                                                                            method getDatabaseSize
                                                                            + +
                                                                            long getDatabaseSize()
                                                                            +
                                                                            Package:dji.v5.manager.aircraft.flysafe.info
                                                                            +
                                                                            Description:
                                                                            +

                                                                            Gets the size of the fly safety database.
                                                                            Note:
                                                                            +The database size on the aircraft cannot be obtained. +
                                                                            +

                                                                            Supported since MSDK 5.8.0

                                                                            +
                                                                            Return:
                                                                            +
                                                                            longReturns the size of the fly safety database.
                                                                            +
                                                                            +
                                                                            method getDatabaseTimeStamp
                                                                            + +
                                                                            long getDatabaseTimeStamp()
                                                                            +
                                                                            Package:dji.v5.manager.aircraft.flysafe.info
                                                                            +
                                                                            Description:
                                                                            +

                                                                            Gets the import timestamp of the fly safety database.

                                                                            Supported since MSDK 5.8.0

                                                                            +
                                                                            Return:
                                                                            +
                                                                            longReturns the import timestamp of the fly safety database.
                                                                            + +
                                                                            +
                                                                            +
                                                                            + +
                                                                            + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Docs/Android_API/en/Components/IFlyZoneManager/IFlyZoneManager_FlySafeDatabaseListener.html b/Docs/Android_API/en/Components/IFlyZoneManager/IFlyZoneManager_FlySafeDatabaseListener.html new file mode 100644 index 00000000..46287230 --- /dev/null +++ b/Docs/Android_API/en/Components/IFlyZoneManager/IFlyZoneManager_FlySafeDatabaseListener.html @@ -0,0 +1,694 @@ + + + + + + + DJI Mobile SDK Documentation + + + + +
                                                                            +
                                                                            +
                                                                            +
                                                                            +
                                                                            +
                                                                            +
                                                                            + + +
                                                                            +
                                                                            +
                                                                            +
                                                                            +
                                                                              +
                                                                              +
                                                                              +
                                                                                +
                                                                                +
                                                                                +
                                                                                + +
                                                                                +
                                                                                +

                                                                                class FlySafeDatabaseListener

                                                                                +
                                                                                interface FlySafeDatabaseListener
                                                                                +
                                                                                Package:dji.v5.manager.aircraft.flysafe
                                                                                +
                                                                                Description:
                                                                                +

                                                                                Fly safety database listener.

                                                                                Supported since MSDK 5.8.0

                                                                                +
                                                                                Class Members:
                                                                                +
                                                                                +
                                                                                method onFlySafeDatabaseInfoUpdate
                                                                                + +
                                                                                void onFlySafeDatabaseInfoUpdate(FlySafeDatabaseInfo flySafeDatabaseInfo)
                                                                                +
                                                                                Package:dji.v5.manager.aircraft.flysafe
                                                                                +
                                                                                Description:
                                                                                +

                                                                                When the fly safety database information changes, this method will be called back.

                                                                                Supported since MSDK 5.8.0

                                                                                +
                                                                                Input Parameters:
                                                                                +
                                                                                FlySafeDatabaseInfo flySafeDatabaseInfoFly Safety database information.
                                                                                +
                                                                                +
                                                                                method onFlySafeDatabaseStateUpdate
                                                                                + +
                                                                                void onFlySafeDatabaseStateUpdate(FlySafeDatabaseState  flySafeDatabaseState)
                                                                                +
                                                                                Package:dji.v5.manager.aircraft.flysafe
                                                                                +
                                                                                Description:
                                                                                +

                                                                                When the fly safety database state changes, this method will be called back.

                                                                                Supported since MSDK 5.8.0

                                                                                +
                                                                                Input Parameters:
                                                                                +
                                                                                FlySafeDatabaseState flySafeDatabaseStateFly Safety database state
                                                                                + +
                                                                                +
                                                                                +
                                                                                + +
                                                                                + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Docs/Android_API/en/Components/IFlyZoneManager/IFlyZoneManager_FlySafeNotificationListener.html b/Docs/Android_API/en/Components/IFlyZoneManager/IFlyZoneManager_FlySafeNotificationListener.html index 732e50fd..b087d0af 100644 --- a/Docs/Android_API/en/Components/IFlyZoneManager/IFlyZoneManager_FlySafeNotificationListener.html +++ b/Docs/Android_API/en/Components/IFlyZoneManager/IFlyZoneManager_FlySafeNotificationListener.html @@ -228,8 +228,6 @@
                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                +
                                                                                ICameraStreamManager + +
                                                                                IMediaManager
                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                FlySafeNotificationListener
                                                                                +
                                                                                FlySafeDatabaseListener +
                                                                                +
                                                                                FlySafeDatabaseInfo +
                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                RealTimeTransimissionStateListener
                                                                                +
                                                                                MegaphoneInfoListener +
                                                                                +
                                                                                MegaphoneInfo +
                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                UARegistrationNumberStatusListener
                                                                                +
                                                                                OperatorRegistrationNumberStatus +
                                                                                +
                                                                                OperatorRegistrationNumberStatusListener +
                                                                                +
                                                                                RealNameRegistrationStatus +
                                                                                +
                                                                                RealNameRegistrationStatusListener +
                                                                                ILDMManager diff --git a/Docs/Android_API/en/Components/IFlyZoneManager/IFlyZoneManager_FlySafeReturnToHomeInformation.html b/Docs/Android_API/en/Components/IFlyZoneManager/IFlyZoneManager_FlySafeReturnToHomeInformation.html index 2060cd2c..996e6dac 100644 --- a/Docs/Android_API/en/Components/IFlyZoneManager/IFlyZoneManager_FlySafeReturnToHomeInformation.html +++ b/Docs/Android_API/en/Components/IFlyZoneManager/IFlyZoneManager_FlySafeReturnToHomeInformation.html @@ -228,8 +228,6 @@
                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                +
                                                                                ICameraStreamManager + +
                                                                                IMediaManager
                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                FlySafeNotificationListener
                                                                                +
                                                                                FlySafeDatabaseListener +
                                                                                +
                                                                                FlySafeDatabaseInfo +
                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                RealTimeTransimissionStateListener
                                                                                +
                                                                                MegaphoneInfoListener +
                                                                                +
                                                                                MegaphoneInfo +
                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                UARegistrationNumberStatusListener
                                                                                +
                                                                                OperatorRegistrationNumberStatus +
                                                                                +
                                                                                OperatorRegistrationNumberStatusListener +
                                                                                +
                                                                                RealNameRegistrationStatus +
                                                                                +
                                                                                RealNameRegistrationStatusListener +
                                                                                ILDMManager diff --git a/Docs/Android_API/en/Components/IFlyZoneManager/IFlyZoneManager_FlySafeTipInformation.html b/Docs/Android_API/en/Components/IFlyZoneManager/IFlyZoneManager_FlySafeTipInformation.html index 2ddba850..6ac7a181 100644 --- a/Docs/Android_API/en/Components/IFlyZoneManager/IFlyZoneManager_FlySafeTipInformation.html +++ b/Docs/Android_API/en/Components/IFlyZoneManager/IFlyZoneManager_FlySafeTipInformation.html @@ -228,8 +228,6 @@
                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                +
                                                                                ICameraStreamManager + +
                                                                                IMediaManager
                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                FlySafeNotificationListener
                                                                                +
                                                                                FlySafeDatabaseListener +
                                                                                +
                                                                                FlySafeDatabaseInfo +
                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                RealTimeTransimissionStateListener
                                                                                +
                                                                                MegaphoneInfoListener +
                                                                                +
                                                                                MegaphoneInfo +
                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                UARegistrationNumberStatusListener
                                                                                +
                                                                                OperatorRegistrationNumberStatus +
                                                                                +
                                                                                OperatorRegistrationNumberStatusListener +
                                                                                +
                                                                                RealNameRegistrationStatus +
                                                                                +
                                                                                RealNameRegistrationStatusListener +
                                                                                ILDMManager diff --git a/Docs/Android_API/en/Components/IFlyZoneManager/IFlyZoneManager_FlyZoneInformation.html b/Docs/Android_API/en/Components/IFlyZoneManager/IFlyZoneManager_FlyZoneInformation.html index df12296f..5f6a611c 100644 --- a/Docs/Android_API/en/Components/IFlyZoneManager/IFlyZoneManager_FlyZoneInformation.html +++ b/Docs/Android_API/en/Components/IFlyZoneManager/IFlyZoneManager_FlyZoneInformation.html @@ -228,8 +228,6 @@
                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                +
                                                                                ICameraStreamManager + +
                                                                                IMediaManager
                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                FlySafeNotificationListener
                                                                                +
                                                                                FlySafeDatabaseListener +
                                                                                +
                                                                                FlySafeDatabaseInfo +
                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                RealTimeTransimissionStateListener
                                                                                +
                                                                                MegaphoneInfoListener +
                                                                                +
                                                                                MegaphoneInfo +
                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                UARegistrationNumberStatusListener
                                                                                +
                                                                                OperatorRegistrationNumberStatus +
                                                                                +
                                                                                OperatorRegistrationNumberStatusListener +
                                                                                +
                                                                                RealNameRegistrationStatus +
                                                                                +
                                                                                RealNameRegistrationStatusListener +
                                                                                ILDMManager @@ -630,24 +658,44 @@
                                                                                Description:
                                                                                Return:
                                                                                FlyZoneShapeReturns the shape of the fly zone.


                                                                                +

                                                                                GeoZone Data

                                                                                +
                                                                                +
                                                                                method getLowerLimit
                                                                                + +
                                                                                double getLowerLimit()
                                                                                +
                                                                                Package:dji.v5.manager.aircraft.flysafe.info
                                                                                +
                                                                                Description:
                                                                                +

                                                                                Gets the lower limit of GeoZone data, currently only supports EU GeoZone data.

                                                                                Supported since MSDK 5.3.0

                                                                                +
                                                                                Return:
                                                                                +
                                                                                doubleReturns the lower limit of GeoZone data.
                                                                                +
                                                                                +
                                                                                method getUpperLimit
                                                                                + +
                                                                                double getUpperLimit()
                                                                                +
                                                                                Package:dji.v5.manager.aircraft.flysafe.info
                                                                                +
                                                                                Description:
                                                                                +

                                                                                Gets the upper limit of GeoZone data, currently only supports EU GeoZone data.

                                                                                Supported since MSDK 5.3.0

                                                                                +
                                                                                Return:
                                                                                +
                                                                                doubleReturns the upper limit of GeoZone data.
                                                                                +


                                                                                Circular Restricted Fly Zone Information

                                                                                method getCircleCenter
                                                                                LocationCoordinate2D getCircleCenter()
                                                                                Package:dji.v5.manager.aircraft.flysafe.info
                                                                                -
                                                                                Description:
                                                                                +
                                                                                Description:

                                                                                Gets the coordinates of the center of the circular restricted-fly zone.

                                                                                Supported since MSDK 5.3.0

                                                                                -
                                                                                Return:
                                                                                +
                                                                                Return:
                                                                                LocationCoordinate2DReturns the coordinates of the center of the circular restricted-fly zone.
                                                                                method getCircleRadius
                                                                                double getCircleRadius()
                                                                                Package:dji.v5.manager.aircraft.flysafe.info
                                                                                -
                                                                                Description:
                                                                                +
                                                                                Description:

                                                                                Gets the radius of the circular restricted fly zone.

                                                                                Supported since MSDK 5.3.0

                                                                                -
                                                                                Return:
                                                                                +
                                                                                Return:
                                                                                doubleReturns the radius of the circular restricted fly zone.


                                                                                Polygon Restricted Fly Zone Information

                                                                                @@ -656,9 +704,9 @@

                                                                                Polygon Restricted Fly Zone Inf
                                                                                List<MultiPolygonFlyZoneInformation> getMultiPolygonFlyZoneInformation()
                                                                                Package:dji.v5.manager.aircraft.flysafe.info
                                                                                -

                                                                                Description:
                                                                                +
                                                                                Description:

                                                                                Gets the polygon restricted fly zone information. Contains cylindrical and polygonal no-fly zone information.

                                                                                Supported since MSDK 5.3.0

                                                                                -
                                                                                Return:
                                                                                +
                                                                                Return:
                                                                                List<MultiPolygonFlyZoneInformation>Returns information about the restricted fly zone for the polygon.
                                                                                diff --git a/Docs/Android_API/en/Components/IFlyZoneManager/IFlyZoneManager_FlyZoneLicenseInfo.html b/Docs/Android_API/en/Components/IFlyZoneManager/IFlyZoneManager_FlyZoneLicenseInfo.html index d1e2ef37..96311d99 100644 --- a/Docs/Android_API/en/Components/IFlyZoneManager/IFlyZoneManager_FlyZoneLicenseInfo.html +++ b/Docs/Android_API/en/Components/IFlyZoneManager/IFlyZoneManager_FlyZoneLicenseInfo.html @@ -228,8 +228,6 @@
                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                +
                                                                                ICameraStreamManager + +
                                                                                IMediaManager
                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                FlySafeNotificationListener
                                                                                +
                                                                                FlySafeDatabaseListener +
                                                                                +
                                                                                FlySafeDatabaseInfo +
                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                RealTimeTransimissionStateListener
                                                                                +
                                                                                MegaphoneInfoListener +
                                                                                +
                                                                                MegaphoneInfo +
                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                UARegistrationNumberStatusListener
                                                                                +
                                                                                OperatorRegistrationNumberStatus +
                                                                                +
                                                                                OperatorRegistrationNumberStatusListener +
                                                                                +
                                                                                RealNameRegistrationStatus +
                                                                                +
                                                                                RealNameRegistrationStatusListener +
                                                                                ILDMManager @@ -577,7 +605,7 @@

                                                                                class FlyZoneLicenseInfo

                                                                                -
                                                                                class FlyZoneLicenseInfo
                                                                                +
                                                                                class FlyZoneLicenseInfo implements KeepProguard
                                                                                Package:dji.v5.manager.aircraft.flysafe.info
                                                                                Description:

                                                                                Restricted fly zone licenses class. Including the basic information of the unlocking licenses, such as license type, validity period, flight controller SN bound to the license, enabling status, etc.

                                                                                Supported since MSDK 5.3.0

                                                                                @@ -738,6 +766,17 @@
                                                                                Description:

                                                                                Gets the country unlock zone ID.

                                                                                Supported since MSDK 5.3.0

                                                                                Return:
                                                                                intReturns the country unlock zone ID.
                                                                                +


                                                                                +

                                                                                RID Unlock Information

                                                                                +
                                                                                +
                                                                                method getRidUnlockType
                                                                                + +
                                                                                RidUnlockType getRidUnlockType()
                                                                                +
                                                                                Package:dji.v5.manager.aircraft.flysafe.info
                                                                                +
                                                                                Description:
                                                                                +

                                                                                Gets the RID unlock type.

                                                                                Supported since MSDK 5.8.0

                                                                                +
                                                                                Return:
                                                                                +
                                                                                RidUnlockTypeReturns the RID unlock type.
                                                                                diff --git a/Docs/Android_API/en/Components/IFlyZoneManager/IFlyZoneManager_FlyingSafetySeriousWarningInformation.html b/Docs/Android_API/en/Components/IFlyZoneManager/IFlyZoneManager_FlyingSafetySeriousWarningInformation.html index e82a68f5..e7d8aab4 100644 --- a/Docs/Android_API/en/Components/IFlyZoneManager/IFlyZoneManager_FlyingSafetySeriousWarningInformation.html +++ b/Docs/Android_API/en/Components/IFlyZoneManager/IFlyZoneManager_FlyingSafetySeriousWarningInformation.html @@ -228,8 +228,6 @@
                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                +
                                                                                ICameraStreamManager + +
                                                                                IMediaManager
                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                FlySafeNotificationListener
                                                                                +
                                                                                FlySafeDatabaseListener +
                                                                                +
                                                                                FlySafeDatabaseInfo +
                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                RealTimeTransimissionStateListener
                                                                                +
                                                                                MegaphoneInfoListener +
                                                                                +
                                                                                MegaphoneInfo +
                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                UARegistrationNumberStatusListener
                                                                                +
                                                                                OperatorRegistrationNumberStatus +
                                                                                +
                                                                                OperatorRegistrationNumberStatusListener +
                                                                                +
                                                                                RealNameRegistrationStatus +
                                                                                +
                                                                                RealNameRegistrationStatusListener +
                                                                                ILDMManager diff --git a/Docs/Android_API/en/Components/IFlyZoneManager/IFlyZoneManager_FlyingSafetyWarningInformation.html b/Docs/Android_API/en/Components/IFlyZoneManager/IFlyZoneManager_FlyingSafetyWarningInformation.html index 0d5a09d5..69aa0f0b 100644 --- a/Docs/Android_API/en/Components/IFlyZoneManager/IFlyZoneManager_FlyingSafetyWarningInformation.html +++ b/Docs/Android_API/en/Components/IFlyZoneManager/IFlyZoneManager_FlyingSafetyWarningInformation.html @@ -228,8 +228,6 @@
                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                +
                                                                                ICameraStreamManager + +
                                                                                IMediaManager
                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                FlySafeNotificationListener
                                                                                +
                                                                                FlySafeDatabaseListener +
                                                                                +
                                                                                FlySafeDatabaseInfo +
                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                RealTimeTransimissionStateListener
                                                                                +
                                                                                MegaphoneInfoListener +
                                                                                +
                                                                                MegaphoneInfo +
                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                UARegistrationNumberStatusListener
                                                                                +
                                                                                OperatorRegistrationNumberStatus +
                                                                                +
                                                                                OperatorRegistrationNumberStatusListener +
                                                                                +
                                                                                RealNameRegistrationStatus +
                                                                                +
                                                                                RealNameRegistrationStatusListener +
                                                                                ILDMManager diff --git a/Docs/Android_API/en/Components/IFlyZoneManager/IFlyZoneManager_MultiPolygonFlyZoneInformation.html b/Docs/Android_API/en/Components/IFlyZoneManager/IFlyZoneManager_MultiPolygonFlyZoneInformation.html index 6dc709b1..2d2fadb1 100644 --- a/Docs/Android_API/en/Components/IFlyZoneManager/IFlyZoneManager_MultiPolygonFlyZoneInformation.html +++ b/Docs/Android_API/en/Components/IFlyZoneManager/IFlyZoneManager_MultiPolygonFlyZoneInformation.html @@ -228,8 +228,6 @@
                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                +
                                                                                ICameraStreamManager + +
                                                                                IMediaManager
                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                FlySafeNotificationListener
                                                                                +
                                                                                FlySafeDatabaseListener +
                                                                                +
                                                                                FlySafeDatabaseInfo +
                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                RealTimeTransimissionStateListener
                                                                                +
                                                                                MegaphoneInfoListener +
                                                                                +
                                                                                MegaphoneInfo +
                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                UARegistrationNumberStatusListener
                                                                                +
                                                                                OperatorRegistrationNumberStatus +
                                                                                +
                                                                                OperatorRegistrationNumberStatusListener +
                                                                                +
                                                                                RealNameRegistrationStatus +
                                                                                +
                                                                                RealNameRegistrationStatusListener +
                                                                                ILDMManager diff --git a/Docs/Android_API/en/Components/IKeyManager/DJIKey.html b/Docs/Android_API/en/Components/IKeyManager/DJIKey.html index d3f37215..90229c59 100644 --- a/Docs/Android_API/en/Components/IKeyManager/DJIKey.html +++ b/Docs/Android_API/en/Components/IKeyManager/DJIKey.html @@ -228,8 +228,6 @@
                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                +
                                                                                ICameraStreamManager + +
                                                                                IMediaManager
                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                FlySafeNotificationListener
                                                                                +
                                                                                FlySafeDatabaseListener +
                                                                                +
                                                                                FlySafeDatabaseInfo +
                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                RealTimeTransimissionStateListener
                                                                                +
                                                                                MegaphoneInfoListener +
                                                                                +
                                                                                MegaphoneInfo +
                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                UARegistrationNumberStatusListener
                                                                                +
                                                                                OperatorRegistrationNumberStatus +
                                                                                +
                                                                                OperatorRegistrationNumberStatusListener +
                                                                                +
                                                                                RealNameRegistrationStatus +
                                                                                +
                                                                                RealNameRegistrationStatusListener +
                                                                                ILDMManager diff --git a/Docs/Android_API/en/Components/IKeyManager/DJIKeyInfo.html b/Docs/Android_API/en/Components/IKeyManager/DJIKeyInfo.html index c737528a..3162aee4 100644 --- a/Docs/Android_API/en/Components/IKeyManager/DJIKeyInfo.html +++ b/Docs/Android_API/en/Components/IKeyManager/DJIKeyInfo.html @@ -228,8 +228,6 @@
                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                +
                                                                                ICameraStreamManager + +
                                                                                IMediaManager
                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                FlySafeNotificationListener
                                                                                +
                                                                                FlySafeDatabaseListener +
                                                                                +
                                                                                FlySafeDatabaseInfo +
                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                RealTimeTransimissionStateListener
                                                                                +
                                                                                MegaphoneInfoListener +
                                                                                +
                                                                                MegaphoneInfo +
                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                UARegistrationNumberStatusListener
                                                                                +
                                                                                OperatorRegistrationNumberStatus +
                                                                                +
                                                                                OperatorRegistrationNumberStatusListener +
                                                                                +
                                                                                RealNameRegistrationStatus +
                                                                                +
                                                                                RealNameRegistrationStatusListener +
                                                                                ILDMManager diff --git a/Docs/Android_API/en/Components/IKeyManager/DJIValue.html b/Docs/Android_API/en/Components/IKeyManager/DJIValue.html index 4c38129f..0bd74915 100644 --- a/Docs/Android_API/en/Components/IKeyManager/DJIValue.html +++ b/Docs/Android_API/en/Components/IKeyManager/DJIValue.html @@ -228,8 +228,6 @@
                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                +
                                                                                ICameraStreamManager + +
                                                                                IMediaManager
                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                FlySafeNotificationListener
                                                                                +
                                                                                FlySafeDatabaseListener +
                                                                                +
                                                                                FlySafeDatabaseInfo +
                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                RealTimeTransimissionStateListener
                                                                                +
                                                                                MegaphoneInfoListener +
                                                                                +
                                                                                MegaphoneInfo +
                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                UARegistrationNumberStatusListener
                                                                                +
                                                                                OperatorRegistrationNumberStatus +
                                                                                +
                                                                                OperatorRegistrationNumberStatusListener +
                                                                                +
                                                                                RealNameRegistrationStatus +
                                                                                +
                                                                                RealNameRegistrationStatusListener +
                                                                                ILDMManager @@ -802,7 +830,7 @@
                                                                                Class Members:
                                                                                Description:

                                                                                Video Source Type supported by the camera.

                                                                                Enum Members:
                                                                                -
                                                                                DEFAULT_CAMERADefault. Single lens cameras use this lens type by default.
                                                                                WIDE_CAMERAWide.
                                                                                ZOOM_CAMERAZoom.
                                                                                INFRARED_CAMERAInfrared.
                                                                                RGB_CAMERAMultispectral RGB.
                                                                                NDVI_CAMERAMultispectral NDVI.
                                                                                MS_G_CAMERAMultispectral G.
                                                                                MS_R_CAMERAMultispectral R.
                                                                                MS_RE_CAMERAMultispectral RE.
                                                                                MS_NIR_CAMERAMultispectral NIR.
                                                                                POINT_CLOUD_CAMERAPoint Cloud. Only Supported by Zenmuse L2.
                                                                                +
                                                                                DEFAULT_CAMERADefault. Single lens cameras use this lens type by default.
                                                                                WIDE_CAMERAWide.
                                                                                ZOOM_CAMERAZoom.
                                                                                INFRARED_CAMERAInfrared.
                                                                                RGB_CAMERAMultispectral RGB.
                                                                                NDVI_CAMERAMultispectral NDVI.
                                                                                MS_G_CAMERAMultispectral G.
                                                                                MS_R_CAMERAMultispectral R.
                                                                                MS_RE_CAMERAMultispectral RE.
                                                                                MS_NIR_CAMERAMultispectral NIR.
                                                                                POINT_CLOUD_CAMERAPoint Cloud. Only Supported by Zenmuse L2.
                                                                                VISION_CAMERAVisible light. Only supports Mavic 3E series and Mavic 3M.
                                                                                Class Members:
                                                                                ROI
                                                                                enum
                                                                                @@ -1420,7 +1448,7 @@
                                                                                Class Members:
                                                                                enum WlmDongleWorkState implements JNIProguardKeepTag
                                                                                Package:dji.sdk.keyvalue.value.airlink
                                                                                Description:
                                                                                -

                                                                                TLE Dongle working state.

                                                                                +

                                                                                LTE Dongle working state.

                                                                                Enum Members:
                                                                                NOT_REGISTER_NO_SEARCHThe SIM card is not registered and the mobile network is not searched.
                                                                                NOT_REGISTER_SEARCHINGSIM card is not registered, searching the mobile network.
                                                                                REGISTER_HOME_NETWORKThe SIM card has been registered and is being used in the home network.
                                                                                REGISTER_ROAMINGSIM card is registered and and is roaming the network.
                                                                                REGISTER_DENIEDSIM card registration denied.
                                                                                Class Members:
                                                                                diff --git a/Docs/Android_API/en/Components/IKeyManager/IKeyManager.html b/Docs/Android_API/en/Components/IKeyManager/IKeyManager.html index 1ddf408e..7a5e1a5e 100644 --- a/Docs/Android_API/en/Components/IKeyManager/IKeyManager.html +++ b/Docs/Android_API/en/Components/IKeyManager/IKeyManager.html @@ -228,8 +228,6 @@
                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                +
                                                                                ICameraStreamManager + +
                                                                                IMediaManager
                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                FlySafeNotificationListener
                                                                                +
                                                                                FlySafeDatabaseListener +
                                                                                +
                                                                                FlySafeDatabaseInfo +
                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                RealTimeTransimissionStateListener
                                                                                +
                                                                                MegaphoneInfoListener +
                                                                                +
                                                                                MegaphoneInfo +
                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                UARegistrationNumberStatusListener
                                                                                +
                                                                                OperatorRegistrationNumberStatus +
                                                                                +
                                                                                OperatorRegistrationNumberStatusListener +
                                                                                +
                                                                                RealNameRegistrationStatus +
                                                                                +
                                                                                RealNameRegistrationStatusListener +
                                                                                ILDMManager @@ -601,7 +629,7 @@
                                                                                Return:
                                                                                Description:

                                                                                Obtain the DJIValue value of the DJIKey synchronously, which is the value obtained from the MSDK cache. If the value cannot be read, the set defaultValue will be returned. To get the value asynchronously from the hardware device, please call getValue.

                                                                                Supported since MSDK 5.0.0

                                                                                Input Parameters:
                                                                                -
                                                                                DJIKey<Result> keyDJIKey instance.
                                                                                @NonNull Result defaultValueWhen the MSDK cache value cannot be read, you want to return the default value.
                                                                                +
                                                                                DJIKey<Result> keyDJIKey instance.
                                                                                @NonNull Result defaultValueWhen the MSDK cache value cannot be read, will return the default value.
                                                                                Return:
                                                                                <Result> ResultReturn DJIValue value.
                                                                                method
                                                                                diff --git a/Docs/Android_API/en/Components/IKeyManager/IKeyManager_KeyListener.html b/Docs/Android_API/en/Components/IKeyManager/IKeyManager_KeyListener.html index b6547211..9df4fe80 100644 --- a/Docs/Android_API/en/Components/IKeyManager/IKeyManager_KeyListener.html +++ b/Docs/Android_API/en/Components/IKeyManager/IKeyManager_KeyListener.html @@ -228,8 +228,6 @@
                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                +
                                                                                ICameraStreamManager + +
                                                                                IMediaManager
                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                FlySafeNotificationListener
                                                                                +
                                                                                FlySafeDatabaseListener +
                                                                                +
                                                                                FlySafeDatabaseInfo +
                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                RealTimeTransimissionStateListener
                                                                                +
                                                                                MegaphoneInfoListener +
                                                                                +
                                                                                MegaphoneInfo +
                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                UARegistrationNumberStatusListener
                                                                                +
                                                                                OperatorRegistrationNumberStatus +
                                                                                +
                                                                                OperatorRegistrationNumberStatusListener +
                                                                                +
                                                                                RealNameRegistrationStatus +
                                                                                +
                                                                                RealNameRegistrationStatusListener +
                                                                                ILDMManager diff --git a/Docs/Android_API/en/Components/IKeyManager/KeyTools.html b/Docs/Android_API/en/Components/IKeyManager/KeyTools.html index b879f521..7fbf1f12 100644 --- a/Docs/Android_API/en/Components/IKeyManager/KeyTools.html +++ b/Docs/Android_API/en/Components/IKeyManager/KeyTools.html @@ -228,8 +228,6 @@
                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                +
                                                                                ICameraStreamManager + +
                                                                                IMediaManager
                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                FlySafeNotificationListener
                                                                                +
                                                                                FlySafeDatabaseListener +
                                                                                +
                                                                                FlySafeDatabaseInfo +
                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                RealTimeTransimissionStateListener
                                                                                +
                                                                                MegaphoneInfoListener +
                                                                                +
                                                                                MegaphoneInfo +
                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                UARegistrationNumberStatusListener
                                                                                +
                                                                                OperatorRegistrationNumberStatus +
                                                                                +
                                                                                OperatorRegistrationNumberStatusListener +
                                                                                +
                                                                                RealNameRegistrationStatus +
                                                                                +
                                                                                RealNameRegistrationStatusListener +
                                                                                ILDMManager diff --git a/Docs/Android_API/en/Components/IKeyManager/Key_Airlink_AirlinkKey.html b/Docs/Android_API/en/Components/IKeyManager/Key_Airlink_AirlinkKey.html index 8a26d51c..faa8ac05 100644 --- a/Docs/Android_API/en/Components/IKeyManager/Key_Airlink_AirlinkKey.html +++ b/Docs/Android_API/en/Components/IKeyManager/Key_Airlink_AirlinkKey.html @@ -228,8 +228,6 @@
                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                +
                                                                                ICameraStreamManager + +
                                                                                IMediaManager
                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                FlySafeNotificationListener
                                                                                +
                                                                                FlySafeDatabaseListener +
                                                                                +
                                                                                FlySafeDatabaseInfo +
                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                RealTimeTransimissionStateListener
                                                                                +
                                                                                MegaphoneInfoListener +
                                                                                +
                                                                                MegaphoneInfo +
                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                UARegistrationNumberStatusListener
                                                                                +
                                                                                OperatorRegistrationNumberStatus +
                                                                                +
                                                                                OperatorRegistrationNumberStatusListener +
                                                                                +
                                                                                RealNameRegistrationStatus +
                                                                                +
                                                                                RealNameRegistrationStatusListener +
                                                                                ILDMManager @@ -704,7 +732,7 @@
                                                                                Description:

                                                                                Parameter: WlmLinkQualityLevelInfo

                                                                                Get the signal quality level of wireless link manager. The signal quality level of OcuSync link and LTE link can be obtained through this interface.
                                                                                Notic:
                                                                                It is recommended to use ILTEManager with more complete functions, support LTE authentication, and enable and disable the enhanced transmission function.


                                                                                Supported since MSDK 5.1.0

                                                                                -
                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                +
                                                                                ICameraStreamManager + +
                                                                                IMediaManager
                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                FlySafeNotificationListener
                                                                                +
                                                                                FlySafeDatabaseListener +
                                                                                +
                                                                                FlySafeDatabaseInfo +
                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                RealTimeTransimissionStateListener
                                                                                +
                                                                                MegaphoneInfoListener +
                                                                                +
                                                                                MegaphoneInfo +
                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                UARegistrationNumberStatusListener
                                                                                +
                                                                                OperatorRegistrationNumberStatus +
                                                                                +
                                                                                OperatorRegistrationNumberStatusListener +
                                                                                +
                                                                                RealNameRegistrationStatus +
                                                                                +
                                                                                RealNameRegistrationStatusListener +
                                                                                ILDMManager diff --git a/Docs/Android_API/en/Components/IKeyManager/Key_Battery_BatteryKey.html b/Docs/Android_API/en/Components/IKeyManager/Key_Battery_BatteryKey.html index a62b629f..eb947d42 100644 --- a/Docs/Android_API/en/Components/IKeyManager/Key_Battery_BatteryKey.html +++ b/Docs/Android_API/en/Components/IKeyManager/Key_Battery_BatteryKey.html @@ -228,8 +228,6 @@
                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                +
                                                                                ICameraStreamManager + +
                                                                                IMediaManager
                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                FlySafeNotificationListener
                                                                                +
                                                                                FlySafeDatabaseListener +
                                                                                +
                                                                                FlySafeDatabaseInfo +
                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                RealTimeTransimissionStateListener
                                                                                +
                                                                                MegaphoneInfoListener +
                                                                                +
                                                                                MegaphoneInfo +
                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                UARegistrationNumberStatusListener
                                                                                +
                                                                                OperatorRegistrationNumberStatus +
                                                                                +
                                                                                OperatorRegistrationNumberStatusListener +
                                                                                +
                                                                                RealNameRegistrationStatus +
                                                                                +
                                                                                RealNameRegistrationStatusListener +
                                                                                ILDMManager diff --git a/Docs/Android_API/en/Components/IKeyManager/Key_Battery_DJIBatteryKey.html b/Docs/Android_API/en/Components/IKeyManager/Key_Battery_DJIBatteryKey.html index a3564660..d8564bc9 100644 --- a/Docs/Android_API/en/Components/IKeyManager/Key_Battery_DJIBatteryKey.html +++ b/Docs/Android_API/en/Components/IKeyManager/Key_Battery_DJIBatteryKey.html @@ -228,8 +228,6 @@
                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                +
                                                                                ICameraStreamManager + +
                                                                                IMediaManager
                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                FlySafeNotificationListener
                                                                                +
                                                                                FlySafeDatabaseListener +
                                                                                +
                                                                                FlySafeDatabaseInfo +
                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                RealTimeTransimissionStateListener
                                                                                +
                                                                                MegaphoneInfoListener +
                                                                                +
                                                                                MegaphoneInfo +
                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                UARegistrationNumberStatusListener
                                                                                +
                                                                                OperatorRegistrationNumberStatus +
                                                                                +
                                                                                OperatorRegistrationNumberStatusListener +
                                                                                +
                                                                                RealNameRegistrationStatus +
                                                                                +
                                                                                RealNameRegistrationStatusListener +
                                                                                ILDMManager diff --git a/Docs/Android_API/en/Components/IKeyManager/Key_Camera_CameraKey.html b/Docs/Android_API/en/Components/IKeyManager/Key_Camera_CameraKey.html index c35c7b6a..600457a5 100644 --- a/Docs/Android_API/en/Components/IKeyManager/Key_Camera_CameraKey.html +++ b/Docs/Android_API/en/Components/IKeyManager/Key_Camera_CameraKey.html @@ -228,8 +228,6 @@
                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                +
                                                                                ICameraStreamManager + +
                                                                                IMediaManager
                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                FlySafeNotificationListener
                                                                                +
                                                                                FlySafeDatabaseListener +
                                                                                +
                                                                                FlySafeDatabaseInfo +
                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                RealTimeTransimissionStateListener
                                                                                +
                                                                                MegaphoneInfoListener +
                                                                                +
                                                                                MegaphoneInfo +
                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                UARegistrationNumberStatusListener
                                                                                +
                                                                                OperatorRegistrationNumberStatus +
                                                                                +
                                                                                OperatorRegistrationNumberStatusListener +
                                                                                +
                                                                                RealNameRegistrationStatus +
                                                                                +
                                                                                RealNameRegistrationStatusListener +
                                                                                ILDMManager @@ -1155,13 +1183,13 @@
                                                                                Description:
                                                                                Description:

                                                                                Parameter:DoublePoint2D
                                                                                The focus target of camera automaic focus. [0,0] means the upper left corner of camera screen. [1,1] means the lower right corner of camera screen. In AF mode, camera will automatically focus on the focus target once after setting focus target.
                                                                                Notice:
                                                                                1. To use this function, please call KeyCameraVideoStreamSource to set the video source to ZOOM_CAMERA.
                                                                                2. When using KeyTools to create a DJIKey instance, please set CameraLensType to CAMERA_LENS_ZOOM. If it is an M3M aircraft, set it to CAMERA_LENS_RGB. If it is a single-lens aircraft, set it to CAMERA_LENS_DEFAULT.


                                                                                Supported since MSDK 5.0.0

                                                                                -
                                                                                Night Scene Mode
                                                                                +
                                                                                final KeyIRCutEnabled
                                                                                static final DJIKeyInfo<Boolean> KeyIRCutEnabled = new DJIKeyInfo<>(componentType.value(),subComponentType.value(),"IRCutEnabled", SingleValueConverter.BooleanConverter).canGet(true).canSet(true).canListen(true).canPerformAction(false).setIsEvent(false).setInnerIdentifier("IRCutEnable")
                                                                                Package:dji.sdk.keyvalue.key
                                                                                Description:
                                                                                -

                                                                                Parameter: Boolean

                                                                                true means night scene mode is opened. Night scene mode improves the shooting effect in low-light environments by turning on the infrared filter in the zoom camera. It only supports zoom lens.

                                                                                Supported since MSDK 5.0.0

                                                                                +

                                                                                Parameter: Boolean

                                                                                true means IR light is enabled. When enabled, zoom camera view will display in black and white.

                                                                                Supported since MSDK 5.0.0

                                                                                Lens Clean Fog
                                                                                final KeyCleanFog
                                                                                diff --git a/Docs/Android_API/en/Components/IKeyManager/Key_Camera_DJICameraKey.html b/Docs/Android_API/en/Components/IKeyManager/Key_Camera_DJICameraKey.html index d8e6e150..975f8ec1 100644 --- a/Docs/Android_API/en/Components/IKeyManager/Key_Camera_DJICameraKey.html +++ b/Docs/Android_API/en/Components/IKeyManager/Key_Camera_DJICameraKey.html @@ -228,8 +228,6 @@
                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                +
                                                                                ICameraStreamManager + +
                                                                                IMediaManager
                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                FlySafeNotificationListener
                                                                                +
                                                                                FlySafeDatabaseListener +
                                                                                +
                                                                                FlySafeDatabaseInfo +
                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                RealTimeTransimissionStateListener
                                                                                +
                                                                                MegaphoneInfoListener +
                                                                                +
                                                                                MegaphoneInfo +
                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                UARegistrationNumberStatusListener
                                                                                +
                                                                                OperatorRegistrationNumberStatus +
                                                                                +
                                                                                OperatorRegistrationNumberStatusListener +
                                                                                +
                                                                                RealNameRegistrationStatus +
                                                                                +
                                                                                RealNameRegistrationStatusListener +
                                                                                ILDMManager diff --git a/Docs/Android_API/en/Components/IKeyManager/Key_FlightController_DJIFlightControllerKey.html b/Docs/Android_API/en/Components/IKeyManager/Key_FlightController_DJIFlightControllerKey.html index 59c8ab36..7183ed29 100644 --- a/Docs/Android_API/en/Components/IKeyManager/Key_FlightController_DJIFlightControllerKey.html +++ b/Docs/Android_API/en/Components/IKeyManager/Key_FlightController_DJIFlightControllerKey.html @@ -228,8 +228,6 @@
                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                +
                                                                                ICameraStreamManager + +
                                                                                IMediaManager
                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                FlySafeNotificationListener
                                                                                +
                                                                                FlySafeDatabaseListener +
                                                                                +
                                                                                FlySafeDatabaseInfo +
                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                RealTimeTransimissionStateListener
                                                                                +
                                                                                MegaphoneInfoListener +
                                                                                +
                                                                                MegaphoneInfo +
                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                UARegistrationNumberStatusListener
                                                                                +
                                                                                OperatorRegistrationNumberStatus +
                                                                                +
                                                                                OperatorRegistrationNumberStatusListener +
                                                                                +
                                                                                RealNameRegistrationStatus +
                                                                                +
                                                                                RealNameRegistrationStatusListener +
                                                                                ILDMManager diff --git a/Docs/Android_API/en/Components/IKeyManager/Key_FlightController_FlightControllerKey.html b/Docs/Android_API/en/Components/IKeyManager/Key_FlightController_FlightControllerKey.html index d84c6def..ff9cef15 100644 --- a/Docs/Android_API/en/Components/IKeyManager/Key_FlightController_FlightControllerKey.html +++ b/Docs/Android_API/en/Components/IKeyManager/Key_FlightController_FlightControllerKey.html @@ -228,8 +228,6 @@
                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                +
                                                                                ICameraStreamManager + +
                                                                                IMediaManager
                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                FlySafeNotificationListener
                                                                                +
                                                                                FlySafeDatabaseListener +
                                                                                +
                                                                                FlySafeDatabaseInfo +
                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                RealTimeTransimissionStateListener
                                                                                +
                                                                                MegaphoneInfoListener +
                                                                                +
                                                                                MegaphoneInfo +
                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                UARegistrationNumberStatusListener
                                                                                +
                                                                                OperatorRegistrationNumberStatus +
                                                                                +
                                                                                OperatorRegistrationNumberStatusListener +
                                                                                +
                                                                                RealNameRegistrationStatus +
                                                                                +
                                                                                RealNameRegistrationStatusListener +
                                                                                ILDMManager @@ -799,7 +827,13 @@
                                                                                Description:
                                                                                static final DJIKeyInfo<Integer> KeyUltrasonicHeight = new DJIKeyInfo<>(componentType.value(),subComponentType.value(),"UltrasonicHeight", SingleValueConverter.IntegerConverter).canGet(true).canSet(false).canListen(true).canPerformAction(false).setIsEvent(false)
                                                                                Package:dji.sdk.keyvalue.key
                                                                                Description:
                                                                                -

                                                                                Parameter: Integer

                                                                                To get the height of ultrasound distance measuring. The height is the distance measured from top to bottom after the aircraft takes off. unit:dm. The maximum measurable distance is 25.5 meters.

                                                                                Supported since MSDK 5.0.0

                                                                                +

                                                                                Parameter: Integer

                                                                                To get the height of ultrasound distance measuring, unit:dm. The height is the distance measured from top to bottom after the aircraft takes off. Barometer altitude is often incorporated to make the data more accurate.
                                                                                note:

                                                                                +
                                                                                  +
                                                                                1. The maximum measurable distance at this altitude is usually 25.5 meters, depending on the actual capabilities of the aircraft.
                                                                                2. +
                                                                                3. If the aircraft is equipped with a downward-looking sensor, this height will also be integrated with the ranging height of the downward-looking sensor.
                                                                                4. +
                                                                                5. If the aircraft is equipped with an infrared sensor, this altitude will also be combined with the infrared sensor ranging altitude. +

                                                                                  Supported since MSDK 5.0.0
                                                                                6. +
                                                                                Wind Speed
                                                                                final KeyWindWarning
                                                                                @@ -1174,14 +1208,22 @@
                                                                                Description:
                                                                                Description:

                                                                                Parameter: Boolean

                                                                                true means intelligent low battery return-to-home function is opened. To avoid unnecessary dangers dangerous due to the low battery, aircraft will intelligently judge whether the current battery is sufficient according to the flight position information. If current battery power is only enough to complete the return-to-home process, MSDK will prompt whether operate the return-to-home process. If the user does not make a selection within 10s, MSDK will automatically return-to-home after 10s. During the returning process, you can short press the smart return-to-home button on the remote control to cancel the return-to-home process. Smart low battery return-to-home only occurs once during one flight. If the user cancels the low-battery return-to-home reminder and continues to fly, the aircraft may be forced to land due to insufficient power when returning, resulting in the aircraft being lost or crashed. For security reasons, it is not recommended to turn this function off.

                                                                                Supported since MSDK 5.0.0

                                                                                -
                                                                                -
                                                                                final KeyGoHomeAssessment
                                                                                +
                                                                                +
                                                                                final KeyLowBatteryRTHInfo
                                                                                -
                                                                                static final DJIKeyInfo<LowBatteryRTHInfo> KeyGoHomeAssessment = new DJIKeyInfo<>(componentType.value(),subComponentType.value(),"GoHomeAssessment", new DJIValueConverter<>(LowBatteryRTHInfo.class)).canGet(true).canSet(false).canListen(true).canPerformAction(false).setIsEvent(false)
                                                                                +
                                                                                static final DJIKeyInfo<LowBatteryRTHInfo> KeyLowBatteryRTHInfo = new KeyLowBatteryRTHInfo().canGet(true).canSet(false).canListen(true).canPerformAction(false).setIsEvent(false)
                                                                                Package:dji.sdk.keyvalue.key
                                                                                Description:

                                                                                Parameter: LowBatteryRTHInfo

                                                                                To get related information of the intelligent low battery power. This function is only valid when KeyLowBatteryRTHEnabled is enabled.

                                                                                Supported since MSDK 5.0.0

                                                                                +
                                                                                +
                                                                                final KeyLowBatteryRTHConfirm
                                                                                + +
                                                                                static final DJIActionKeyInfo<Boolean, EmptyMsg> KeyLowBatteryRTHConfirm = new KeyLowBatteryRTHConfirm().canGet(false).canSet(false).canListen(false).canPerformAction(true).setIsEvent(false)
                                                                                +
                                                                                Package:dji.sdk.keyvalue.key
                                                                                +
                                                                                Description:
                                                                                +

                                                                                Parameter: Boolean

                                                                                Confirm or cancel the return home operation. When calling KeyLowBatteryRTHInfo and the status obtained is COUNTING_DOWN, you can call this interface to confirm or cancel the return operation. true indicates confirmation of return. false means to cancel the return flight.

                                                                                Supported since MSDK 5.8.0

                                                                                +


                                                                                Security Code

                                                                                @@ -1189,7 +1231,7 @@

                                                                                Security Code

                                                                                static final DJIKeyInfo<List<AccessLockerDeviceStatus>> KeyAccessLockerAllDeviceStatus = new DJIKeyInfo<>(componentType.value(),subComponentType.value(),"AccessLockerAllDeviceStatus", new SingleValueConverter<>((Class)List.class,AccessLockerV1AllDeviceStates.class)).canGet(true).canSet(false).canListen(true).canPerformAction(false).setIsEvent(false).setInnerIdentifier("AccessLockerV1AllDeviceStates")
                                                                                Package:dji.sdk.keyvalue.key
                                                                                -
                                                                                Description:
                                                                                +
                                                                                Description:

                                                                                Parameter: List<AccessLockerDeviceStatus>

                                                                                Get the security code status of the storage device. Through this interface, you can obtain whether the storage device on the aircraft supports the security code function, whether the security code function is enabled, and whether the security code needs to be verified.
                                                                                Security code is to keep your media data safe. After the security code is set, the MSDK App needs to perform password verification after connecting to the aircraft. After the verification is passed, it can take photos, record videos and read and write media data in the storage device.

                                                                              • getIsFeatureSupported is true, indicating that the storage device supports the security code function. You can call KeyAccessLockerSetSecurityCode to set the security code.
                                                                              • getIsFeatureEnabled is true, indicating that the security code function of the storage device is enabled. You can call KeyAccessLockerModifySecurityCode for security code modification. If you forget the security code, you can call KeyAccessLockerResetSecurityCode to reset the security code.
                                                                              • getIsFeatureNeedToBeVerified is true, indicating that the storage device needs to verify the security code. Please call KeyAccessLockerVerifySecurityCode for security code verification, otherwise, you will not be able to take photos and record videos, and you will not be able to read and write media data in the storage device. The security code is usually required to be verified when the aircraft is restarted or the storage device is inserted.
                                                                              • Security code is neither saved on device nor accessible by DJI.
                                                                              • It is not possible to reset security code. If security code is lost, format SD card to delete code.
                                                                              • Security code settings only available for Zenmuse H20, Matrice 30 series cameras and Mavic 3 Enterprise series cameras. Zenmuse P1, Zenmuse L1, and third-party payloads currently not supported.

                                                                                Supported since MSDK 5.1.0
                                                                              • @@ -1197,7 +1239,7 @@
                                                                                Description:
                                                                                static final DJIActionKeyInfo<AccessLockerSetSecurityCodeInfo,EmptyMsg> KeyAccessLockerSetSecurityCode = new DJIActionKeyInfo<>(componentType.value(),subComponentType.value(),"AccessLockerSetSecurityCode", new DJIValueConverter<>(AccessLockerSetSecurityCodeInfo.class),EmptyValueConverter.converter).canGet(false).canSet(false).canListen(false).canPerformAction(true).setIsEvent(false).setInnerIdentifier("AccessLockerV1SetupUserAccount")
                                                                                Package:dji.sdk.keyvalue.key
                                                                                -
                                                                                Description:
                                                                                +
                                                                                Description:

                                                                                Parameter: AccessLockerSetSecurityCodeInfo

                                                                                Set a security code. The device and storage type can be selected for security code setting through this interface.

                                                                              • The storage device will be formatted after setting the security code, please make sure the media data has been backed up.
                                                                              • Please keep the security code in a safe place. If you lose it, you will not be able to retrieve it. You can only unlock the storage device by formatting it.
                                                                              • @@ -1209,7 +1251,7 @@
                                                                                Description:
                                                                                static final DJIActionKeyInfo<AccessLockerVerifySecurityCodeInfo,EmptyMsg> KeyAccessLockerVerifySecurityCode = new DJIActionKeyInfo<>(componentType.value(),subComponentType.value(),"AccessLockerVerifySecurityCode", new DJIValueConverter<>(AccessLockerVerifySecurityCodeInfo.class),EmptyValueConverter.converter).canGet(false).canSet(false).canListen(false).canPerformAction(true).setIsEvent(false).setInnerIdentifier("AccessLockerV1VerifyUserAccount")
                                                                                Package:dji.sdk.keyvalue.key
                                                                                -
                                                                                Description:
                                                                                +
                                                                                Description:

                                                                                Parameter: AccessLockerVerifySecurityCodeInfo

                                                                                Verify the security code. The security code can be verified through this interface. After the verification is passed, you can take photos, record videos and read and write media data in the storage device.

                                                                                Supported since MSDK 5.1.0

                                                                                @@ -1218,7 +1260,7 @@
                                                                                Description:
                                                                                static final DJIActionKeyInfo<AccessLockerModifySecurityCodeInfo,EmptyMsg> KeyAccessLockerModifySecurityCode = new DJIActionKeyInfo<>(componentType.value(),subComponentType.value(),"AccessLockerModifySecurityCode", new DJIValueConverter<>(AccessLockerModifySecurityCodeInfo.class),EmptyValueConverter.converter).canGet(false).canSet(false).canListen(false).canPerformAction(true).setIsEvent(false).setInnerIdentifier("AccessLockerV1ModifyUserAccount")
                                                                                Package:dji.sdk.keyvalue.key
                                                                                -
                                                                                Description:
                                                                                +
                                                                                Description:

                                                                                Parameter: AccessLockerModifySecurityCodeInfo

                                                                                Modify the security code.

                                                                                Supported since MSDK 5.1.0

                                                                                @@ -1226,7 +1268,7 @@
                                                                                Description:
                                                                                static final DJIActionKeyInfo<AccessLockerResetSecurityCodeInfo,EmptyMsg> KeyAccessLockerResetSecurityCode = new DJIActionKeyInfo<>(componentType.value(),subComponentType.value(),"AccessLockerResetSecurityCode", new DJIValueConverter<>(AccessLockerResetSecurityCodeInfo.class),EmptyValueConverter.converter).canGet(false).canSet(false).canListen(false).canPerformAction(true).setIsEvent(false).setInnerIdentifier("AccessLockerV1ResetUserAccount")
                                                                                Package:dji.sdk.keyvalue.key
                                                                                -
                                                                                Description:
                                                                                +
                                                                                Description:

                                                                                Parameter: AccessLockerResetSecurityCodeInfo

                                                                                Reset the security code. Reset the security security code will format the storage device, please make sure the media data is backed up.

                                                                                Supported since MSDK 5.1.0


                                                                                @@ -1236,7 +1278,7 @@

                                                                                AirSense

                                                                                static final DJIKeyInfo<AirSenseSystemInformation> KeyAirSenseSystemInformation = new KeyAirSenseSystemInformation().canGet(true).canSet(false).canListen(true).canPerformAction(false).setIsEvent(false)
                                                                                Package:dji.sdk.keyvalue.key
                                                                                -
                                                                                Description:
                                                                                +
                                                                                Description:

                                                                                Parameter: AirSenseSystemInformation

                                                                                Gets information about the DJI AirSense system. Contains warning levels and detailed status of detected airplanes (Manned aircraft with AirSense system. For example, civil aircraft, helicopter and so on. It is referred to airplane.).
                                                                                DJI AirSense only sends out warnings of nearby airplanes under certain circumstances. It will NOT control DJI aircraft to avoid other airplanes automatically. Make sure to fly with your DJI aircraft within visual line of sight at all times, and always fly with caution. After receiving warnings, lower your DJI aircraft to a safe height. In addition, DJI AirSense has the following limitations:

                                                                              • DJI AirSense can only receive messages sent from airplane equipped with an ADS-B out device under 1090ES (RTCA DO-260) or UAT (RTCA Do-282) standards. For airplane without ADS-B outs or with malfunctioning ADS-B outs, DJI AirSense cannot receive related broadcasted messages or send out warnings.
                                                                              • When there are obstacles between the airplane and DJI aircraft, DJI AirSense will fail to receive ADS-B messages sent from airplane or warnings.
                                                                              • DJI AirSense may fail to receive ADS-B messages sent from airplane or send out warnings due to environmental changes and disturbances. It is highly recommended to fly with caution and stay aware of your surroundings during flight.
                                                                              • DJI AirSense cannot send out warnings when the DJI aircraft cannot accurately determine its location.
                                                                              • DJI AirSense cannot receive ADS-B messages sent from airplane or send out warnings when it is disabled or misconfigured.


                                                                              • Supported since MSDK 5.5.0

                                                                                diff --git a/Docs/Android_API/en/Components/IKeyManager/Key_Gimbal_DJIGimbalKey.html b/Docs/Android_API/en/Components/IKeyManager/Key_Gimbal_DJIGimbalKey.html index 4512cc65..dc014580 100644 --- a/Docs/Android_API/en/Components/IKeyManager/Key_Gimbal_DJIGimbalKey.html +++ b/Docs/Android_API/en/Components/IKeyManager/Key_Gimbal_DJIGimbalKey.html @@ -228,8 +228,6 @@
                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                +
                                                                                ICameraStreamManager + +
                                                                                IMediaManager
                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                FlySafeNotificationListener
                                                                                +
                                                                                FlySafeDatabaseListener +
                                                                                +
                                                                                FlySafeDatabaseInfo +
                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                RealTimeTransimissionStateListener
                                                                                +
                                                                                MegaphoneInfoListener +
                                                                                +
                                                                                MegaphoneInfo +
                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                UARegistrationNumberStatusListener
                                                                                +
                                                                                OperatorRegistrationNumberStatus +
                                                                                +
                                                                                OperatorRegistrationNumberStatusListener +
                                                                                +
                                                                                RealNameRegistrationStatus +
                                                                                +
                                                                                RealNameRegistrationStatusListener +
                                                                                ILDMManager diff --git a/Docs/Android_API/en/Components/IKeyManager/Key_Gimbal_GimbalKey.html b/Docs/Android_API/en/Components/IKeyManager/Key_Gimbal_GimbalKey.html index 16f3e5c4..bbbea103 100644 --- a/Docs/Android_API/en/Components/IKeyManager/Key_Gimbal_GimbalKey.html +++ b/Docs/Android_API/en/Components/IKeyManager/Key_Gimbal_GimbalKey.html @@ -228,8 +228,6 @@
                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                +
                                                                                ICameraStreamManager + +
                                                                                IMediaManager
                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                FlySafeNotificationListener
                                                                                +
                                                                                FlySafeDatabaseListener +
                                                                                +
                                                                                FlySafeDatabaseInfo +
                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                RealTimeTransimissionStateListener
                                                                                +
                                                                                MegaphoneInfoListener +
                                                                                +
                                                                                MegaphoneInfo +
                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                UARegistrationNumberStatusListener
                                                                                +
                                                                                OperatorRegistrationNumberStatus +
                                                                                +
                                                                                OperatorRegistrationNumberStatusListener +
                                                                                +
                                                                                RealNameRegistrationStatus +
                                                                                +
                                                                                RealNameRegistrationStatusListener +
                                                                                ILDMManager diff --git a/Docs/Android_API/en/Components/IKeyManager/Key_Product_DJIProductKey.html b/Docs/Android_API/en/Components/IKeyManager/Key_Product_DJIProductKey.html index a942c898..f171d553 100644 --- a/Docs/Android_API/en/Components/IKeyManager/Key_Product_DJIProductKey.html +++ b/Docs/Android_API/en/Components/IKeyManager/Key_Product_DJIProductKey.html @@ -228,8 +228,6 @@
                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                +
                                                                                ICameraStreamManager + +
                                                                                IMediaManager
                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                FlySafeNotificationListener
                                                                                +
                                                                                FlySafeDatabaseListener +
                                                                                +
                                                                                FlySafeDatabaseInfo +
                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                RealTimeTransimissionStateListener
                                                                                +
                                                                                MegaphoneInfoListener +
                                                                                +
                                                                                MegaphoneInfo +
                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                UARegistrationNumberStatusListener
                                                                                +
                                                                                OperatorRegistrationNumberStatus +
                                                                                +
                                                                                OperatorRegistrationNumberStatusListener +
                                                                                +
                                                                                RealNameRegistrationStatus +
                                                                                +
                                                                                RealNameRegistrationStatusListener +
                                                                                ILDMManager diff --git a/Docs/Android_API/en/Components/IKeyManager/Key_Product_ProductKey.html b/Docs/Android_API/en/Components/IKeyManager/Key_Product_ProductKey.html index ddce6933..4bd7fb3d 100644 --- a/Docs/Android_API/en/Components/IKeyManager/Key_Product_ProductKey.html +++ b/Docs/Android_API/en/Components/IKeyManager/Key_Product_ProductKey.html @@ -228,8 +228,6 @@
                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                +
                                                                                ICameraStreamManager + +
                                                                                IMediaManager
                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                FlySafeNotificationListener
                                                                                +
                                                                                FlySafeDatabaseListener +
                                                                                +
                                                                                FlySafeDatabaseInfo +
                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                RealTimeTransimissionStateListener
                                                                                +
                                                                                MegaphoneInfoListener +
                                                                                +
                                                                                MegaphoneInfo +
                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                UARegistrationNumberStatusListener
                                                                                +
                                                                                OperatorRegistrationNumberStatus +
                                                                                +
                                                                                OperatorRegistrationNumberStatusListener +
                                                                                +
                                                                                RealNameRegistrationStatus +
                                                                                +
                                                                                RealNameRegistrationStatusListener +
                                                                                ILDMManager diff --git a/Docs/Android_API/en/Components/IKeyManager/Key_RemoteController_DJIRemoteControllerKey.html b/Docs/Android_API/en/Components/IKeyManager/Key_RemoteController_DJIRemoteControllerKey.html index 5246ac90..ed8106b1 100644 --- a/Docs/Android_API/en/Components/IKeyManager/Key_RemoteController_DJIRemoteControllerKey.html +++ b/Docs/Android_API/en/Components/IKeyManager/Key_RemoteController_DJIRemoteControllerKey.html @@ -228,8 +228,6 @@
                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                +
                                                                                ICameraStreamManager + +
                                                                                IMediaManager
                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                FlySafeNotificationListener
                                                                                +
                                                                                FlySafeDatabaseListener +
                                                                                +
                                                                                FlySafeDatabaseInfo +
                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                RealTimeTransimissionStateListener
                                                                                +
                                                                                MegaphoneInfoListener +
                                                                                +
                                                                                MegaphoneInfo +
                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                UARegistrationNumberStatusListener
                                                                                +
                                                                                OperatorRegistrationNumberStatus +
                                                                                +
                                                                                OperatorRegistrationNumberStatusListener +
                                                                                +
                                                                                RealNameRegistrationStatus +
                                                                                +
                                                                                RealNameRegistrationStatusListener +
                                                                                ILDMManager diff --git a/Docs/Android_API/en/Components/IKeyManager/Key_RemoteController_RemoteControllerKey.html b/Docs/Android_API/en/Components/IKeyManager/Key_RemoteController_RemoteControllerKey.html index 343036c1..bc77e4d4 100644 --- a/Docs/Android_API/en/Components/IKeyManager/Key_RemoteController_RemoteControllerKey.html +++ b/Docs/Android_API/en/Components/IKeyManager/Key_RemoteController_RemoteControllerKey.html @@ -228,8 +228,6 @@
                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                +
                                                                                ICameraStreamManager + +
                                                                                IMediaManager
                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                FlySafeNotificationListener
                                                                                +
                                                                                FlySafeDatabaseListener +
                                                                                +
                                                                                FlySafeDatabaseInfo +
                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                RealTimeTransimissionStateListener
                                                                                +
                                                                                MegaphoneInfoListener +
                                                                                +
                                                                                MegaphoneInfo +
                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                UARegistrationNumberStatusListener
                                                                                +
                                                                                OperatorRegistrationNumberStatus +
                                                                                +
                                                                                OperatorRegistrationNumberStatusListener +
                                                                                +
                                                                                RealNameRegistrationStatus +
                                                                                +
                                                                                RealNameRegistrationStatusListener +
                                                                                ILDMManager @@ -605,7 +633,7 @@
                                                                                Description:
                                                                                static final DJIKeyInfo<ControlMode> KeyControlMode = new KeyControlMode()
                                                                                .canGet(true).canSet(true).canListen(false).canPerformAction(false).setIsEvent(false)
                                                                                Package:dji.sdk.keyvalue.key
                                                                                Description:
                                                                                -

                                                                                Parameter:ControlMode

                                                                                To get remote controller control mode.

                                                                                Supported since MSDK 5.0.0

                                                                                +

                                                                                Parameter:ControlMode

                                                                                To get remote controller control mode. When calling the get method for the first time, you need to use the asynchronous method getValue to get the value.

                                                                                Supported since MSDK 5.0.0

                                                                                Battery Power Information
                                                                                final KeyBatteryInfo
                                                                                diff --git a/Docs/Android_API/en/Components/IKeyManager/Key_RtkBaseStation_DJIRtkBaseStationKey.html b/Docs/Android_API/en/Components/IKeyManager/Key_RtkBaseStation_DJIRtkBaseStationKey.html index 8897467a..53bb2550 100644 --- a/Docs/Android_API/en/Components/IKeyManager/Key_RtkBaseStation_DJIRtkBaseStationKey.html +++ b/Docs/Android_API/en/Components/IKeyManager/Key_RtkBaseStation_DJIRtkBaseStationKey.html @@ -228,8 +228,6 @@
                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                +
                                                                                ICameraStreamManager + +
                                                                                IMediaManager
                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                FlySafeNotificationListener
                                                                                +
                                                                                FlySafeDatabaseListener +
                                                                                +
                                                                                FlySafeDatabaseInfo +
                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                RealTimeTransimissionStateListener
                                                                                +
                                                                                MegaphoneInfoListener +
                                                                                +
                                                                                MegaphoneInfo +
                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                UARegistrationNumberStatusListener
                                                                                +
                                                                                OperatorRegistrationNumberStatus +
                                                                                +
                                                                                OperatorRegistrationNumberStatusListener +
                                                                                +
                                                                                RealNameRegistrationStatus +
                                                                                +
                                                                                RealNameRegistrationStatusListener +
                                                                                ILDMManager diff --git a/Docs/Android_API/en/Components/IKeyManager/Value_Accessory_Struct_PlayingAudioFileInfo.html b/Docs/Android_API/en/Components/IKeyManager/Value_Accessory_Struct_PlayingAudioFileInfo.html index 482c71d1..c5511d1f 100644 --- a/Docs/Android_API/en/Components/IKeyManager/Value_Accessory_Struct_PlayingAudioFileInfo.html +++ b/Docs/Android_API/en/Components/IKeyManager/Value_Accessory_Struct_PlayingAudioFileInfo.html @@ -228,8 +228,6 @@
                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                +
                                                                                ICameraStreamManager + +
                                                                                IMediaManager
                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                FlySafeNotificationListener
                                                                                +
                                                                                FlySafeDatabaseListener +
                                                                                +
                                                                                FlySafeDatabaseInfo +
                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                RealTimeTransimissionStateListener
                                                                                +
                                                                                MegaphoneInfoListener +
                                                                                +
                                                                                MegaphoneInfo +
                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                UARegistrationNumberStatusListener
                                                                                +
                                                                                OperatorRegistrationNumberStatus +
                                                                                +
                                                                                OperatorRegistrationNumberStatusListener +
                                                                                +
                                                                                RealNameRegistrationStatus +
                                                                                +
                                                                                RealNameRegistrationStatusListener +
                                                                                ILDMManager diff --git a/Docs/Android_API/en/Components/IKeyManager/Value_Airlink_Struct_FrequencyInterference.html b/Docs/Android_API/en/Components/IKeyManager/Value_Airlink_Struct_FrequencyInterference.html index 1d21b54a..29022c19 100644 --- a/Docs/Android_API/en/Components/IKeyManager/Value_Airlink_Struct_FrequencyInterference.html +++ b/Docs/Android_API/en/Components/IKeyManager/Value_Airlink_Struct_FrequencyInterference.html @@ -228,8 +228,6 @@
                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                +
                                                                                ICameraStreamManager + +
                                                                                IMediaManager
                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                FlySafeNotificationListener
                                                                                +
                                                                                FlySafeDatabaseListener +
                                                                                +
                                                                                FlySafeDatabaseInfo +
                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                RealTimeTransimissionStateListener
                                                                                +
                                                                                MegaphoneInfoListener +
                                                                                +
                                                                                MegaphoneInfo +
                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                UARegistrationNumberStatusListener
                                                                                +
                                                                                OperatorRegistrationNumberStatus +
                                                                                +
                                                                                OperatorRegistrationNumberStatusListener +
                                                                                +
                                                                                RealNameRegistrationStatus +
                                                                                +
                                                                                RealNameRegistrationStatusListener +
                                                                                ILDMManager diff --git a/Docs/Android_API/en/Components/IKeyManager/Value_Airlink_Struct_WlmDongleInfoMsg.html b/Docs/Android_API/en/Components/IKeyManager/Value_Airlink_Struct_WlmDongleInfoMsg.html index 64233412..106902d4 100644 --- a/Docs/Android_API/en/Components/IKeyManager/Value_Airlink_Struct_WlmDongleInfoMsg.html +++ b/Docs/Android_API/en/Components/IKeyManager/Value_Airlink_Struct_WlmDongleInfoMsg.html @@ -228,8 +228,6 @@
                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                +
                                                                                ICameraStreamManager + +
                                                                                IMediaManager
                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                FlySafeNotificationListener
                                                                                +
                                                                                FlySafeDatabaseListener +
                                                                                +
                                                                                FlySafeDatabaseInfo +
                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                RealTimeTransimissionStateListener
                                                                                +
                                                                                MegaphoneInfoListener +
                                                                                +
                                                                                MegaphoneInfo +
                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                UARegistrationNumberStatusListener
                                                                                +
                                                                                OperatorRegistrationNumberStatus +
                                                                                +
                                                                                OperatorRegistrationNumberStatusListener +
                                                                                +
                                                                                RealNameRegistrationStatus +
                                                                                +
                                                                                RealNameRegistrationStatusListener +
                                                                                ILDMManager diff --git a/Docs/Android_API/en/Components/IKeyManager/Value_Airlink_Struct_WlmDongleState.html b/Docs/Android_API/en/Components/IKeyManager/Value_Airlink_Struct_WlmDongleState.html index c7e7b8eb..2053bec1 100644 --- a/Docs/Android_API/en/Components/IKeyManager/Value_Airlink_Struct_WlmDongleState.html +++ b/Docs/Android_API/en/Components/IKeyManager/Value_Airlink_Struct_WlmDongleState.html @@ -228,8 +228,6 @@
                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                +
                                                                                ICameraStreamManager + +
                                                                                IMediaManager
                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                FlySafeNotificationListener
                                                                                +
                                                                                FlySafeDatabaseListener +
                                                                                +
                                                                                FlySafeDatabaseInfo +
                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                RealTimeTransimissionStateListener
                                                                                +
                                                                                MegaphoneInfoListener +
                                                                                +
                                                                                MegaphoneInfo +
                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                UARegistrationNumberStatusListener
                                                                                +
                                                                                OperatorRegistrationNumberStatus +
                                                                                +
                                                                                OperatorRegistrationNumberStatusListener +
                                                                                +
                                                                                RealNameRegistrationStatus +
                                                                                +
                                                                                RealNameRegistrationStatusListener +
                                                                                ILDMManager @@ -615,18 +643,18 @@
                                                                                Return:
                                                                                WlmDongleWorkState getWorkState()
                                                                                Package:dji.sdk.keyvalue.value.airlink
                                                                                Description:
                                                                                -

                                                                                Gets the working status of TLE Dongle.

                                                                                +

                                                                                Gets the working status of LTE Dongle.

                                                                                Return:
                                                                                -
                                                                                WlmDongleWorkStateReturns the working status of TLE Dongle.
                                                                                +
                                                                                WlmDongleWorkStateReturns the working status of LTE Dongle.
                                                                                +
                                                                                StringReturns the version of the LTE Dongle.
                                                                                diff --git a/Docs/Android_API/en/Components/IKeyManager/Value_Airlink_Struct_WlmLinkQualityMsg.html b/Docs/Android_API/en/Components/IKeyManager/Value_Airlink_Struct_WlmLinkQualityMsg.html index 9b6beebb..a48ccc28 100644 --- a/Docs/Android_API/en/Components/IKeyManager/Value_Airlink_Struct_WlmLinkQualityMsg.html +++ b/Docs/Android_API/en/Components/IKeyManager/Value_Airlink_Struct_WlmLinkQualityMsg.html @@ -228,8 +228,6 @@
                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                +
                                                                                ICameraStreamManager + +
                                                                                IMediaManager
                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                FlySafeNotificationListener
                                                                                +
                                                                                FlySafeDatabaseListener +
                                                                                +
                                                                                FlySafeDatabaseInfo +
                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                RealTimeTransimissionStateListener
                                                                                +
                                                                                MegaphoneInfoListener +
                                                                                +
                                                                                MegaphoneInfo +
                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                UARegistrationNumberStatusListener
                                                                                +
                                                                                OperatorRegistrationNumberStatus +
                                                                                +
                                                                                OperatorRegistrationNumberStatusListener +
                                                                                +
                                                                                RealNameRegistrationStatus +
                                                                                +
                                                                                RealNameRegistrationStatusListener +
                                                                                ILDMManager @@ -597,9 +625,9 @@
                                                                                Return:
                                                                                WlmLinkQualityLevel getLteLinkQualityLevel()
                                                                                Package:dji.sdk.keyvalue.value.airlink
                                                                                Description:
                                                                                -

                                                                                Gets the TLE link signal quality level.

                                                                                +

                                                                                Gets the LTE link signal quality level.

                                                                                Return:
                                                                                -
                                                                                WlmLinkQualityLevelReturns the TLE link signal quality level.
                                                                                +
                                                                                WlmLinkQualityLevelReturns the LTE link signal quality level.
                                                                                diff --git a/Docs/Android_API/en/Components/IKeyManager/Value_Battery_Struct_BatteryLedsControlMsg.html b/Docs/Android_API/en/Components/IKeyManager/Value_Battery_Struct_BatteryLedsControlMsg.html index 5862023f..15790706 100644 --- a/Docs/Android_API/en/Components/IKeyManager/Value_Battery_Struct_BatteryLedsControlMsg.html +++ b/Docs/Android_API/en/Components/IKeyManager/Value_Battery_Struct_BatteryLedsControlMsg.html @@ -228,8 +228,6 @@
                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                +
                                                                                ICameraStreamManager + +
                                                                                IMediaManager
                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                FlySafeNotificationListener
                                                                                +
                                                                                FlySafeDatabaseListener +
                                                                                +
                                                                                FlySafeDatabaseInfo +
                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                RealTimeTransimissionStateListener
                                                                                +
                                                                                MegaphoneInfoListener +
                                                                                +
                                                                                MegaphoneInfo +
                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                UARegistrationNumberStatusListener
                                                                                +
                                                                                OperatorRegistrationNumberStatus +
                                                                                +
                                                                                OperatorRegistrationNumberStatusListener +
                                                                                +
                                                                                RealNameRegistrationStatus +
                                                                                +
                                                                                RealNameRegistrationStatusListener +
                                                                                ILDMManager diff --git a/Docs/Android_API/en/Components/IKeyManager/Value_Camera_Struct_CameraHybridZoomSpec.html b/Docs/Android_API/en/Components/IKeyManager/Value_Camera_Struct_CameraHybridZoomSpec.html index 8c9cf0e0..b5a30a86 100644 --- a/Docs/Android_API/en/Components/IKeyManager/Value_Camera_Struct_CameraHybridZoomSpec.html +++ b/Docs/Android_API/en/Components/IKeyManager/Value_Camera_Struct_CameraHybridZoomSpec.html @@ -228,8 +228,6 @@
                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                +
                                                                                ICameraStreamManager + +
                                                                                IMediaManager
                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                FlySafeNotificationListener
                                                                                +
                                                                                FlySafeDatabaseListener +
                                                                                +
                                                                                FlySafeDatabaseInfo +
                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                RealTimeTransimissionStateListener
                                                                                +
                                                                                MegaphoneInfoListener +
                                                                                +
                                                                                MegaphoneInfo +
                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                UARegistrationNumberStatusListener
                                                                                +
                                                                                OperatorRegistrationNumberStatus +
                                                                                +
                                                                                OperatorRegistrationNumberStatusListener +
                                                                                +
                                                                                RealNameRegistrationStatus +
                                                                                +
                                                                                RealNameRegistrationStatusListener +
                                                                                ILDMManager diff --git a/Docs/Android_API/en/Components/IKeyManager/Value_Camera_Struct_CameraStorageInfo.html b/Docs/Android_API/en/Components/IKeyManager/Value_Camera_Struct_CameraStorageInfo.html index ffb1241a..e03ca0a8 100644 --- a/Docs/Android_API/en/Components/IKeyManager/Value_Camera_Struct_CameraStorageInfo.html +++ b/Docs/Android_API/en/Components/IKeyManager/Value_Camera_Struct_CameraStorageInfo.html @@ -228,8 +228,6 @@
                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                +
                                                                                ICameraStreamManager + +
                                                                                IMediaManager
                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                FlySafeNotificationListener
                                                                                +
                                                                                FlySafeDatabaseListener +
                                                                                +
                                                                                FlySafeDatabaseInfo +
                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                RealTimeTransimissionStateListener
                                                                                +
                                                                                MegaphoneInfoListener +
                                                                                +
                                                                                MegaphoneInfo +
                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                UARegistrationNumberStatusListener
                                                                                +
                                                                                OperatorRegistrationNumberStatus +
                                                                                +
                                                                                OperatorRegistrationNumberStatusListener +
                                                                                +
                                                                                RealNameRegistrationStatus +
                                                                                +
                                                                                RealNameRegistrationStatusListener +
                                                                                ILDMManager diff --git a/Docs/Android_API/en/Components/IKeyManager/Value_Camera_Struct_CameraStorageInfos.html b/Docs/Android_API/en/Components/IKeyManager/Value_Camera_Struct_CameraStorageInfos.html index 47557433..739b87ff 100644 --- a/Docs/Android_API/en/Components/IKeyManager/Value_Camera_Struct_CameraStorageInfos.html +++ b/Docs/Android_API/en/Components/IKeyManager/Value_Camera_Struct_CameraStorageInfos.html @@ -228,8 +228,6 @@
                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                +
                                                                                ICameraStreamManager + +
                                                                                IMediaManager
                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                FlySafeNotificationListener
                                                                                +
                                                                                FlySafeDatabaseListener +
                                                                                +
                                                                                FlySafeDatabaseInfo +
                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                RealTimeTransimissionStateListener
                                                                                +
                                                                                MegaphoneInfoListener +
                                                                                +
                                                                                MegaphoneInfo +
                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                UARegistrationNumberStatusListener
                                                                                +
                                                                                OperatorRegistrationNumberStatus +
                                                                                +
                                                                                OperatorRegistrationNumberStatusListener +
                                                                                +
                                                                                RealNameRegistrationStatus +
                                                                                +
                                                                                RealNameRegistrationStatusListener +
                                                                                ILDMManager diff --git a/Docs/Android_API/en/Components/IKeyManager/Value_Camera_Struct_CameraStorageState.html b/Docs/Android_API/en/Components/IKeyManager/Value_Camera_Struct_CameraStorageState.html index 06fd21f8..1ee57983 100644 --- a/Docs/Android_API/en/Components/IKeyManager/Value_Camera_Struct_CameraStorageState.html +++ b/Docs/Android_API/en/Components/IKeyManager/Value_Camera_Struct_CameraStorageState.html @@ -228,8 +228,6 @@
                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                +
                                                                                ICameraStreamManager + +
                                                                                IMediaManager
                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                FlySafeNotificationListener
                                                                                +
                                                                                FlySafeDatabaseListener +
                                                                                +
                                                                                FlySafeDatabaseInfo +
                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                RealTimeTransimissionStateListener
                                                                                +
                                                                                MegaphoneInfoListener +
                                                                                +
                                                                                MegaphoneInfo +
                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                UARegistrationNumberStatusListener
                                                                                +
                                                                                OperatorRegistrationNumberStatus +
                                                                                +
                                                                                OperatorRegistrationNumberStatusListener +
                                                                                +
                                                                                RealNameRegistrationStatus +
                                                                                +
                                                                                RealNameRegistrationStatusListener +
                                                                                ILDMManager diff --git a/Docs/Android_API/en/Components/IKeyManager/Value_Camera_Struct_CameraStorageStateMsg.html b/Docs/Android_API/en/Components/IKeyManager/Value_Camera_Struct_CameraStorageStateMsg.html index 7f993cc2..e370b5c1 100644 --- a/Docs/Android_API/en/Components/IKeyManager/Value_Camera_Struct_CameraStorageStateMsg.html +++ b/Docs/Android_API/en/Components/IKeyManager/Value_Camera_Struct_CameraStorageStateMsg.html @@ -228,8 +228,6 @@
                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                +
                                                                                ICameraStreamManager + +
                                                                                IMediaManager
                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                FlySafeNotificationListener
                                                                                +
                                                                                FlySafeDatabaseListener +
                                                                                +
                                                                                FlySafeDatabaseInfo +
                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                RealTimeTransimissionStateListener
                                                                                +
                                                                                MegaphoneInfoListener +
                                                                                +
                                                                                MegaphoneInfo +
                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                UARegistrationNumberStatusListener
                                                                                +
                                                                                OperatorRegistrationNumberStatus +
                                                                                +
                                                                                OperatorRegistrationNumberStatusListener +
                                                                                +
                                                                                RealNameRegistrationStatus +
                                                                                +
                                                                                RealNameRegistrationStatusListener +
                                                                                ILDMManager diff --git a/Docs/Android_API/en/Components/IKeyManager/Value_Camera_Struct_CameraStreamSettingsMsg.html b/Docs/Android_API/en/Components/IKeyManager/Value_Camera_Struct_CameraStreamSettingsMsg.html index f75a8265..a9780827 100644 --- a/Docs/Android_API/en/Components/IKeyManager/Value_Camera_Struct_CameraStreamSettingsMsg.html +++ b/Docs/Android_API/en/Components/IKeyManager/Value_Camera_Struct_CameraStreamSettingsMsg.html @@ -228,8 +228,6 @@
                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                +
                                                                                ICameraStreamManager + +
                                                                                IMediaManager
                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                FlySafeNotificationListener
                                                                                +
                                                                                FlySafeDatabaseListener +
                                                                                +
                                                                                FlySafeDatabaseInfo +
                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                RealTimeTransimissionStateListener
                                                                                +
                                                                                MegaphoneInfoListener +
                                                                                +
                                                                                MegaphoneInfo +
                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                UARegistrationNumberStatusListener
                                                                                +
                                                                                OperatorRegistrationNumberStatus +
                                                                                +
                                                                                OperatorRegistrationNumberStatusListener +
                                                                                +
                                                                                RealNameRegistrationStatus +
                                                                                +
                                                                                RealNameRegistrationStatusListener +
                                                                                ILDMManager diff --git a/Docs/Android_API/en/Components/IKeyManager/Value_Camera_Struct_CameraWatermarkSettings.html b/Docs/Android_API/en/Components/IKeyManager/Value_Camera_Struct_CameraWatermarkSettings.html index 7a9d348c..63768859 100644 --- a/Docs/Android_API/en/Components/IKeyManager/Value_Camera_Struct_CameraWatermarkSettings.html +++ b/Docs/Android_API/en/Components/IKeyManager/Value_Camera_Struct_CameraWatermarkSettings.html @@ -228,8 +228,6 @@
                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                +
                                                                                ICameraStreamManager + +
                                                                                IMediaManager
                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                FlySafeNotificationListener
                                                                                +
                                                                                FlySafeDatabaseListener +
                                                                                +
                                                                                FlySafeDatabaseInfo +
                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                RealTimeTransimissionStateListener
                                                                                +
                                                                                MegaphoneInfoListener +
                                                                                +
                                                                                MegaphoneInfo +
                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                UARegistrationNumberStatusListener
                                                                                +
                                                                                OperatorRegistrationNumberStatus +
                                                                                +
                                                                                OperatorRegistrationNumberStatusListener +
                                                                                +
                                                                                RealNameRegistrationStatus +
                                                                                +
                                                                                RealNameRegistrationStatusListener +
                                                                                ILDMManager diff --git a/Docs/Android_API/en/Components/IKeyManager/Value_Camera_Struct_CameraWhiteBalance.html b/Docs/Android_API/en/Components/IKeyManager/Value_Camera_Struct_CameraWhiteBalance.html index cf31d26b..bd755015 100644 --- a/Docs/Android_API/en/Components/IKeyManager/Value_Camera_Struct_CameraWhiteBalance.html +++ b/Docs/Android_API/en/Components/IKeyManager/Value_Camera_Struct_CameraWhiteBalance.html @@ -228,8 +228,6 @@
                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                +
                                                                                ICameraStreamManager + +
                                                                                IMediaManager
                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                FlySafeNotificationListener
                                                                                +
                                                                                FlySafeDatabaseListener +
                                                                                +
                                                                                FlySafeDatabaseInfo +
                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                RealTimeTransimissionStateListener
                                                                                +
                                                                                MegaphoneInfoListener +
                                                                                +
                                                                                MegaphoneInfo +
                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                UARegistrationNumberStatusListener
                                                                                +
                                                                                OperatorRegistrationNumberStatus +
                                                                                +
                                                                                OperatorRegistrationNumberStatusListener +
                                                                                +
                                                                                RealNameRegistrationStatus +
                                                                                +
                                                                                RealNameRegistrationStatusListener +
                                                                                ILDMManager diff --git a/Docs/Android_API/en/Components/IKeyManager/Value_Camera_Struct_CustomExpandNameSettings.html b/Docs/Android_API/en/Components/IKeyManager/Value_Camera_Struct_CustomExpandNameSettings.html index 8aa0021a..32c577b5 100644 --- a/Docs/Android_API/en/Components/IKeyManager/Value_Camera_Struct_CustomExpandNameSettings.html +++ b/Docs/Android_API/en/Components/IKeyManager/Value_Camera_Struct_CustomExpandNameSettings.html @@ -228,8 +228,6 @@
                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                +
                                                                                ICameraStreamManager + +
                                                                                IMediaManager
                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                FlySafeNotificationListener
                                                                                +
                                                                                FlySafeDatabaseListener +
                                                                                +
                                                                                FlySafeDatabaseInfo +
                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                RealTimeTransimissionStateListener
                                                                                +
                                                                                MegaphoneInfoListener +
                                                                                +
                                                                                MegaphoneInfo +
                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                UARegistrationNumberStatusListener
                                                                                +
                                                                                OperatorRegistrationNumberStatus +
                                                                                +
                                                                                OperatorRegistrationNumberStatusListener +
                                                                                +
                                                                                RealNameRegistrationStatus +
                                                                                +
                                                                                RealNameRegistrationStatusListener +
                                                                                ILDMManager diff --git a/Docs/Android_API/en/Components/IKeyManager/Value_Camera_Struct_DateTime.html b/Docs/Android_API/en/Components/IKeyManager/Value_Camera_Struct_DateTime.html index ac065b79..94ce10ee 100644 --- a/Docs/Android_API/en/Components/IKeyManager/Value_Camera_Struct_DateTime.html +++ b/Docs/Android_API/en/Components/IKeyManager/Value_Camera_Struct_DateTime.html @@ -228,8 +228,6 @@
                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                +
                                                                                ICameraStreamManager + +
                                                                                IMediaManager
                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                FlySafeNotificationListener
                                                                                +
                                                                                FlySafeDatabaseListener +
                                                                                +
                                                                                FlySafeDatabaseInfo +
                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                RealTimeTransimissionStateListener
                                                                                +
                                                                                MegaphoneInfoListener +
                                                                                +
                                                                                MegaphoneInfo +
                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                UARegistrationNumberStatusListener
                                                                                +
                                                                                OperatorRegistrationNumberStatus +
                                                                                +
                                                                                OperatorRegistrationNumberStatusListener +
                                                                                +
                                                                                RealNameRegistrationStatus +
                                                                                +
                                                                                RealNameRegistrationStatusListener +
                                                                                ILDMManager diff --git a/Docs/Android_API/en/Components/IKeyManager/Value_Camera_Struct_GeneratedMediaFileInfo.html b/Docs/Android_API/en/Components/IKeyManager/Value_Camera_Struct_GeneratedMediaFileInfo.html index 4992d96d..5e76651b 100644 --- a/Docs/Android_API/en/Components/IKeyManager/Value_Camera_Struct_GeneratedMediaFileInfo.html +++ b/Docs/Android_API/en/Components/IKeyManager/Value_Camera_Struct_GeneratedMediaFileInfo.html @@ -228,8 +228,6 @@
                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                +
                                                                                ICameraStreamManager + +
                                                                                IMediaManager
                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                FlySafeNotificationListener
                                                                                +
                                                                                FlySafeDatabaseListener +
                                                                                +
                                                                                FlySafeDatabaseInfo +
                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                RealTimeTransimissionStateListener
                                                                                +
                                                                                MegaphoneInfoListener +
                                                                                +
                                                                                MegaphoneInfo +
                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                UARegistrationNumberStatusListener
                                                                                +
                                                                                OperatorRegistrationNumberStatus +
                                                                                +
                                                                                OperatorRegistrationNumberStatusListener +
                                                                                +
                                                                                RealNameRegistrationStatus +
                                                                                +
                                                                                RealNameRegistrationStatusListener +
                                                                                ILDMManager diff --git a/Docs/Android_API/en/Components/IKeyManager/Value_Camera_Struct_LaserMeasureInformationMsg.html b/Docs/Android_API/en/Components/IKeyManager/Value_Camera_Struct_LaserMeasureInformationMsg.html index e08c937e..dacb67db 100644 --- a/Docs/Android_API/en/Components/IKeyManager/Value_Camera_Struct_LaserMeasureInformationMsg.html +++ b/Docs/Android_API/en/Components/IKeyManager/Value_Camera_Struct_LaserMeasureInformationMsg.html @@ -228,8 +228,6 @@
                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                +
                                                                                ICameraStreamManager + +
                                                                                IMediaManager
                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                FlySafeNotificationListener
                                                                                +
                                                                                FlySafeDatabaseListener +
                                                                                +
                                                                                FlySafeDatabaseInfo +
                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                RealTimeTransimissionStateListener
                                                                                +
                                                                                MegaphoneInfoListener +
                                                                                +
                                                                                MegaphoneInfo +
                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                UARegistrationNumberStatusListener
                                                                                +
                                                                                OperatorRegistrationNumberStatus +
                                                                                +
                                                                                OperatorRegistrationNumberStatusListener +
                                                                                +
                                                                                RealNameRegistrationStatus +
                                                                                +
                                                                                RealNameRegistrationStatusListener +
                                                                                ILDMManager diff --git a/Docs/Android_API/en/Components/IKeyManager/Value_Camera_Struct_MSDKCameraStreamSettings.html b/Docs/Android_API/en/Components/IKeyManager/Value_Camera_Struct_MSDKCameraStreamSettings.html index 50d2b842..ccb9dce4 100644 --- a/Docs/Android_API/en/Components/IKeyManager/Value_Camera_Struct_MSDKCameraStreamSettings.html +++ b/Docs/Android_API/en/Components/IKeyManager/Value_Camera_Struct_MSDKCameraStreamSettings.html @@ -228,8 +228,6 @@
                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                +
                                                                                ICameraStreamManager + +
                                                                                IMediaManager
                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                FlySafeNotificationListener
                                                                                +
                                                                                FlySafeDatabaseListener +
                                                                                +
                                                                                FlySafeDatabaseInfo +
                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                RealTimeTransimissionStateListener
                                                                                +
                                                                                MegaphoneInfoListener +
                                                                                +
                                                                                MegaphoneInfo +
                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                UARegistrationNumberStatusListener
                                                                                +
                                                                                OperatorRegistrationNumberStatus +
                                                                                +
                                                                                OperatorRegistrationNumberStatusListener +
                                                                                +
                                                                                RealNameRegistrationStatus +
                                                                                +
                                                                                RealNameRegistrationStatusListener +
                                                                                ILDMManager diff --git a/Docs/Android_API/en/Components/IKeyManager/Value_Camera_Struct_MSDKZoomRatiosRange.html b/Docs/Android_API/en/Components/IKeyManager/Value_Camera_Struct_MSDKZoomRatiosRange.html index ae918f1a..4490df89 100644 --- a/Docs/Android_API/en/Components/IKeyManager/Value_Camera_Struct_MSDKZoomRatiosRange.html +++ b/Docs/Android_API/en/Components/IKeyManager/Value_Camera_Struct_MSDKZoomRatiosRange.html @@ -228,8 +228,6 @@
                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                +
                                                                                ICameraStreamManager + +
                                                                                IMediaManager
                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                FlySafeNotificationListener
                                                                                +
                                                                                FlySafeDatabaseListener +
                                                                                +
                                                                                FlySafeDatabaseInfo +
                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                RealTimeTransimissionStateListener
                                                                                +
                                                                                MegaphoneInfoListener +
                                                                                +
                                                                                MegaphoneInfo +
                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                UARegistrationNumberStatusListener
                                                                                +
                                                                                OperatorRegistrationNumberStatus +
                                                                                +
                                                                                OperatorRegistrationNumberStatusListener +
                                                                                +
                                                                                RealNameRegistrationStatus +
                                                                                +
                                                                                RealNameRegistrationStatusListener +
                                                                                ILDMManager diff --git a/Docs/Android_API/en/Components/IKeyManager/Value_Camera_Struct_MultiSpectralFusionDisplayRangeMsg.html b/Docs/Android_API/en/Components/IKeyManager/Value_Camera_Struct_MultiSpectralFusionDisplayRangeMsg.html index 91912054..d761e4ab 100644 --- a/Docs/Android_API/en/Components/IKeyManager/Value_Camera_Struct_MultiSpectralFusionDisplayRangeMsg.html +++ b/Docs/Android_API/en/Components/IKeyManager/Value_Camera_Struct_MultiSpectralFusionDisplayRangeMsg.html @@ -228,8 +228,6 @@
                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                +
                                                                                ICameraStreamManager + +
                                                                                IMediaManager
                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                FlySafeNotificationListener
                                                                                +
                                                                                FlySafeDatabaseListener +
                                                                                +
                                                                                FlySafeDatabaseInfo +
                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                RealTimeTransimissionStateListener
                                                                                +
                                                                                MegaphoneInfoListener +
                                                                                +
                                                                                MegaphoneInfo +
                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                UARegistrationNumberStatusListener
                                                                                +
                                                                                OperatorRegistrationNumberStatus +
                                                                                +
                                                                                OperatorRegistrationNumberStatusListener +
                                                                                +
                                                                                RealNameRegistrationStatus +
                                                                                +
                                                                                RealNameRegistrationStatusListener +
                                                                                ILDMManager diff --git a/Docs/Android_API/en/Components/IKeyManager/Value_Camera_Struct_PhotoIntervalShootSettings.html b/Docs/Android_API/en/Components/IKeyManager/Value_Camera_Struct_PhotoIntervalShootSettings.html index df9cff55..d3fdbd8e 100644 --- a/Docs/Android_API/en/Components/IKeyManager/Value_Camera_Struct_PhotoIntervalShootSettings.html +++ b/Docs/Android_API/en/Components/IKeyManager/Value_Camera_Struct_PhotoIntervalShootSettings.html @@ -228,8 +228,6 @@
                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                +
                                                                                ICameraStreamManager + +
                                                                                IMediaManager
                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                FlySafeNotificationListener
                                                                                +
                                                                                FlySafeDatabaseListener +
                                                                                +
                                                                                FlySafeDatabaseInfo +
                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                RealTimeTransimissionStateListener
                                                                                +
                                                                                MegaphoneInfoListener +
                                                                                +
                                                                                MegaphoneInfo +
                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                UARegistrationNumberStatusListener
                                                                                +
                                                                                OperatorRegistrationNumberStatus +
                                                                                +
                                                                                OperatorRegistrationNumberStatusListener +
                                                                                +
                                                                                RealNameRegistrationStatus +
                                                                                +
                                                                                RealNameRegistrationStatusListener +
                                                                                ILDMManager diff --git a/Docs/Android_API/en/Components/IKeyManager/Value_Camera_Struct_SuperResolutionStateMsg.html b/Docs/Android_API/en/Components/IKeyManager/Value_Camera_Struct_SuperResolutionStateMsg.html index 56cf2dc2..068335d5 100644 --- a/Docs/Android_API/en/Components/IKeyManager/Value_Camera_Struct_SuperResolutionStateMsg.html +++ b/Docs/Android_API/en/Components/IKeyManager/Value_Camera_Struct_SuperResolutionStateMsg.html @@ -228,8 +228,6 @@
                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                +
                                                                                ICameraStreamManager + +
                                                                                IMediaManager
                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                FlySafeNotificationListener
                                                                                +
                                                                                FlySafeDatabaseListener +
                                                                                +
                                                                                FlySafeDatabaseInfo +
                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                RealTimeTransimissionStateListener
                                                                                +
                                                                                MegaphoneInfoListener +
                                                                                +
                                                                                MegaphoneInfo +
                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                UARegistrationNumberStatusListener
                                                                                +
                                                                                OperatorRegistrationNumberStatus +
                                                                                +
                                                                                OperatorRegistrationNumberStatusListener +
                                                                                +
                                                                                RealNameRegistrationStatus +
                                                                                +
                                                                                RealNameRegistrationStatusListener +
                                                                                ILDMManager diff --git a/Docs/Android_API/en/Components/IKeyManager/Value_Camera_Struct_ThermalAreaTemperatureAggregationsMsg.html b/Docs/Android_API/en/Components/IKeyManager/Value_Camera_Struct_ThermalAreaTemperatureAggregationsMsg.html index 930f6c52..ca0d0c2a 100644 --- a/Docs/Android_API/en/Components/IKeyManager/Value_Camera_Struct_ThermalAreaTemperatureAggregationsMsg.html +++ b/Docs/Android_API/en/Components/IKeyManager/Value_Camera_Struct_ThermalAreaTemperatureAggregationsMsg.html @@ -228,8 +228,6 @@
                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                +
                                                                                ICameraStreamManager + +
                                                                                IMediaManager
                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                FlySafeNotificationListener
                                                                                +
                                                                                FlySafeDatabaseListener +
                                                                                +
                                                                                FlySafeDatabaseInfo +
                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                RealTimeTransimissionStateListener
                                                                                +
                                                                                MegaphoneInfoListener +
                                                                                +
                                                                                MegaphoneInfo +
                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                UARegistrationNumberStatusListener
                                                                                +
                                                                                OperatorRegistrationNumberStatus +
                                                                                +
                                                                                OperatorRegistrationNumberStatusListener +
                                                                                +
                                                                                RealNameRegistrationStatus +
                                                                                +
                                                                                RealNameRegistrationStatusListener +
                                                                                ILDMManager diff --git a/Docs/Android_API/en/Components/IKeyManager/Value_Camera_Struct_ThermalGainModeTemperatureRangeMsg.html b/Docs/Android_API/en/Components/IKeyManager/Value_Camera_Struct_ThermalGainModeTemperatureRangeMsg.html index 62c38e74..981425f1 100644 --- a/Docs/Android_API/en/Components/IKeyManager/Value_Camera_Struct_ThermalGainModeTemperatureRangeMsg.html +++ b/Docs/Android_API/en/Components/IKeyManager/Value_Camera_Struct_ThermalGainModeTemperatureRangeMsg.html @@ -228,8 +228,6 @@
                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                +
                                                                                ICameraStreamManager + +
                                                                                IMediaManager
                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                FlySafeNotificationListener
                                                                                +
                                                                                FlySafeDatabaseListener +
                                                                                +
                                                                                FlySafeDatabaseInfo +
                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                RealTimeTransimissionStateListener
                                                                                +
                                                                                MegaphoneInfoListener +
                                                                                +
                                                                                MegaphoneInfo +
                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                UARegistrationNumberStatusListener
                                                                                +
                                                                                OperatorRegistrationNumberStatus +
                                                                                +
                                                                                OperatorRegistrationNumberStatusListener +
                                                                                +
                                                                                RealNameRegistrationStatus +
                                                                                +
                                                                                RealNameRegistrationStatusListener +
                                                                                ILDMManager diff --git a/Docs/Android_API/en/Components/IKeyManager/Value_Camera_Struct_VideoResolutionFrameRate.html b/Docs/Android_API/en/Components/IKeyManager/Value_Camera_Struct_VideoResolutionFrameRate.html index 1cc735a7..e5316ac3 100644 --- a/Docs/Android_API/en/Components/IKeyManager/Value_Camera_Struct_VideoResolutionFrameRate.html +++ b/Docs/Android_API/en/Components/IKeyManager/Value_Camera_Struct_VideoResolutionFrameRate.html @@ -228,8 +228,6 @@
                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                +
                                                                                ICameraStreamManager + +
                                                                                IMediaManager
                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                FlySafeNotificationListener
                                                                                +
                                                                                FlySafeDatabaseListener +
                                                                                +
                                                                                FlySafeDatabaseInfo +
                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                RealTimeTransimissionStateListener
                                                                                +
                                                                                MegaphoneInfoListener +
                                                                                +
                                                                                MegaphoneInfo +
                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                UARegistrationNumberStatusListener
                                                                                +
                                                                                OperatorRegistrationNumberStatus +
                                                                                +
                                                                                OperatorRegistrationNumberStatusListener +
                                                                                +
                                                                                RealNameRegistrationStatus +
                                                                                +
                                                                                RealNameRegistrationStatusListener +
                                                                                ILDMManager diff --git a/Docs/Android_API/en/Components/IKeyManager/Value_Camera_Struct_WatermarkDisplayContentSettings.html b/Docs/Android_API/en/Components/IKeyManager/Value_Camera_Struct_WatermarkDisplayContentSettings.html index 87baf6b3..b6353cc6 100644 --- a/Docs/Android_API/en/Components/IKeyManager/Value_Camera_Struct_WatermarkDisplayContentSettings.html +++ b/Docs/Android_API/en/Components/IKeyManager/Value_Camera_Struct_WatermarkDisplayContentSettings.html @@ -228,8 +228,6 @@
                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                +
                                                                                ICameraStreamManager + +
                                                                                IMediaManager
                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                FlySafeNotificationListener
                                                                                +
                                                                                FlySafeDatabaseListener +
                                                                                +
                                                                                FlySafeDatabaseInfo +
                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                RealTimeTransimissionStateListener
                                                                                +
                                                                                MegaphoneInfoListener +
                                                                                +
                                                                                MegaphoneInfo +
                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                UARegistrationNumberStatusListener
                                                                                +
                                                                                OperatorRegistrationNumberStatus +
                                                                                +
                                                                                OperatorRegistrationNumberStatusListener +
                                                                                +
                                                                                RealNameRegistrationStatus +
                                                                                +
                                                                                RealNameRegistrationStatusListener +
                                                                                ILDMManager diff --git a/Docs/Android_API/en/Components/IKeyManager/Value_Common_Struct_Attitude.html b/Docs/Android_API/en/Components/IKeyManager/Value_Common_Struct_Attitude.html index 27d103d5..951ebc4a 100644 --- a/Docs/Android_API/en/Components/IKeyManager/Value_Common_Struct_Attitude.html +++ b/Docs/Android_API/en/Components/IKeyManager/Value_Common_Struct_Attitude.html @@ -228,8 +228,6 @@
                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                +
                                                                                ICameraStreamManager + +
                                                                                IMediaManager
                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                FlySafeNotificationListener
                                                                                +
                                                                                FlySafeDatabaseListener +
                                                                                +
                                                                                FlySafeDatabaseInfo +
                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                RealTimeTransimissionStateListener
                                                                                +
                                                                                MegaphoneInfoListener +
                                                                                +
                                                                                MegaphoneInfo +
                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                UARegistrationNumberStatusListener
                                                                                +
                                                                                OperatorRegistrationNumberStatus +
                                                                                +
                                                                                OperatorRegistrationNumberStatusListener +
                                                                                +
                                                                                RealNameRegistrationStatus +
                                                                                +
                                                                                RealNameRegistrationStatusListener +
                                                                                ILDMManager diff --git a/Docs/Android_API/en/Components/IKeyManager/Value_Common_Struct_Date.html b/Docs/Android_API/en/Components/IKeyManager/Value_Common_Struct_Date.html index d84d24cd..ee509dd1 100644 --- a/Docs/Android_API/en/Components/IKeyManager/Value_Common_Struct_Date.html +++ b/Docs/Android_API/en/Components/IKeyManager/Value_Common_Struct_Date.html @@ -228,8 +228,6 @@
                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                +
                                                                                ICameraStreamManager + +
                                                                                IMediaManager
                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                FlySafeNotificationListener
                                                                                +
                                                                                FlySafeDatabaseListener +
                                                                                +
                                                                                FlySafeDatabaseInfo +
                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                RealTimeTransimissionStateListener
                                                                                +
                                                                                MegaphoneInfoListener +
                                                                                +
                                                                                MegaphoneInfo +
                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                UARegistrationNumberStatusListener
                                                                                +
                                                                                OperatorRegistrationNumberStatus +
                                                                                +
                                                                                OperatorRegistrationNumberStatusListener +
                                                                                +
                                                                                RealNameRegistrationStatus +
                                                                                +
                                                                                RealNameRegistrationStatusListener +
                                                                                ILDMManager diff --git a/Docs/Android_API/en/Components/IKeyManager/Value_Common_Struct_DoubleMinMax.html b/Docs/Android_API/en/Components/IKeyManager/Value_Common_Struct_DoubleMinMax.html index 6b7a30d0..64456df9 100644 --- a/Docs/Android_API/en/Components/IKeyManager/Value_Common_Struct_DoubleMinMax.html +++ b/Docs/Android_API/en/Components/IKeyManager/Value_Common_Struct_DoubleMinMax.html @@ -228,8 +228,6 @@
                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                +
                                                                                ICameraStreamManager + +
                                                                                IMediaManager
                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                FlySafeNotificationListener
                                                                                +
                                                                                FlySafeDatabaseListener +
                                                                                +
                                                                                FlySafeDatabaseInfo +
                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                RealTimeTransimissionStateListener
                                                                                +
                                                                                MegaphoneInfoListener +
                                                                                +
                                                                                MegaphoneInfo +
                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                UARegistrationNumberStatusListener
                                                                                +
                                                                                OperatorRegistrationNumberStatus +
                                                                                +
                                                                                OperatorRegistrationNumberStatusListener +
                                                                                +
                                                                                RealNameRegistrationStatus +
                                                                                +
                                                                                RealNameRegistrationStatusListener +
                                                                                ILDMManager diff --git a/Docs/Android_API/en/Components/IKeyManager/Value_Common_Struct_DoublePoint2D.html b/Docs/Android_API/en/Components/IKeyManager/Value_Common_Struct_DoublePoint2D.html index 5a3be591..dc56dadf 100644 --- a/Docs/Android_API/en/Components/IKeyManager/Value_Common_Struct_DoublePoint2D.html +++ b/Docs/Android_API/en/Components/IKeyManager/Value_Common_Struct_DoublePoint2D.html @@ -228,8 +228,6 @@
                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                +
                                                                                ICameraStreamManager + +
                                                                                IMediaManager
                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                FlySafeNotificationListener
                                                                                +
                                                                                FlySafeDatabaseListener +
                                                                                +
                                                                                FlySafeDatabaseInfo +
                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                RealTimeTransimissionStateListener
                                                                                +
                                                                                MegaphoneInfoListener +
                                                                                +
                                                                                MegaphoneInfo +
                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                UARegistrationNumberStatusListener
                                                                                +
                                                                                OperatorRegistrationNumberStatus +
                                                                                +
                                                                                OperatorRegistrationNumberStatusListener +
                                                                                +
                                                                                RealNameRegistrationStatus +
                                                                                +
                                                                                RealNameRegistrationStatusListener +
                                                                                ILDMManager diff --git a/Docs/Android_API/en/Components/IKeyManager/Value_Common_Struct_DoubleRect.html b/Docs/Android_API/en/Components/IKeyManager/Value_Common_Struct_DoubleRect.html index 06bf5763..8437d9f8 100644 --- a/Docs/Android_API/en/Components/IKeyManager/Value_Common_Struct_DoubleRect.html +++ b/Docs/Android_API/en/Components/IKeyManager/Value_Common_Struct_DoubleRect.html @@ -228,8 +228,6 @@
                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                +
                                                                                ICameraStreamManager + +
                                                                                IMediaManager
                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                FlySafeNotificationListener
                                                                                +
                                                                                FlySafeDatabaseListener +
                                                                                +
                                                                                FlySafeDatabaseInfo +
                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                RealTimeTransimissionStateListener
                                                                                +
                                                                                MegaphoneInfoListener +
                                                                                +
                                                                                MegaphoneInfo +
                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                UARegistrationNumberStatusListener
                                                                                +
                                                                                OperatorRegistrationNumberStatus +
                                                                                +
                                                                                OperatorRegistrationNumberStatusListener +
                                                                                +
                                                                                RealNameRegistrationStatus +
                                                                                +
                                                                                RealNameRegistrationStatusListener +
                                                                                ILDMManager diff --git a/Docs/Android_API/en/Components/IKeyManager/Value_Common_Struct_IntValueConfig.html b/Docs/Android_API/en/Components/IKeyManager/Value_Common_Struct_IntValueConfig.html index 3600e524..9c4ab7ee 100644 --- a/Docs/Android_API/en/Components/IKeyManager/Value_Common_Struct_IntValueConfig.html +++ b/Docs/Android_API/en/Components/IKeyManager/Value_Common_Struct_IntValueConfig.html @@ -228,8 +228,6 @@
                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                +
                                                                                ICameraStreamManager + +
                                                                                IMediaManager
                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                FlySafeNotificationListener
                                                                                +
                                                                                FlySafeDatabaseListener +
                                                                                +
                                                                                FlySafeDatabaseInfo +
                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                RealTimeTransimissionStateListener
                                                                                +
                                                                                MegaphoneInfoListener +
                                                                                +
                                                                                MegaphoneInfo +
                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                UARegistrationNumberStatusListener
                                                                                +
                                                                                OperatorRegistrationNumberStatus +
                                                                                +
                                                                                OperatorRegistrationNumberStatusListener +
                                                                                +
                                                                                RealNameRegistrationStatus +
                                                                                +
                                                                                RealNameRegistrationStatusListener +
                                                                                ILDMManager diff --git a/Docs/Android_API/en/Components/IKeyManager/Value_Common_Struct_LocationCoordinate2D.html b/Docs/Android_API/en/Components/IKeyManager/Value_Common_Struct_LocationCoordinate2D.html index 07487c1b..ff47ce9b 100644 --- a/Docs/Android_API/en/Components/IKeyManager/Value_Common_Struct_LocationCoordinate2D.html +++ b/Docs/Android_API/en/Components/IKeyManager/Value_Common_Struct_LocationCoordinate2D.html @@ -228,8 +228,6 @@
                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                +
                                                                                ICameraStreamManager + +
                                                                                IMediaManager
                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                FlySafeNotificationListener
                                                                                +
                                                                                FlySafeDatabaseListener +
                                                                                +
                                                                                FlySafeDatabaseInfo +
                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                RealTimeTransimissionStateListener
                                                                                +
                                                                                MegaphoneInfoListener +
                                                                                +
                                                                                MegaphoneInfo +
                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                UARegistrationNumberStatusListener
                                                                                +
                                                                                OperatorRegistrationNumberStatus +
                                                                                +
                                                                                OperatorRegistrationNumberStatusListener +
                                                                                +
                                                                                RealNameRegistrationStatus +
                                                                                +
                                                                                RealNameRegistrationStatusListener +
                                                                                ILDMManager diff --git a/Docs/Android_API/en/Components/IKeyManager/Value_Common_Struct_LocationCoordinate3D.html b/Docs/Android_API/en/Components/IKeyManager/Value_Common_Struct_LocationCoordinate3D.html index dc8941b6..0bae073a 100644 --- a/Docs/Android_API/en/Components/IKeyManager/Value_Common_Struct_LocationCoordinate3D.html +++ b/Docs/Android_API/en/Components/IKeyManager/Value_Common_Struct_LocationCoordinate3D.html @@ -228,8 +228,6 @@
                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                +
                                                                                ICameraStreamManager + +
                                                                                IMediaManager
                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                FlySafeNotificationListener
                                                                                +
                                                                                FlySafeDatabaseListener +
                                                                                +
                                                                                FlySafeDatabaseInfo +
                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                RealTimeTransimissionStateListener
                                                                                +
                                                                                MegaphoneInfoListener +
                                                                                +
                                                                                MegaphoneInfo +
                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                UARegistrationNumberStatusListener
                                                                                +
                                                                                OperatorRegistrationNumberStatus +
                                                                                +
                                                                                OperatorRegistrationNumberStatusListener +
                                                                                +
                                                                                RealNameRegistrationStatus +
                                                                                +
                                                                                RealNameRegistrationStatusListener +
                                                                                ILDMManager diff --git a/Docs/Android_API/en/Components/IKeyManager/Value_Common_Struct_RCAuthorityLockControlMsg.html b/Docs/Android_API/en/Components/IKeyManager/Value_Common_Struct_RCAuthorityLockControlMsg.html index b58fdfa0..33c4da11 100644 --- a/Docs/Android_API/en/Components/IKeyManager/Value_Common_Struct_RCAuthorityLockControlMsg.html +++ b/Docs/Android_API/en/Components/IKeyManager/Value_Common_Struct_RCAuthorityLockControlMsg.html @@ -228,8 +228,6 @@
                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                +
                                                                                ICameraStreamManager + +
                                                                                IMediaManager
                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                FlySafeNotificationListener
                                                                                +
                                                                                FlySafeDatabaseListener +
                                                                                +
                                                                                FlySafeDatabaseInfo +
                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                RealTimeTransimissionStateListener
                                                                                +
                                                                                MegaphoneInfoListener +
                                                                                +
                                                                                MegaphoneInfo +
                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                UARegistrationNumberStatusListener
                                                                                +
                                                                                OperatorRegistrationNumberStatus +
                                                                                +
                                                                                OperatorRegistrationNumberStatusListener +
                                                                                +
                                                                                RealNameRegistrationStatus +
                                                                                +
                                                                                RealNameRegistrationStatusListener +
                                                                                ILDMManager diff --git a/Docs/Android_API/en/Components/IKeyManager/Value_Common_Struct_RCAuthorityModeMsg.html b/Docs/Android_API/en/Components/IKeyManager/Value_Common_Struct_RCAuthorityModeMsg.html index 01e6e0f0..c52f97af 100644 --- a/Docs/Android_API/en/Components/IKeyManager/Value_Common_Struct_RCAuthorityModeMsg.html +++ b/Docs/Android_API/en/Components/IKeyManager/Value_Common_Struct_RCAuthorityModeMsg.html @@ -228,8 +228,6 @@
                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                +
                                                                                ICameraStreamManager + +
                                                                                IMediaManager
                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                FlySafeNotificationListener
                                                                                +
                                                                                FlySafeDatabaseListener +
                                                                                +
                                                                                FlySafeDatabaseInfo +
                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                RealTimeTransimissionStateListener
                                                                                +
                                                                                MegaphoneInfoListener +
                                                                                +
                                                                                MegaphoneInfo +
                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                UARegistrationNumberStatusListener
                                                                                +
                                                                                OperatorRegistrationNumberStatus +
                                                                                +
                                                                                OperatorRegistrationNumberStatusListener +
                                                                                +
                                                                                RealNameRegistrationStatus +
                                                                                +
                                                                                RealNameRegistrationStatusListener +
                                                                                ILDMManager diff --git a/Docs/Android_API/en/Components/IKeyManager/Value_Common_Struct_RectF.html b/Docs/Android_API/en/Components/IKeyManager/Value_Common_Struct_RectF.html index 720b009a..eab1be01 100644 --- a/Docs/Android_API/en/Components/IKeyManager/Value_Common_Struct_RectF.html +++ b/Docs/Android_API/en/Components/IKeyManager/Value_Common_Struct_RectF.html @@ -228,8 +228,6 @@
                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                +
                                                                                ICameraStreamManager + +
                                                                                IMediaManager
                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                FlySafeNotificationListener
                                                                                +
                                                                                FlySafeDatabaseListener +
                                                                                +
                                                                                FlySafeDatabaseInfo +
                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                RealTimeTransimissionStateListener
                                                                                +
                                                                                MegaphoneInfoListener +
                                                                                +
                                                                                MegaphoneInfo +
                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                UARegistrationNumberStatusListener
                                                                                +
                                                                                OperatorRegistrationNumberStatus +
                                                                                +
                                                                                OperatorRegistrationNumberStatusListener +
                                                                                +
                                                                                RealNameRegistrationStatus +
                                                                                +
                                                                                RealNameRegistrationStatusListener +
                                                                                ILDMManager diff --git a/Docs/Android_API/en/Components/IKeyManager/Value_Common_Struct_Velocity3D.html b/Docs/Android_API/en/Components/IKeyManager/Value_Common_Struct_Velocity3D.html index 0d48877e..e3b49db2 100644 --- a/Docs/Android_API/en/Components/IKeyManager/Value_Common_Struct_Velocity3D.html +++ b/Docs/Android_API/en/Components/IKeyManager/Value_Common_Struct_Velocity3D.html @@ -228,8 +228,6 @@
                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                +
                                                                                ICameraStreamManager + +
                                                                                IMediaManager
                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                FlySafeNotificationListener
                                                                                +
                                                                                FlySafeDatabaseListener +
                                                                                +
                                                                                FlySafeDatabaseInfo +
                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                RealTimeTransimissionStateListener
                                                                                +
                                                                                MegaphoneInfoListener +
                                                                                +
                                                                                MegaphoneInfo +
                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                UARegistrationNumberStatusListener
                                                                                +
                                                                                OperatorRegistrationNumberStatus +
                                                                                +
                                                                                OperatorRegistrationNumberStatusListener +
                                                                                +
                                                                                RealNameRegistrationStatus +
                                                                                +
                                                                                RealNameRegistrationStatusListener +
                                                                                ILDMManager diff --git a/Docs/Android_API/en/Components/IKeyManager/Value_FlightController_Struct_AccessLockerV1DeviceState.html b/Docs/Android_API/en/Components/IKeyManager/Value_FlightController_Struct_AccessLockerV1DeviceState.html index b3ef3dfa..ad1bbf44 100644 --- a/Docs/Android_API/en/Components/IKeyManager/Value_FlightController_Struct_AccessLockerV1DeviceState.html +++ b/Docs/Android_API/en/Components/IKeyManager/Value_FlightController_Struct_AccessLockerV1DeviceState.html @@ -228,8 +228,6 @@
                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                +
                                                                                ICameraStreamManager + +
                                                                                IMediaManager
                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                FlySafeNotificationListener
                                                                                +
                                                                                FlySafeDatabaseListener +
                                                                                +
                                                                                FlySafeDatabaseInfo +
                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                RealTimeTransimissionStateListener
                                                                                +
                                                                                MegaphoneInfoListener +
                                                                                +
                                                                                MegaphoneInfo +
                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                UARegistrationNumberStatusListener
                                                                                +
                                                                                OperatorRegistrationNumberStatus +
                                                                                +
                                                                                OperatorRegistrationNumberStatusListener +
                                                                                +
                                                                                RealNameRegistrationStatus +
                                                                                +
                                                                                RealNameRegistrationStatusListener +
                                                                                ILDMManager diff --git a/Docs/Android_API/en/Components/IKeyManager/Value_FlightController_Struct_AccessLockerV1EncryptionState.html b/Docs/Android_API/en/Components/IKeyManager/Value_FlightController_Struct_AccessLockerV1EncryptionState.html index dfb67890..313999e8 100644 --- a/Docs/Android_API/en/Components/IKeyManager/Value_FlightController_Struct_AccessLockerV1EncryptionState.html +++ b/Docs/Android_API/en/Components/IKeyManager/Value_FlightController_Struct_AccessLockerV1EncryptionState.html @@ -228,8 +228,6 @@
                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                +
                                                                                ICameraStreamManager + +
                                                                                IMediaManager
                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                FlySafeNotificationListener
                                                                                +
                                                                                FlySafeDatabaseListener +
                                                                                +
                                                                                FlySafeDatabaseInfo +
                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                RealTimeTransimissionStateListener
                                                                                +
                                                                                MegaphoneInfoListener +
                                                                                +
                                                                                MegaphoneInfo +
                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                UARegistrationNumberStatusListener
                                                                                +
                                                                                OperatorRegistrationNumberStatus +
                                                                                +
                                                                                OperatorRegistrationNumberStatusListener +
                                                                                +
                                                                                RealNameRegistrationStatus +
                                                                                +
                                                                                RealNameRegistrationStatusListener +
                                                                                ILDMManager diff --git a/Docs/Android_API/en/Components/IKeyManager/Value_FlightController_Struct_AccessLockerV1ModifyUserAccountInfo.html b/Docs/Android_API/en/Components/IKeyManager/Value_FlightController_Struct_AccessLockerV1ModifyUserAccountInfo.html index b0ffff7f..2065db72 100644 --- a/Docs/Android_API/en/Components/IKeyManager/Value_FlightController_Struct_AccessLockerV1ModifyUserAccountInfo.html +++ b/Docs/Android_API/en/Components/IKeyManager/Value_FlightController_Struct_AccessLockerV1ModifyUserAccountInfo.html @@ -228,8 +228,6 @@
                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                +
                                                                                ICameraStreamManager + +
                                                                                IMediaManager
                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                FlySafeNotificationListener
                                                                                +
                                                                                FlySafeDatabaseListener +
                                                                                +
                                                                                FlySafeDatabaseInfo +
                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                RealTimeTransimissionStateListener
                                                                                +
                                                                                MegaphoneInfoListener +
                                                                                +
                                                                                MegaphoneInfo +
                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                UARegistrationNumberStatusListener
                                                                                +
                                                                                OperatorRegistrationNumberStatus +
                                                                                +
                                                                                OperatorRegistrationNumberStatusListener +
                                                                                +
                                                                                RealNameRegistrationStatus +
                                                                                +
                                                                                RealNameRegistrationStatusListener +
                                                                                ILDMManager diff --git a/Docs/Android_API/en/Components/IKeyManager/Value_FlightController_Struct_AccessLockerV1ResetUserAccountInfo.html b/Docs/Android_API/en/Components/IKeyManager/Value_FlightController_Struct_AccessLockerV1ResetUserAccountInfo.html index 9eb93287..2f3e29bf 100644 --- a/Docs/Android_API/en/Components/IKeyManager/Value_FlightController_Struct_AccessLockerV1ResetUserAccountInfo.html +++ b/Docs/Android_API/en/Components/IKeyManager/Value_FlightController_Struct_AccessLockerV1ResetUserAccountInfo.html @@ -228,8 +228,6 @@
                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                +
                                                                                ICameraStreamManager + +
                                                                                IMediaManager
                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                FlySafeNotificationListener
                                                                                +
                                                                                FlySafeDatabaseListener +
                                                                                +
                                                                                FlySafeDatabaseInfo +
                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                RealTimeTransimissionStateListener
                                                                                +
                                                                                MegaphoneInfoListener +
                                                                                +
                                                                                MegaphoneInfo +
                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                UARegistrationNumberStatusListener
                                                                                +
                                                                                OperatorRegistrationNumberStatus +
                                                                                +
                                                                                OperatorRegistrationNumberStatusListener +
                                                                                +
                                                                                RealNameRegistrationStatus +
                                                                                +
                                                                                RealNameRegistrationStatusListener +
                                                                                ILDMManager diff --git a/Docs/Android_API/en/Components/IKeyManager/Value_FlightController_Struct_AccessLockerV1SetupUserAccountInfo.html b/Docs/Android_API/en/Components/IKeyManager/Value_FlightController_Struct_AccessLockerV1SetupUserAccountInfo.html index f437a621..c5db9785 100644 --- a/Docs/Android_API/en/Components/IKeyManager/Value_FlightController_Struct_AccessLockerV1SetupUserAccountInfo.html +++ b/Docs/Android_API/en/Components/IKeyManager/Value_FlightController_Struct_AccessLockerV1SetupUserAccountInfo.html @@ -228,8 +228,6 @@
                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                +
                                                                                ICameraStreamManager + +
                                                                                IMediaManager
                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                FlySafeNotificationListener
                                                                                +
                                                                                FlySafeDatabaseListener +
                                                                                +
                                                                                FlySafeDatabaseInfo +
                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                RealTimeTransimissionStateListener
                                                                                +
                                                                                MegaphoneInfoListener +
                                                                                +
                                                                                MegaphoneInfo +
                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                UARegistrationNumberStatusListener
                                                                                +
                                                                                OperatorRegistrationNumberStatus +
                                                                                +
                                                                                OperatorRegistrationNumberStatusListener +
                                                                                +
                                                                                RealNameRegistrationStatus +
                                                                                +
                                                                                RealNameRegistrationStatusListener +
                                                                                ILDMManager diff --git a/Docs/Android_API/en/Components/IKeyManager/Value_FlightController_Struct_AccessLockerV1VerifyUserAccountInfo.html b/Docs/Android_API/en/Components/IKeyManager/Value_FlightController_Struct_AccessLockerV1VerifyUserAccountInfo.html index 2973375e..73c13d3d 100644 --- a/Docs/Android_API/en/Components/IKeyManager/Value_FlightController_Struct_AccessLockerV1VerifyUserAccountInfo.html +++ b/Docs/Android_API/en/Components/IKeyManager/Value_FlightController_Struct_AccessLockerV1VerifyUserAccountInfo.html @@ -228,8 +228,6 @@
                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                +
                                                                                ICameraStreamManager + +
                                                                                IMediaManager
                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                FlySafeNotificationListener
                                                                                +
                                                                                FlySafeDatabaseListener +
                                                                                +
                                                                                FlySafeDatabaseInfo +
                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                RealTimeTransimissionStateListener
                                                                                +
                                                                                MegaphoneInfoListener +
                                                                                +
                                                                                MegaphoneInfo +
                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                UARegistrationNumberStatusListener
                                                                                +
                                                                                OperatorRegistrationNumberStatus +
                                                                                +
                                                                                OperatorRegistrationNumberStatusListener +
                                                                                +
                                                                                RealNameRegistrationStatus +
                                                                                +
                                                                                RealNameRegistrationStatusListener +
                                                                                ILDMManager diff --git a/Docs/Android_API/en/Components/IKeyManager/Value_FlightController_Struct_AirSenseAirplaneState.html b/Docs/Android_API/en/Components/IKeyManager/Value_FlightController_Struct_AirSenseAirplaneState.html index 38b494eb..3040013f 100644 --- a/Docs/Android_API/en/Components/IKeyManager/Value_FlightController_Struct_AirSenseAirplaneState.html +++ b/Docs/Android_API/en/Components/IKeyManager/Value_FlightController_Struct_AirSenseAirplaneState.html @@ -228,8 +228,6 @@
                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                +
                                                                                ICameraStreamManager + +
                                                                                IMediaManager
                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                FlySafeNotificationListener
                                                                                +
                                                                                FlySafeDatabaseListener +
                                                                                +
                                                                                FlySafeDatabaseInfo +
                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                RealTimeTransimissionStateListener
                                                                                +
                                                                                MegaphoneInfoListener +
                                                                                +
                                                                                MegaphoneInfo +
                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                UARegistrationNumberStatusListener
                                                                                +
                                                                                OperatorRegistrationNumberStatus +
                                                                                +
                                                                                OperatorRegistrationNumberStatusListener +
                                                                                +
                                                                                RealNameRegistrationStatus +
                                                                                +
                                                                                RealNameRegistrationStatusListener +
                                                                                ILDMManager diff --git a/Docs/Android_API/en/Components/IKeyManager/Value_FlightController_Struct_AirSenseSystemInformation.html b/Docs/Android_API/en/Components/IKeyManager/Value_FlightController_Struct_AirSenseSystemInformation.html index 82a25739..753e21fe 100644 --- a/Docs/Android_API/en/Components/IKeyManager/Value_FlightController_Struct_AirSenseSystemInformation.html +++ b/Docs/Android_API/en/Components/IKeyManager/Value_FlightController_Struct_AirSenseSystemInformation.html @@ -228,8 +228,6 @@
                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                +
                                                                                ICameraStreamManager + +
                                                                                IMediaManager
                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                FlySafeNotificationListener
                                                                                +
                                                                                FlySafeDatabaseListener +
                                                                                +
                                                                                FlySafeDatabaseInfo +
                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                RealTimeTransimissionStateListener
                                                                                +
                                                                                MegaphoneInfoListener +
                                                                                +
                                                                                MegaphoneInfo +
                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                UARegistrationNumberStatusListener
                                                                                +
                                                                                OperatorRegistrationNumberStatus +
                                                                                +
                                                                                OperatorRegistrationNumberStatusListener +
                                                                                +
                                                                                RealNameRegistrationStatus +
                                                                                +
                                                                                RealNameRegistrationStatusListener +
                                                                                ILDMManager diff --git a/Docs/Android_API/en/Components/IKeyManager/Value_FlightController_Struct_GoHomeAssessment.html b/Docs/Android_API/en/Components/IKeyManager/Value_FlightController_Struct_GoHomeAssessment.html index 9f5dce8b..547be3b9 100644 --- a/Docs/Android_API/en/Components/IKeyManager/Value_FlightController_Struct_GoHomeAssessment.html +++ b/Docs/Android_API/en/Components/IKeyManager/Value_FlightController_Struct_GoHomeAssessment.html @@ -228,8 +228,6 @@
                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                +
                                                                                ICameraStreamManager + +
                                                                                IMediaManager
                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                FlySafeNotificationListener
                                                                                +
                                                                                FlySafeDatabaseListener +
                                                                                +
                                                                                FlySafeDatabaseInfo +
                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                RealTimeTransimissionStateListener
                                                                                +
                                                                                MegaphoneInfoListener +
                                                                                +
                                                                                MegaphoneInfo +
                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                UARegistrationNumberStatusListener
                                                                                +
                                                                                OperatorRegistrationNumberStatus +
                                                                                +
                                                                                OperatorRegistrationNumberStatusListener +
                                                                                +
                                                                                RealNameRegistrationStatus +
                                                                                +
                                                                                RealNameRegistrationStatusListener +
                                                                                ILDMManager diff --git a/Docs/Android_API/en/Components/IKeyManager/Value_FlightController_Struct_IMUCalibrationHint.html b/Docs/Android_API/en/Components/IKeyManager/Value_FlightController_Struct_IMUCalibrationHint.html index 11af42b7..75f9a2bc 100644 --- a/Docs/Android_API/en/Components/IKeyManager/Value_FlightController_Struct_IMUCalibrationHint.html +++ b/Docs/Android_API/en/Components/IKeyManager/Value_FlightController_Struct_IMUCalibrationHint.html @@ -228,8 +228,6 @@
                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                +
                                                                                ICameraStreamManager + +
                                                                                IMediaManager
                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                FlySafeNotificationListener
                                                                                +
                                                                                FlySafeDatabaseListener +
                                                                                +
                                                                                FlySafeDatabaseInfo +
                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                RealTimeTransimissionStateListener
                                                                                +
                                                                                MegaphoneInfoListener +
                                                                                +
                                                                                MegaphoneInfo +
                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                UARegistrationNumberStatusListener
                                                                                +
                                                                                OperatorRegistrationNumberStatus +
                                                                                +
                                                                                OperatorRegistrationNumberStatusListener +
                                                                                +
                                                                                RealNameRegistrationStatus +
                                                                                +
                                                                                RealNameRegistrationStatusListener +
                                                                                ILDMManager diff --git a/Docs/Android_API/en/Components/IKeyManager/Value_FlightController_Struct_IMUState.html b/Docs/Android_API/en/Components/IKeyManager/Value_FlightController_Struct_IMUState.html index bb993564..c0e4b067 100644 --- a/Docs/Android_API/en/Components/IKeyManager/Value_FlightController_Struct_IMUState.html +++ b/Docs/Android_API/en/Components/IKeyManager/Value_FlightController_Struct_IMUState.html @@ -228,8 +228,6 @@
                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                +
                                                                                ICameraStreamManager + +
                                                                                IMediaManager
                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                FlySafeNotificationListener
                                                                                +
                                                                                FlySafeDatabaseListener +
                                                                                +
                                                                                FlySafeDatabaseInfo +
                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                RealTimeTransimissionStateListener
                                                                                +
                                                                                MegaphoneInfoListener +
                                                                                +
                                                                                MegaphoneInfo +
                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                UARegistrationNumberStatusListener
                                                                                +
                                                                                OperatorRegistrationNumberStatus +
                                                                                +
                                                                                OperatorRegistrationNumberStatusListener +
                                                                                +
                                                                                RealNameRegistrationStatus +
                                                                                +
                                                                                RealNameRegistrationStatusListener +
                                                                                ILDMManager diff --git a/Docs/Android_API/en/Components/IKeyManager/Value_FlightController_Struct_LEDsSettings.html b/Docs/Android_API/en/Components/IKeyManager/Value_FlightController_Struct_LEDsSettings.html index ea329699..72d48129 100644 --- a/Docs/Android_API/en/Components/IKeyManager/Value_FlightController_Struct_LEDsSettings.html +++ b/Docs/Android_API/en/Components/IKeyManager/Value_FlightController_Struct_LEDsSettings.html @@ -228,8 +228,6 @@
                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                +
                                                                                ICameraStreamManager + +
                                                                                IMediaManager
                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                FlySafeNotificationListener
                                                                                +
                                                                                FlySafeDatabaseListener +
                                                                                +
                                                                                FlySafeDatabaseInfo +
                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                RealTimeTransimissionStateListener
                                                                                +
                                                                                MegaphoneInfoListener +
                                                                                +
                                                                                MegaphoneInfo +
                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                UARegistrationNumberStatusListener
                                                                                +
                                                                                OperatorRegistrationNumberStatus +
                                                                                +
                                                                                OperatorRegistrationNumberStatusListener +
                                                                                +
                                                                                RealNameRegistrationStatus +
                                                                                +
                                                                                RealNameRegistrationStatusListener +
                                                                                ILDMManager diff --git a/Docs/Android_API/en/Components/IKeyManager/Value_FlightController_Struct_MultiGimbalSyncControlMsg.html b/Docs/Android_API/en/Components/IKeyManager/Value_FlightController_Struct_MultiGimbalSyncControlMsg.html index 6d0efdcc..1d475851 100644 --- a/Docs/Android_API/en/Components/IKeyManager/Value_FlightController_Struct_MultiGimbalSyncControlMsg.html +++ b/Docs/Android_API/en/Components/IKeyManager/Value_FlightController_Struct_MultiGimbalSyncControlMsg.html @@ -228,8 +228,6 @@
                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                +
                                                                                ICameraStreamManager + +
                                                                                IMediaManager
                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                FlySafeNotificationListener
                                                                                +
                                                                                FlySafeDatabaseListener +
                                                                                +
                                                                                FlySafeDatabaseInfo +
                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                RealTimeTransimissionStateListener
                                                                                +
                                                                                MegaphoneInfoListener +
                                                                                +
                                                                                MegaphoneInfo +
                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                UARegistrationNumberStatusListener
                                                                                +
                                                                                OperatorRegistrationNumberStatus +
                                                                                +
                                                                                OperatorRegistrationNumberStatusListener +
                                                                                +
                                                                                RealNameRegistrationStatus +
                                                                                +
                                                                                RealNameRegistrationStatusListener +
                                                                                ILDMManager diff --git a/Docs/Android_API/en/Components/IKeyManager/Value_FlightController_Struct_MultiGimbalSyncStatus.html b/Docs/Android_API/en/Components/IKeyManager/Value_FlightController_Struct_MultiGimbalSyncStatus.html index 5f1995c5..38c36e76 100644 --- a/Docs/Android_API/en/Components/IKeyManager/Value_FlightController_Struct_MultiGimbalSyncStatus.html +++ b/Docs/Android_API/en/Components/IKeyManager/Value_FlightController_Struct_MultiGimbalSyncStatus.html @@ -228,8 +228,6 @@
                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                +
                                                                                ICameraStreamManager + +
                                                                                IMediaManager
                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                FlySafeNotificationListener
                                                                                +
                                                                                FlySafeDatabaseListener +
                                                                                +
                                                                                FlySafeDatabaseInfo +
                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                RealTimeTransimissionStateListener
                                                                                +
                                                                                MegaphoneInfoListener +
                                                                                +
                                                                                MegaphoneInfo +
                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                UARegistrationNumberStatusListener
                                                                                +
                                                                                OperatorRegistrationNumberStatus +
                                                                                +
                                                                                OperatorRegistrationNumberStatusListener +
                                                                                +
                                                                                RealNameRegistrationStatus +
                                                                                +
                                                                                RealNameRegistrationStatusListener +
                                                                                ILDMManager diff --git a/Docs/Android_API/en/Components/IKeyManager/Value_Gimbal_Struct_GimbalAngleRotation.html b/Docs/Android_API/en/Components/IKeyManager/Value_Gimbal_Struct_GimbalAngleRotation.html index adef811a..57b17ad1 100644 --- a/Docs/Android_API/en/Components/IKeyManager/Value_Gimbal_Struct_GimbalAngleRotation.html +++ b/Docs/Android_API/en/Components/IKeyManager/Value_Gimbal_Struct_GimbalAngleRotation.html @@ -228,8 +228,6 @@
                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                +
                                                                                ICameraStreamManager + +
                                                                                IMediaManager
                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                FlySafeNotificationListener
                                                                                +
                                                                                FlySafeDatabaseListener +
                                                                                +
                                                                                FlySafeDatabaseInfo +
                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                RealTimeTransimissionStateListener
                                                                                +
                                                                                MegaphoneInfoListener +
                                                                                +
                                                                                MegaphoneInfo +
                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                UARegistrationNumberStatusListener
                                                                                +
                                                                                OperatorRegistrationNumberStatus +
                                                                                +
                                                                                OperatorRegistrationNumberStatusListener +
                                                                                +
                                                                                RealNameRegistrationStatus +
                                                                                +
                                                                                RealNameRegistrationStatusListener +
                                                                                ILDMManager diff --git a/Docs/Android_API/en/Components/IKeyManager/Value_Gimbal_Struct_GimbalAttitudeRange.html b/Docs/Android_API/en/Components/IKeyManager/Value_Gimbal_Struct_GimbalAttitudeRange.html index bc69b661..aeb87fdd 100644 --- a/Docs/Android_API/en/Components/IKeyManager/Value_Gimbal_Struct_GimbalAttitudeRange.html +++ b/Docs/Android_API/en/Components/IKeyManager/Value_Gimbal_Struct_GimbalAttitudeRange.html @@ -228,8 +228,6 @@
                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                +
                                                                                ICameraStreamManager + +
                                                                                IMediaManager
                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                FlySafeNotificationListener
                                                                                +
                                                                                FlySafeDatabaseListener +
                                                                                +
                                                                                FlySafeDatabaseInfo +
                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                RealTimeTransimissionStateListener
                                                                                +
                                                                                MegaphoneInfoListener +
                                                                                +
                                                                                MegaphoneInfo +
                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                UARegistrationNumberStatusListener
                                                                                +
                                                                                OperatorRegistrationNumberStatus +
                                                                                +
                                                                                OperatorRegistrationNumberStatusListener +
                                                                                +
                                                                                RealNameRegistrationStatus +
                                                                                +
                                                                                RealNameRegistrationStatusListener +
                                                                                ILDMManager diff --git a/Docs/Android_API/en/Components/IKeyManager/Value_Gimbal_Struct_GimbalCalibrationState.html b/Docs/Android_API/en/Components/IKeyManager/Value_Gimbal_Struct_GimbalCalibrationState.html index 2e71da59..9a9b4643 100644 --- a/Docs/Android_API/en/Components/IKeyManager/Value_Gimbal_Struct_GimbalCalibrationState.html +++ b/Docs/Android_API/en/Components/IKeyManager/Value_Gimbal_Struct_GimbalCalibrationState.html @@ -228,8 +228,6 @@
                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                +
                                                                                ICameraStreamManager + +
                                                                                IMediaManager
                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                FlySafeNotificationListener
                                                                                +
                                                                                FlySafeDatabaseListener +
                                                                                +
                                                                                FlySafeDatabaseInfo +
                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                RealTimeTransimissionStateListener
                                                                                +
                                                                                MegaphoneInfoListener +
                                                                                +
                                                                                MegaphoneInfo +
                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                UARegistrationNumberStatusListener
                                                                                +
                                                                                OperatorRegistrationNumberStatus +
                                                                                +
                                                                                OperatorRegistrationNumberStatusListener +
                                                                                +
                                                                                RealNameRegistrationStatus +
                                                                                +
                                                                                RealNameRegistrationStatusListener +
                                                                                ILDMManager diff --git a/Docs/Android_API/en/Components/IKeyManager/Value_Gimbal_Struct_GimbalSpeedRotation.html b/Docs/Android_API/en/Components/IKeyManager/Value_Gimbal_Struct_GimbalSpeedRotation.html index 5a25628f..d6308ff5 100644 --- a/Docs/Android_API/en/Components/IKeyManager/Value_Gimbal_Struct_GimbalSpeedRotation.html +++ b/Docs/Android_API/en/Components/IKeyManager/Value_Gimbal_Struct_GimbalSpeedRotation.html @@ -228,8 +228,6 @@
                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                +
                                                                                ICameraStreamManager + +
                                                                                IMediaManager
                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                FlySafeNotificationListener
                                                                                +
                                                                                FlySafeDatabaseListener +
                                                                                +
                                                                                FlySafeDatabaseInfo +
                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                RealTimeTransimissionStateListener
                                                                                +
                                                                                MegaphoneInfoListener +
                                                                                +
                                                                                MegaphoneInfo +
                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                UARegistrationNumberStatusListener
                                                                                +
                                                                                OperatorRegistrationNumberStatus +
                                                                                +
                                                                                OperatorRegistrationNumberStatusListener +
                                                                                +
                                                                                RealNameRegistrationStatus +
                                                                                +
                                                                                RealNameRegistrationStatusListener +
                                                                                ILDMManager diff --git a/Docs/Android_API/en/Components/IKeyManager/Value_RemoteController_Struct_MultiRCFlightControlAuthOwnerMsg.html b/Docs/Android_API/en/Components/IKeyManager/Value_RemoteController_Struct_MultiRCFlightControlAuthOwnerMsg.html index 549a496f..d3568ad5 100644 --- a/Docs/Android_API/en/Components/IKeyManager/Value_RemoteController_Struct_MultiRCFlightControlAuthOwnerMsg.html +++ b/Docs/Android_API/en/Components/IKeyManager/Value_RemoteController_Struct_MultiRCFlightControlAuthOwnerMsg.html @@ -228,8 +228,6 @@
                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                +
                                                                                ICameraStreamManager + +
                                                                                IMediaManager
                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                FlySafeNotificationListener
                                                                                +
                                                                                FlySafeDatabaseListener +
                                                                                +
                                                                                FlySafeDatabaseInfo +
                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                RealTimeTransimissionStateListener
                                                                                +
                                                                                MegaphoneInfoListener +
                                                                                +
                                                                                MegaphoneInfo +
                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                UARegistrationNumberStatusListener
                                                                                +
                                                                                OperatorRegistrationNumberStatus +
                                                                                +
                                                                                OperatorRegistrationNumberStatusListener +
                                                                                +
                                                                                RealNameRegistrationStatus +
                                                                                +
                                                                                RealNameRegistrationStatusListener +
                                                                                ILDMManager diff --git a/Docs/Android_API/en/Components/IKeyManager/Value_RemoteController_Struct_RCAuthorityLostPushMsg.html b/Docs/Android_API/en/Components/IKeyManager/Value_RemoteController_Struct_RCAuthorityLostPushMsg.html index 2cc5f9de..73a9ed6d 100644 --- a/Docs/Android_API/en/Components/IKeyManager/Value_RemoteController_Struct_RCAuthorityLostPushMsg.html +++ b/Docs/Android_API/en/Components/IKeyManager/Value_RemoteController_Struct_RCAuthorityLostPushMsg.html @@ -228,8 +228,6 @@
                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                +
                                                                                ICameraStreamManager + +
                                                                                IMediaManager
                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                FlySafeNotificationListener
                                                                                +
                                                                                FlySafeDatabaseListener +
                                                                                +
                                                                                FlySafeDatabaseInfo +
                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                RealTimeTransimissionStateListener
                                                                                +
                                                                                MegaphoneInfoListener +
                                                                                +
                                                                                MegaphoneInfo +
                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                UARegistrationNumberStatusListener
                                                                                +
                                                                                OperatorRegistrationNumberStatus +
                                                                                +
                                                                                OperatorRegistrationNumberStatusListener +
                                                                                +
                                                                                RealNameRegistrationStatus +
                                                                                +
                                                                                RealNameRegistrationStatusListener +
                                                                                ILDMManager diff --git a/Docs/Android_API/en/Components/IKeyManager/Value_RemoteController_Struct_RCModeChannelTypeMsg.html b/Docs/Android_API/en/Components/IKeyManager/Value_RemoteController_Struct_RCModeChannelTypeMsg.html index e20cd2bc..b115d353 100644 --- a/Docs/Android_API/en/Components/IKeyManager/Value_RemoteController_Struct_RCModeChannelTypeMsg.html +++ b/Docs/Android_API/en/Components/IKeyManager/Value_RemoteController_Struct_RCModeChannelTypeMsg.html @@ -228,8 +228,6 @@
                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                +
                                                                                ICameraStreamManager + +
                                                                                IMediaManager
                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                FlySafeNotificationListener
                                                                                +
                                                                                FlySafeDatabaseListener +
                                                                                +
                                                                                FlySafeDatabaseInfo +
                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                RealTimeTransimissionStateListener
                                                                                +
                                                                                MegaphoneInfoListener +
                                                                                +
                                                                                MegaphoneInfo +
                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                UARegistrationNumberStatusListener
                                                                                +
                                                                                OperatorRegistrationNumberStatus +
                                                                                +
                                                                                OperatorRegistrationNumberStatusListener +
                                                                                +
                                                                                RealNameRegistrationStatus +
                                                                                +
                                                                                RealNameRegistrationStatusListener +
                                                                                ILDMManager diff --git a/Docs/Android_API/en/Components/IKeyManager/Value_RemoteController_Struct_RcFirmwareInfo.html b/Docs/Android_API/en/Components/IKeyManager/Value_RemoteController_Struct_RcFirmwareInfo.html index 481b594b..149a583d 100644 --- a/Docs/Android_API/en/Components/IKeyManager/Value_RemoteController_Struct_RcFirmwareInfo.html +++ b/Docs/Android_API/en/Components/IKeyManager/Value_RemoteController_Struct_RcFirmwareInfo.html @@ -228,8 +228,6 @@
                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                +
                                                                                ICameraStreamManager + +
                                                                                IMediaManager
                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                FlySafeNotificationListener
                                                                                +
                                                                                FlySafeDatabaseListener +
                                                                                +
                                                                                FlySafeDatabaseInfo +
                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                RealTimeTransimissionStateListener
                                                                                +
                                                                                MegaphoneInfoListener +
                                                                                +
                                                                                MegaphoneInfo +
                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                UARegistrationNumberStatusListener
                                                                                +
                                                                                OperatorRegistrationNumberStatus +
                                                                                +
                                                                                OperatorRegistrationNumberStatusListener +
                                                                                +
                                                                                RealNameRegistrationStatus +
                                                                                +
                                                                                RealNameRegistrationStatusListener +
                                                                                ILDMManager diff --git a/Docs/Android_API/en/Components/IKeyManager/Value_RemoteController_Struct_RcFiveDimensionPressedStatus.html b/Docs/Android_API/en/Components/IKeyManager/Value_RemoteController_Struct_RcFiveDimensionPressedStatus.html index 7cbc85be..391a4cb4 100644 --- a/Docs/Android_API/en/Components/IKeyManager/Value_RemoteController_Struct_RcFiveDimensionPressedStatus.html +++ b/Docs/Android_API/en/Components/IKeyManager/Value_RemoteController_Struct_RcFiveDimensionPressedStatus.html @@ -228,8 +228,6 @@
                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                +
                                                                                ICameraStreamManager + +
                                                                                IMediaManager
                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                FlySafeNotificationListener
                                                                                +
                                                                                FlySafeDatabaseListener +
                                                                                +
                                                                                FlySafeDatabaseInfo +
                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                RealTimeTransimissionStateListener
                                                                                +
                                                                                MegaphoneInfoListener +
                                                                                +
                                                                                MegaphoneInfo +
                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                UARegistrationNumberStatusListener
                                                                                +
                                                                                OperatorRegistrationNumberStatus +
                                                                                +
                                                                                OperatorRegistrationNumberStatusListener +
                                                                                +
                                                                                RealNameRegistrationStatus +
                                                                                +
                                                                                RealNameRegistrationStatusListener +
                                                                                ILDMManager diff --git a/Docs/Android_API/en/Components/IKeyManager/Value_RemoteController_Struct_RcMultiStatusMsg.html b/Docs/Android_API/en/Components/IKeyManager/Value_RemoteController_Struct_RcMultiStatusMsg.html index 890ac81e..26c9f2bc 100644 --- a/Docs/Android_API/en/Components/IKeyManager/Value_RemoteController_Struct_RcMultiStatusMsg.html +++ b/Docs/Android_API/en/Components/IKeyManager/Value_RemoteController_Struct_RcMultiStatusMsg.html @@ -228,8 +228,6 @@
                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                +
                                                                                ICameraStreamManager + +
                                                                                IMediaManager
                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                FlySafeNotificationListener
                                                                                +
                                                                                FlySafeDatabaseListener +
                                                                                +
                                                                                FlySafeDatabaseInfo +
                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                RealTimeTransimissionStateListener
                                                                                +
                                                                                MegaphoneInfoListener +
                                                                                +
                                                                                MegaphoneInfo +
                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                UARegistrationNumberStatusListener
                                                                                +
                                                                                OperatorRegistrationNumberStatus +
                                                                                +
                                                                                OperatorRegistrationNumberStatusListener +
                                                                                +
                                                                                RealNameRegistrationStatus +
                                                                                +
                                                                                RealNameRegistrationStatusListener +
                                                                                ILDMManager diff --git a/Docs/Android_API/en/Components/IKeyManager/Value_RemoteController_Struct_RcParamChargeRemainingInfo.html b/Docs/Android_API/en/Components/IKeyManager/Value_RemoteController_Struct_RcParamChargeRemainingInfo.html index aeb891b3..760324ed 100644 --- a/Docs/Android_API/en/Components/IKeyManager/Value_RemoteController_Struct_RcParamChargeRemainingInfo.html +++ b/Docs/Android_API/en/Components/IKeyManager/Value_RemoteController_Struct_RcParamChargeRemainingInfo.html @@ -228,8 +228,6 @@
                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                +
                                                                                ICameraStreamManager + +
                                                                                IMediaManager
                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                FlySafeNotificationListener
                                                                                +
                                                                                FlySafeDatabaseListener +
                                                                                +
                                                                                FlySafeDatabaseInfo +
                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                RealTimeTransimissionStateListener
                                                                                +
                                                                                MegaphoneInfoListener +
                                                                                +
                                                                                MegaphoneInfo +
                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                UARegistrationNumberStatusListener
                                                                                +
                                                                                OperatorRegistrationNumberStatus +
                                                                                +
                                                                                OperatorRegistrationNumberStatusListener +
                                                                                +
                                                                                RealNameRegistrationStatus +
                                                                                +
                                                                                RealNameRegistrationStatusListener +
                                                                                ILDMManager diff --git a/Docs/Android_API/en/Components/ILDMManager/ILDMManager.html b/Docs/Android_API/en/Components/ILDMManager/ILDMManager.html index 47d72350..e6c54303 100644 --- a/Docs/Android_API/en/Components/ILDMManager/ILDMManager.html +++ b/Docs/Android_API/en/Components/ILDMManager/ILDMManager.html @@ -228,8 +228,6 @@
                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                +
                                                                                ICameraStreamManager + +
                                                                                IMediaManager
                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                FlySafeNotificationListener
                                                                                +
                                                                                FlySafeDatabaseListener +
                                                                                +
                                                                                FlySafeDatabaseInfo +
                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                RealTimeTransimissionStateListener
                                                                                +
                                                                                MegaphoneInfoListener +
                                                                                +
                                                                                MegaphoneInfo +
                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                UARegistrationNumberStatusListener
                                                                                +
                                                                                OperatorRegistrationNumberStatus +
                                                                                +
                                                                                OperatorRegistrationNumberStatusListener +
                                                                                +
                                                                                RealNameRegistrationStatus +
                                                                                +
                                                                                RealNameRegistrationStatusListener +
                                                                                ILDMManager @@ -660,7 +688,7 @@
                                                                                Description:

                                                                                LDM exempt modules type, set the LDM exempt modules in order to allow them access internet.

                                                                                Supported since MSDK 5.0.0

                                                                                Enum Members:
                                                                                -
                                                                                MSDK_INIT_AND_REGISTRATIONMSDK registration module. It can still access internet when LDM is calling enableLDM and LDM gets enabled.
                                                                                LIVE_STREAMINGLive stream module. It can still access internet when LDM is enabled.
                                                                                RTKRTK module. It can still access internet when LDM is enabled.
                                                                                FIRMWARE_UPGRADEFirmware upgrade module. It can still access internet when LDM is enabled.
                                                                                EXPERENCE_IMPROVEMENTExperience improvement module. It can still access internet when LDM is enabled.
                                                                                USER_ACCOUNTUser account module. It can still access internet when LDM is enabled.
                                                                                LTELTE module. It can still access internet when LDM is enabled.
                                                                                FLY_SAFEFly safe module. It can still access internet when LDM is enabled.
                                                                                +
                                                                                MSDK_INIT_AND_REGISTRATIONMSDK registration module. It can still access internet when LDM is calling enableLDM and LDM gets enabled.
                                                                                LIVE_STREAMINGLive stream module. It can still access internet when LDM is enabled.
                                                                                RTKRTK module. It can still access internet when LDM is enabled.
                                                                                FIRMWARE_UPGRADEFirmware upgrade module. It can still access internet when LDM is enabled.
                                                                                EXPERENCE_IMPROVEMENTExperience improvement module. It can still access internet when LDM is enabled.
                                                                                USER_ACCOUNTUser account module. It can still access internet when LDM is enabled.
                                                                                LTELTE module. It can still access internet when LDM is enabled.
                                                                                FLY_SAFEFly safe module. It can still access internet when LDM is enabled.
                                                                                REAL_NAMEReal name module. It can still access internet when LDM is enabled.
                                                                                Class Members:
                                                                                diff --git a/Docs/Android_API/en/Components/ILTEManager/ILTEManager.html b/Docs/Android_API/en/Components/ILTEManager/ILTEManager.html index ee1e2501..445ef831 100644 --- a/Docs/Android_API/en/Components/ILTEManager/ILTEManager.html +++ b/Docs/Android_API/en/Components/ILTEManager/ILTEManager.html @@ -228,8 +228,6 @@
                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                +
                                                                                ICameraStreamManager + +
                                                                                IMediaManager
                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                FlySafeNotificationListener
                                                                                +
                                                                                FlySafeDatabaseListener +
                                                                                +
                                                                                FlySafeDatabaseInfo +
                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                RealTimeTransimissionStateListener
                                                                                +
                                                                                MegaphoneInfoListener +
                                                                                +
                                                                                MegaphoneInfo +
                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                UARegistrationNumberStatusListener
                                                                                +
                                                                                OperatorRegistrationNumberStatus +
                                                                                +
                                                                                OperatorRegistrationNumberStatusListener +
                                                                                +
                                                                                RealNameRegistrationStatus +
                                                                                +
                                                                                RealNameRegistrationStatusListener +
                                                                                ILDMManager diff --git a/Docs/Android_API/en/Components/ILTEManager/ILTEManager_LTEAuthenticationInfo.html b/Docs/Android_API/en/Components/ILTEManager/ILTEManager_LTEAuthenticationInfo.html index d5355f57..5585f4aa 100644 --- a/Docs/Android_API/en/Components/ILTEManager/ILTEManager_LTEAuthenticationInfo.html +++ b/Docs/Android_API/en/Components/ILTEManager/ILTEManager_LTEAuthenticationInfo.html @@ -228,8 +228,6 @@
                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                +
                                                                                ICameraStreamManager + +
                                                                                IMediaManager
                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                FlySafeNotificationListener
                                                                                +
                                                                                FlySafeDatabaseListener +
                                                                                +
                                                                                FlySafeDatabaseInfo +
                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                RealTimeTransimissionStateListener
                                                                                +
                                                                                MegaphoneInfoListener +
                                                                                +
                                                                                MegaphoneInfo +
                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                UARegistrationNumberStatusListener
                                                                                +
                                                                                OperatorRegistrationNumberStatus +
                                                                                +
                                                                                OperatorRegistrationNumberStatusListener +
                                                                                +
                                                                                RealNameRegistrationStatus +
                                                                                +
                                                                                RealNameRegistrationStatusListener +
                                                                                ILDMManager diff --git a/Docs/Android_API/en/Components/ILTEManager/ILTEManager_LTEAuthenticationInfoListener.html b/Docs/Android_API/en/Components/ILTEManager/ILTEManager_LTEAuthenticationInfoListener.html index 3902b02a..11700a91 100644 --- a/Docs/Android_API/en/Components/ILTEManager/ILTEManager_LTEAuthenticationInfoListener.html +++ b/Docs/Android_API/en/Components/ILTEManager/ILTEManager_LTEAuthenticationInfoListener.html @@ -228,8 +228,6 @@
                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                +
                                                                                ICameraStreamManager + +
                                                                                IMediaManager
                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                FlySafeNotificationListener
                                                                                +
                                                                                FlySafeDatabaseListener +
                                                                                +
                                                                                FlySafeDatabaseInfo +
                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                RealTimeTransimissionStateListener
                                                                                +
                                                                                MegaphoneInfoListener +
                                                                                +
                                                                                MegaphoneInfo +
                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                UARegistrationNumberStatusListener
                                                                                +
                                                                                OperatorRegistrationNumberStatus +
                                                                                +
                                                                                OperatorRegistrationNumberStatusListener +
                                                                                +
                                                                                RealNameRegistrationStatus +
                                                                                +
                                                                                RealNameRegistrationStatusListener +
                                                                                ILDMManager diff --git a/Docs/Android_API/en/Components/ILTEManager/ILTEManager_LTEDongleInfoListener.html b/Docs/Android_API/en/Components/ILTEManager/ILTEManager_LTEDongleInfoListener.html index 691c6317..445684f1 100644 --- a/Docs/Android_API/en/Components/ILTEManager/ILTEManager_LTEDongleInfoListener.html +++ b/Docs/Android_API/en/Components/ILTEManager/ILTEManager_LTEDongleInfoListener.html @@ -228,8 +228,6 @@
                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                +
                                                                                ICameraStreamManager + +
                                                                                IMediaManager
                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                FlySafeNotificationListener
                                                                                +
                                                                                FlySafeDatabaseListener +
                                                                                +
                                                                                FlySafeDatabaseInfo +
                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                RealTimeTransimissionStateListener
                                                                                +
                                                                                MegaphoneInfoListener +
                                                                                +
                                                                                MegaphoneInfo +
                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                UARegistrationNumberStatusListener
                                                                                +
                                                                                OperatorRegistrationNumberStatus +
                                                                                +
                                                                                OperatorRegistrationNumberStatusListener +
                                                                                +
                                                                                RealNameRegistrationStatus +
                                                                                +
                                                                                RealNameRegistrationStatusListener +
                                                                                ILDMManager diff --git a/Docs/Android_API/en/Components/ILTEManager/ILTEManager_LTELinkInfo.html b/Docs/Android_API/en/Components/ILTEManager/ILTEManager_LTELinkInfo.html index 3582cea9..ecd1ccf6 100644 --- a/Docs/Android_API/en/Components/ILTEManager/ILTEManager_LTELinkInfo.html +++ b/Docs/Android_API/en/Components/ILTEManager/ILTEManager_LTELinkInfo.html @@ -228,8 +228,6 @@
                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                +
                                                                                ICameraStreamManager + +
                                                                                IMediaManager
                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                FlySafeNotificationListener
                                                                                +
                                                                                FlySafeDatabaseListener +
                                                                                +
                                                                                FlySafeDatabaseInfo +
                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                RealTimeTransimissionStateListener
                                                                                +
                                                                                MegaphoneInfoListener +
                                                                                +
                                                                                MegaphoneInfo +
                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                UARegistrationNumberStatusListener
                                                                                +
                                                                                OperatorRegistrationNumberStatus +
                                                                                +
                                                                                OperatorRegistrationNumberStatusListener +
                                                                                +
                                                                                RealNameRegistrationStatus +
                                                                                +
                                                                                RealNameRegistrationStatusListener +
                                                                                ILDMManager diff --git a/Docs/Android_API/en/Components/ILTEManager/ILTEManager_LTELinkInfoListener.html b/Docs/Android_API/en/Components/ILTEManager/ILTEManager_LTELinkInfoListener.html index db2a28a7..12795199 100644 --- a/Docs/Android_API/en/Components/ILTEManager/ILTEManager_LTELinkInfoListener.html +++ b/Docs/Android_API/en/Components/ILTEManager/ILTEManager_LTELinkInfoListener.html @@ -228,8 +228,6 @@
                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                +
                                                                                ICameraStreamManager + +
                                                                                IMediaManager
                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                FlySafeNotificationListener
                                                                                +
                                                                                FlySafeDatabaseListener +
                                                                                +
                                                                                FlySafeDatabaseInfo +
                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                RealTimeTransimissionStateListener
                                                                                +
                                                                                MegaphoneInfoListener +
                                                                                +
                                                                                MegaphoneInfo +
                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                UARegistrationNumberStatusListener
                                                                                +
                                                                                OperatorRegistrationNumberStatus +
                                                                                +
                                                                                OperatorRegistrationNumberStatusListener +
                                                                                +
                                                                                RealNameRegistrationStatus +
                                                                                +
                                                                                RealNameRegistrationStatusListener +
                                                                                ILDMManager diff --git a/Docs/Android_API/en/Components/ILTEManager/ILTEManager_LTEPrivatizationServerInfo.html b/Docs/Android_API/en/Components/ILTEManager/ILTEManager_LTEPrivatizationServerInfo.html index 0f3840c6..8c386c40 100644 --- a/Docs/Android_API/en/Components/ILTEManager/ILTEManager_LTEPrivatizationServerInfo.html +++ b/Docs/Android_API/en/Components/ILTEManager/ILTEManager_LTEPrivatizationServerInfo.html @@ -228,8 +228,6 @@
                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                +
                                                                                ICameraStreamManager + +
                                                                                IMediaManager
                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                FlySafeNotificationListener
                                                                                +
                                                                                FlySafeDatabaseListener +
                                                                                +
                                                                                FlySafeDatabaseInfo +
                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                RealTimeTransimissionStateListener
                                                                                +
                                                                                MegaphoneInfoListener +
                                                                                +
                                                                                MegaphoneInfo +
                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                UARegistrationNumberStatusListener
                                                                                +
                                                                                OperatorRegistrationNumberStatus +
                                                                                +
                                                                                OperatorRegistrationNumberStatusListener +
                                                                                +
                                                                                RealNameRegistrationStatus +
                                                                                +
                                                                                RealNameRegistrationStatusListener +
                                                                                ILDMManager diff --git a/Docs/Android_API/en/Components/IMediaDataCenter/ICameraStreamManager.html b/Docs/Android_API/en/Components/IMediaDataCenter/ICameraStreamManager.html new file mode 100644 index 00000000..f0eee383 --- /dev/null +++ b/Docs/Android_API/en/Components/IMediaDataCenter/ICameraStreamManager.html @@ -0,0 +1,799 @@ + + + + + + + DJI Mobile SDK Documentation + + + + +
                                                                                +
                                                                                +
                                                                                +
                                                                                +
                                                                                +
                                                                                +
                                                                                + + +
                                                                                +
                                                                                +
                                                                                +
                                                                                +
                                                                                  +
                                                                                  +
                                                                                  +
                                                                                    +
                                                                                    +
                                                                                    +
                                                                                    + +
                                                                                    +
                                                                                    +

                                                                                    class ICameraStreamManager

                                                                                    +
                                                                                    interface ICameraStreamManager
                                                                                    +
                                                                                    Package:dji.v5.manager.interfaces
                                                                                    +
                                                                                    Description:
                                                                                    +

                                                                                    Camera stream management class. Supports functions such as camera lens video stream display, video frame data and video stream data acquisition. The following is the interface usage process:

                                                                                    +
                                                                                  • Add a listener to obtain the available camera index through addAvailableCameraUpdatedListener.
                                                                                  • +
                                                                                  • Call putCameraStreamSurface to display the camera video stream to a specific surface.
                                                                                  • +
                                                                                  • Add the video stream data listener addReceiveStreamListener to receive the video stream data. The video stream data can be used for functions such as self-decoding display and third-party livestreaem.
                                                                                  • +
                                                                                  • Add the frame data listener addFrameListener to receive frame data. Frame data can be used for algorithm processing of functions such as AI recognition.
                                                                                  • +

                                                                                    Supported since MSDK 5.8.0 +
                                                                                    Class Members:
                                                                                    +
                                                                                    +
                                                                                    method addAvailableCameraUpdatedListener
                                                                                    + +
                                                                                    void addAvailableCameraUpdatedListener(@NonNull AvailableCameraUpdatedListener listener)
                                                                                    +
                                                                                    Package:dji.v5.manager.interfaces
                                                                                    +
                                                                                    Description:
                                                                                    +

                                                                                    Set available camera listener. This listener allows you to listen for available camera indexes. After obtaining the available camera indexes, you can call putCameraStreamSurface to display the video stream of a specific camera.

                                                                                    Supported since MSDK 5.8.0

                                                                                    +
                                                                                    Input Parameters:
                                                                                    +
                                                                                    @NonNull AvailableCameraUpdatedListener listenerAvailable camera listener
                                                                                    +
                                                                                    +
                                                                                    method removeAvailableCameraUpdatedListener
                                                                                    + +
                                                                                    void removeAvailableCameraUpdatedListener(@NonNull AvailableCameraUpdatedListener listener)
                                                                                    +
                                                                                    Package:dji.v5.manager.interfaces
                                                                                    +
                                                                                    Description:
                                                                                    +

                                                                                    Remove the listener of avilable camera.

                                                                                    Supported since MSDK 5.8.0

                                                                                    +
                                                                                    Input Parameters:
                                                                                    +
                                                                                    @NonNull AvailableCameraUpdatedListener listenerAvailable camera listener
                                                                                    +
                                                                                    +
                                                                                    method putCameraStreamSurface
                                                                                    + +
                                                                                    void putCameraStreamSurface(@NonNull ComponentIndexType cameraIndex,
                                                                                    @NonNull Surface surface,
                                                                                    int surfaceWidth,
                                                                                    int surfaceHeight,
                                                                                    @NonNull ScaleType scaleType)
                                                                                    +
                                                                                    Package:dji.v5.manager.interfaces
                                                                                    +
                                                                                    Description:
                                                                                    +

                                                                                    Display the camera video stream to a specific surface. A single surface can display at most one cameraIndex camera video stream at the same time. If this interface is called multiple times for the same surface, the parameters of the surface will be updated, such as updating the camera index, surface's size or scale type. +
                                                                                    Note:
                                                                                    +If you want to display images from different camera lenses, you can call KeyCameraVideoStreamSource to switch camera lenses.
                                                                                    +

                                                                                    Supported since MSDK 5.8.0

                                                                                    +
                                                                                    Input Parameters:
                                                                                    +
                                                                                    @NonNull ComponentIndexType cameraIndexSet the camera index for stream display.
                                                                                    @NonNull Surface surfaceSet the surface that needs to display the video stream. Supports SurfaceView, TextureView and MediaCodeC Surface, does not support GLSurfaceView surface and any surface bound to OpenGL.
                                                                                    int surfaceWidthSet the surface width required for video stream display.
                                                                                    int surfaceHeightSet the surface height required for video stream display.
                                                                                    @NonNull ScaleType scaleTypeSet the scale type required for video stream display.
                                                                                    +
                                                                                    +
                                                                                    method removeCameraStreamSurface
                                                                                    + +
                                                                                    void removeCameraStreamSurface(@NonNull Surface surface)
                                                                                    +
                                                                                    Package:dji.v5.manager.interfaces
                                                                                    +
                                                                                    Description:
                                                                                    +

                                                                                    Remove the added surface. When you no longer need to use the surface, please call this interface to remove the added surface, otherwise it will cause memory leaks. After removal, the surface will no longer display the video stream.

                                                                                    Supported since MSDK 5.8.0

                                                                                    +
                                                                                    Input Parameters:
                                                                                    +
                                                                                    @NonNull Surface surfaceSet the Surface to be removed.
                                                                                    +
                                                                                    +
                                                                                    method addFrameListener
                                                                                    + +
                                                                                    void addFrameListener(@NonNull ComponentIndexType cameraIndex,
                                                                                    @NonNull FrameFormat format,
                                                                                    @NonNull CameraFrameListener listener)
                                                                                    +
                                                                                    Package:dji.v5.manager.interfaces
                                                                                    +
                                                                                    Description:
                                                                                    +

                                                                                    Add video frame data listener. This listener can listen the video frame data of the specified camera. You can use video frame data to implement functions such as AI recognition.

                                                                                    Supported since MSDK 5.8.0

                                                                                    +
                                                                                    Input Parameters:
                                                                                    +
                                                                                    @NonNull ComponentIndexType cameraIndexSet the camera index to be listen.
                                                                                    @NonNull FrameFormat formatSet the frame format to be listen.
                                                                                    @NonNull CameraFrameListener listenervideo frame data listener
                                                                                    +
                                                                                    +
                                                                                    method removeFrameListener
                                                                                    + +
                                                                                    void removeFrameListener(@NonNull CameraFrameListener listener)
                                                                                    +
                                                                                    Package:dji.v5.manager.interfaces
                                                                                    +
                                                                                    Description:
                                                                                    +

                                                                                    Remove video frame data listener.

                                                                                    Supported since MSDK 5.8.0

                                                                                    +
                                                                                    Input Parameters:
                                                                                    +
                                                                                    @NonNull CameraFrameListener listenervideo frame data listener
                                                                                    +
                                                                                    +
                                                                                    method addReceiveStreamListener
                                                                                    + +
                                                                                    void addReceiveStreamListener(@NonNull ComponentIndexType cameraIndex, @NonNull ReceiveStreamListener listener)
                                                                                    +
                                                                                    Package:dji.v5.manager.interfaces
                                                                                    +
                                                                                    Description:
                                                                                    +

                                                                                    Add a video stream data listener. Through this listener, you can receive the raw video stream data of the specified camera. You can use this stream data to decode and display it yourself or implement functions such as third-party live streaming.

                                                                                    Supported since MSDK 5.8.0

                                                                                    +
                                                                                    Input Parameters:
                                                                                    +
                                                                                    @NonNull ComponentIndexType cameraIndexSet the camera index to be listen.
                                                                                    @NonNull ReceiveStreamListener listenervideo stream data listener
                                                                                    +
                                                                                    +
                                                                                    method removeReceiveStreamListener
                                                                                    + +
                                                                                    void removeReceiveStreamListener(@NonNull ReceiveStreamListener listener)
                                                                                    +
                                                                                    Package:dji.v5.manager.interfaces
                                                                                    +
                                                                                    Description:
                                                                                    +

                                                                                    Remove video stream data listener.

                                                                                    Supported since MSDK 5.8.0

                                                                                    +
                                                                                    Input Parameters:
                                                                                    +
                                                                                    @NonNull ReceiveStreamListener listenervideo stream data listener
                                                                                    +
                                                                                    +
                                                                                    method setKeepAliveDecoding
                                                                                    + +
                                                                                    void setKeepAliveDecoding(boolean isKeepALive)
                                                                                    +
                                                                                    Package:dji.v5.manager.interfaces
                                                                                    +
                                                                                    Description:
                                                                                    +

                                                                                    Whether to let the decoder continue decoding in the background, the default value is false. If it is false, when the manager does not reference any Surface, ReceiveStreamListener, or CameraFrameListener, the decoder will pause decoding to reduce background performance/power consumption, but this will increase the delay in pushing camera video stream data for the first time. If true, the decoder will continue to decode in the background, which will increase performance/power consumption, but can reduce the delay in pushing camera video stream data for the first time.

                                                                                    Supported since MSDK 5.8.0

                                                                                    +
                                                                                    Input Parameters:
                                                                                    +
                                                                                    boolean isKeepALivetrue means the decoder continues decoding in the background.
                                                                                    + +
                                                                                    +
                                                                                    enum MimeType
                                                                                    + +
                                                                                    enum MimeType
                                                                                    +
                                                                                    Package:dji.v5.manager.interfaces
                                                                                    +
                                                                                    Description:
                                                                                    +

                                                                                    Mime type, supports H264 and H265.

                                                                                    Supported since MSDK 5.8.0

                                                                                    +
                                                                                    Enum Members:
                                                                                    +
                                                                                    H264H264
                                                                                    H265H265
                                                                                    +
                                                                                    Class Members:
                                                                                    +
                                                                                    +
                                                                                    +
                                                                                    enum ScaleType
                                                                                    + +
                                                                                    enum ScaleType
                                                                                    +
                                                                                    Package:dji.v5.manager.interfaces
                                                                                    +
                                                                                    Description:
                                                                                    +

                                                                                    Scale type.

                                                                                    Supported since MSDK 5.8.0

                                                                                    +
                                                                                    Enum Members:
                                                                                    +
                                                                                    FIX_XYFIX_XY
                                                                                    CENTER_CROPCENTER_CROP
                                                                                    CENTER_INSIDECENTER_INSIDE
                                                                                    +
                                                                                    Class Members:
                                                                                    +
                                                                                    +
                                                                                    +
                                                                                    enum FrameFormat
                                                                                    + +
                                                                                    enum FrameFormat
                                                                                    +
                                                                                    Package:dji.v5.manager.interfaces
                                                                                    +
                                                                                    Description:
                                                                                    +

                                                                                    The format of the video stream data.

                                                                                    Supported since MSDK 5.8.0

                                                                                    +
                                                                                    Enum Members:
                                                                                    +
                                                                                    YUV420_888YUV420_888
                                                                                    YUV444_888YUV444_888
                                                                                    YUY2YUV2
                                                                                    NV21NV21
                                                                                    RGBA_8888RGBA_8888
                                                                                    +
                                                                                    Class Members:
                                                                                    +
                                                                                    + +
                                                                                    +
                                                                                    +
                                                                                    + +
                                                                                    + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Docs/Android_API/en/Components/IMediaDataCenter/ICameraStreamManager_AvailableCameraUpdatedListener.html b/Docs/Android_API/en/Components/IMediaDataCenter/ICameraStreamManager_AvailableCameraUpdatedListener.html new file mode 100644 index 00000000..0e04bf04 --- /dev/null +++ b/Docs/Android_API/en/Components/IMediaDataCenter/ICameraStreamManager_AvailableCameraUpdatedListener.html @@ -0,0 +1,685 @@ + + + + + + + DJI Mobile SDK Documentation + + + + +
                                                                                    +
                                                                                    +
                                                                                    +
                                                                                    +
                                                                                    +
                                                                                    +
                                                                                    + + +
                                                                                    +
                                                                                    +
                                                                                    +
                                                                                    +
                                                                                      +
                                                                                      +
                                                                                      +
                                                                                        +
                                                                                        +
                                                                                        +
                                                                                        + +
                                                                                        +
                                                                                        +

                                                                                        class AvailableCameraUpdatedListener

                                                                                        +
                                                                                        interface AvailableCameraUpdatedListener
                                                                                        +
                                                                                        Package:dji.v5.manager.interfaces
                                                                                        +
                                                                                        Description:
                                                                                        +

                                                                                        Available camera listener

                                                                                        Supported since MSDK 5.8.0

                                                                                        +
                                                                                        Class Members:
                                                                                        +
                                                                                        +
                                                                                        method onAvailableCameraUpdated
                                                                                        + +
                                                                                        @MainThread
                                                                                        void onAvailableCameraUpdated(@NonNull List<ComponentIndexType> availableCameraList)
                                                                                        +
                                                                                        Package:dji.v5.manager.interfaces
                                                                                        +
                                                                                        Description:
                                                                                        +

                                                                                        When the available camera list changed, this method will be called back.

                                                                                        Supported since MSDK 5.8.0

                                                                                        +
                                                                                        Input Parameters:
                                                                                        +
                                                                                        @NonNull List<ComponentIndexType> availableCameraListAvailable camera list.
                                                                                        + +
                                                                                        +
                                                                                        +
                                                                                        + +
                                                                                        + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Docs/Android_API/en/Components/IMediaDataCenter/ICameraStreamManager_CameraFrameListener.html b/Docs/Android_API/en/Components/IMediaDataCenter/ICameraStreamManager_CameraFrameListener.html new file mode 100644 index 00000000..1bb1ea36 --- /dev/null +++ b/Docs/Android_API/en/Components/IMediaDataCenter/ICameraStreamManager_CameraFrameListener.html @@ -0,0 +1,685 @@ + + + + + + + DJI Mobile SDK Documentation + + + + +
                                                                                        +
                                                                                        +
                                                                                        +
                                                                                        +
                                                                                        +
                                                                                        +
                                                                                        + + +
                                                                                        +
                                                                                        +
                                                                                        +
                                                                                        +
                                                                                          +
                                                                                          +
                                                                                          +
                                                                                            +
                                                                                            +
                                                                                            +
                                                                                            + +
                                                                                            +
                                                                                            +

                                                                                            class CameraFrameListener

                                                                                            +
                                                                                            interface CameraFrameListener
                                                                                            +
                                                                                            Package:dji.v5.manager.interfaces
                                                                                            +
                                                                                            Description:
                                                                                            +

                                                                                            video frame data listener.

                                                                                            Supported since MSDK 5.8.0

                                                                                            +
                                                                                            Class Members:
                                                                                            +
                                                                                            method
                                                                                            +
                                                                                            method onFrame
                                                                                            + +
                                                                                            @WorkerThread
                                                                                            void onFrame(@NonNull byte[] frameData,
                                                                                            int offset,
                                                                                            int length,
                                                                                            int width,
                                                                                            int height,
                                                                                            @NonNull FrameFormat format)
                                                                                            +
                                                                                            Package:dji.v5.manager.interfaces
                                                                                            +
                                                                                            Description:
                                                                                            +

                                                                                            When the video frame data is received, this method will be called back.

                                                                                            Supported since MSDK 5.8.0

                                                                                            +
                                                                                            Input Parameters:
                                                                                            +
                                                                                            @NonNull byte[] frameDatavideo frame data.
                                                                                            int offsetvideo frame data offset.
                                                                                            int lengthvideo frame data length.
                                                                                            int widthvideo frame data width.
                                                                                            int heightvideo frame data height.
                                                                                            @NonNull FrameFormat formatvideo frame data format.
                                                                                            + +
                                                                                            +
                                                                                            +
                                                                                            + +
                                                                                            + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Docs/Android_API/en/Components/IMediaDataCenter/ICameraStreamManager_OnAvailableCameraUpdatedListener.html b/Docs/Android_API/en/Components/IMediaDataCenter/ICameraStreamManager_OnAvailableCameraUpdatedListener.html new file mode 100644 index 00000000..48a36b66 --- /dev/null +++ b/Docs/Android_API/en/Components/IMediaDataCenter/ICameraStreamManager_OnAvailableCameraUpdatedListener.html @@ -0,0 +1,685 @@ + + + + + + + DJI Mobile SDK Documentation + + + + +
                                                                                            +
                                                                                            +
                                                                                            +
                                                                                            +
                                                                                            +
                                                                                            +
                                                                                            + + +
                                                                                            +
                                                                                            +
                                                                                            +
                                                                                            +
                                                                                              +
                                                                                              +
                                                                                              +
                                                                                                +
                                                                                                +
                                                                                                +
                                                                                                + +
                                                                                                +
                                                                                                +

                                                                                                class OnAvailableCameraUpdatedListener

                                                                                                +
                                                                                                interface OnAvailableCameraUpdatedListener
                                                                                                +
                                                                                                Package:dji.v5.manager.interfaces
                                                                                                +
                                                                                                Description:
                                                                                                +

                                                                                                Available camera listener

                                                                                                Supported since MSDK 5.8.0

                                                                                                +
                                                                                                Class Members:
                                                                                                +
                                                                                                +
                                                                                                method onAvailableCameraUpdated
                                                                                                + +
                                                                                                @MainThread
                                                                                                void onAvailableCameraUpdated(@NonNull List<ComponentIndexType> availableCameraList)
                                                                                                +
                                                                                                Package:dji.v5.manager.interfaces
                                                                                                +
                                                                                                Description:
                                                                                                +

                                                                                                When the available camera list changed, this method will be called back.

                                                                                                Supported since MSDK 5.8.0

                                                                                                +
                                                                                                Input Parameters:
                                                                                                +
                                                                                                @NonNull List<ComponentIndexType> availableCameraListAvailable camera list.
                                                                                                + +
                                                                                                +
                                                                                                +
                                                                                                + +
                                                                                                + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Docs/Android_API/en/Components/IMediaDataCenter/ICameraStreamManager_OnCameraFrameListener.html b/Docs/Android_API/en/Components/IMediaDataCenter/ICameraStreamManager_OnCameraFrameListener.html new file mode 100644 index 00000000..a2eca7d5 --- /dev/null +++ b/Docs/Android_API/en/Components/IMediaDataCenter/ICameraStreamManager_OnCameraFrameListener.html @@ -0,0 +1,685 @@ + + + + + + + DJI Mobile SDK Documentation + + + + +
                                                                                                +
                                                                                                +
                                                                                                +
                                                                                                +
                                                                                                +
                                                                                                +
                                                                                                + + +
                                                                                                +
                                                                                                +
                                                                                                +
                                                                                                +
                                                                                                  +
                                                                                                  +
                                                                                                  +
                                                                                                    +
                                                                                                    +
                                                                                                    +
                                                                                                    + +
                                                                                                    +
                                                                                                    +

                                                                                                    class OnCameraFrameListener

                                                                                                    +
                                                                                                    interface OnCameraFrameListener
                                                                                                    +
                                                                                                    Package:dji.v5.manager.interfaces
                                                                                                    +
                                                                                                    Description:
                                                                                                    +

                                                                                                    video frame data listener.

                                                                                                    Supported since MSDK 5.8.0

                                                                                                    +
                                                                                                    Class Members:
                                                                                                    +
                                                                                                    method
                                                                                                    +
                                                                                                    method onFrame
                                                                                                    + +
                                                                                                    @WorkerThread
                                                                                                    void onFrame(@NonNull byte[] frameData,
                                                                                                    int offset,
                                                                                                    int length,
                                                                                                    int width,
                                                                                                    int height,
                                                                                                    @NonNull FrameFormat format)
                                                                                                    +
                                                                                                    Package:dji.v5.manager.interfaces
                                                                                                    +
                                                                                                    Description:
                                                                                                    +

                                                                                                    When the video frame data is received, this method will be called back.

                                                                                                    Supported since MSDK 5.8.0

                                                                                                    +
                                                                                                    Input Parameters:
                                                                                                    +
                                                                                                    @NonNull byte[] frameDatavideo frame data.
                                                                                                    int offsetvideo frame data offset.
                                                                                                    int lengthvideo frame data length.
                                                                                                    int widthvideo frame data width.
                                                                                                    int heightvideo frame data height.
                                                                                                    @NonNull FrameFormat formatvideo frame data format.
                                                                                                    + +
                                                                                                    +
                                                                                                    +
                                                                                                    + +
                                                                                                    + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Docs/Android_API/en/Components/IMediaDataCenter/ICameraStreamManager_OnReceiveStreamListener.html b/Docs/Android_API/en/Components/IMediaDataCenter/ICameraStreamManager_OnReceiveStreamListener.html new file mode 100644 index 00000000..1d2f3df7 --- /dev/null +++ b/Docs/Android_API/en/Components/IMediaDataCenter/ICameraStreamManager_OnReceiveStreamListener.html @@ -0,0 +1,685 @@ + + + + + + + DJI Mobile SDK Documentation + + + + +
                                                                                                    +
                                                                                                    +
                                                                                                    +
                                                                                                    +
                                                                                                    +
                                                                                                    +
                                                                                                    + + +
                                                                                                    +
                                                                                                    +
                                                                                                    +
                                                                                                    +
                                                                                                      +
                                                                                                      +
                                                                                                      +
                                                                                                        +
                                                                                                        +
                                                                                                        +
                                                                                                        + +
                                                                                                        +
                                                                                                        +

                                                                                                        class OnReceiveStreamListener

                                                                                                        +
                                                                                                        interface OnReceiveStreamListener
                                                                                                        +
                                                                                                        Package:dji.v5.manager.interfaces
                                                                                                        +
                                                                                                        Description:
                                                                                                        +

                                                                                                        video stream data listener

                                                                                                        Supported since MSDK 5.8.0

                                                                                                        +
                                                                                                        Class Members:
                                                                                                        +
                                                                                                        +
                                                                                                        method onReceiveStream
                                                                                                        + +
                                                                                                        @WorkerThread
                                                                                                        void onReceiveStream(
                                                                                                        @NonNull byte[] data,
                                                                                                        int offset,
                                                                                                        int length,
                                                                                                        @NonNull StreamInfo info)
                                                                                                        +
                                                                                                        Package:dji.v5.manager.interfaces
                                                                                                        +
                                                                                                        Description:
                                                                                                        +

                                                                                                        When the video stream data is received, this method will be called back.

                                                                                                        Supported since MSDK 5.8.0

                                                                                                        +
                                                                                                        Input Parameters:
                                                                                                        +
                                                                                                        @NonNull byte[] datavideo stream data.
                                                                                                        int offsetvideo stream data offset.
                                                                                                        int lengthvideo stream data length.
                                                                                                        @NonNull StreamInfo infovideo stream data information.
                                                                                                        + +
                                                                                                        +
                                                                                                        +
                                                                                                        + +
                                                                                                        + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Docs/Android_API/en/Components/IMediaDataCenter/ICameraStreamManager_ReceiveStreamListener.html b/Docs/Android_API/en/Components/IMediaDataCenter/ICameraStreamManager_ReceiveStreamListener.html new file mode 100644 index 00000000..6d33fad0 --- /dev/null +++ b/Docs/Android_API/en/Components/IMediaDataCenter/ICameraStreamManager_ReceiveStreamListener.html @@ -0,0 +1,685 @@ + + + + + + + DJI Mobile SDK Documentation + + + + +
                                                                                                        +
                                                                                                        +
                                                                                                        +
                                                                                                        +
                                                                                                        +
                                                                                                        +
                                                                                                        + + +
                                                                                                        +
                                                                                                        +
                                                                                                        +
                                                                                                        +
                                                                                                          +
                                                                                                          +
                                                                                                          +
                                                                                                            +
                                                                                                            +
                                                                                                            +
                                                                                                            + +
                                                                                                            +
                                                                                                            +

                                                                                                            class ReceiveStreamListener

                                                                                                            +
                                                                                                            interface ReceiveStreamListener
                                                                                                            +
                                                                                                            Package:dji.v5.manager.interfaces
                                                                                                            +
                                                                                                            Description:
                                                                                                            +

                                                                                                            video stream data listener

                                                                                                            Supported since MSDK 5.8.0

                                                                                                            +
                                                                                                            Class Members:
                                                                                                            +
                                                                                                            +
                                                                                                            method onReceiveStream
                                                                                                            + +
                                                                                                            @WorkerThread
                                                                                                            void onReceiveStream(
                                                                                                            @NonNull byte[] data,
                                                                                                            int offset,
                                                                                                            int length,
                                                                                                            @NonNull StreamInfo info)
                                                                                                            +
                                                                                                            Package:dji.v5.manager.interfaces
                                                                                                            +
                                                                                                            Description:
                                                                                                            +

                                                                                                            When the video stream data is received, this method will be called back.

                                                                                                            Supported since MSDK 5.8.0

                                                                                                            +
                                                                                                            Input Parameters:
                                                                                                            +
                                                                                                            @NonNull byte[] datavideo stream data.
                                                                                                            int offsetvideo stream data offset.
                                                                                                            int lengthvideo stream data length.
                                                                                                            @NonNull StreamInfo infovideo stream data information.
                                                                                                            + +
                                                                                                            +
                                                                                                            +
                                                                                                            + +
                                                                                                            + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Docs/Android_API/en/Components/IMediaDataCenter/ICameraStreamManager_StreamInfo.html b/Docs/Android_API/en/Components/IMediaDataCenter/ICameraStreamManager_StreamInfo.html new file mode 100644 index 00000000..b756b10b --- /dev/null +++ b/Docs/Android_API/en/Components/IMediaDataCenter/ICameraStreamManager_StreamInfo.html @@ -0,0 +1,730 @@ + + + + + + + DJI Mobile SDK Documentation + + + + +
                                                                                                            +
                                                                                                            +
                                                                                                            +
                                                                                                            +
                                                                                                            +
                                                                                                            +
                                                                                                            + + +
                                                                                                            +
                                                                                                            +
                                                                                                            +
                                                                                                            +
                                                                                                              +
                                                                                                              +
                                                                                                              +
                                                                                                                +
                                                                                                                +
                                                                                                                +
                                                                                                                + +
                                                                                                                +
                                                                                                                +

                                                                                                                class StreamInfo

                                                                                                                +
                                                                                                                class StreamInfo
                                                                                                                +
                                                                                                                Package:dji.v5.manager.datacenter.camera
                                                                                                                +
                                                                                                                Description:
                                                                                                                +

                                                                                                                The video stream information class, which can obtain the width, height, frame rate and other information of the video stream.

                                                                                                                Supported since MSDK 5.8.0

                                                                                                                +
                                                                                                                Class Members:
                                                                                                                +
                                                                                                                +
                                                                                                                method getMimeType
                                                                                                                + +
                                                                                                                ICameraStreamManager.MimeType getMimeType()
                                                                                                                +
                                                                                                                Package:dji.v5.manager.datacenter.camera
                                                                                                                +
                                                                                                                Description:
                                                                                                                +

                                                                                                                Gets the mime type of the video stream.

                                                                                                                +
                                                                                                                Return:
                                                                                                                +
                                                                                                                ICameraStreamManager.MimeTypeReturns the mime type of the video stream.
                                                                                                                +
                                                                                                                method
                                                                                                                +
                                                                                                                method getWidth
                                                                                                                + +
                                                                                                                int getWidth()
                                                                                                                +
                                                                                                                Package:dji.v5.manager.datacenter.camera
                                                                                                                +
                                                                                                                Description:
                                                                                                                +

                                                                                                                Gets the width of the video stream.

                                                                                                                +
                                                                                                                Return:
                                                                                                                +
                                                                                                                intReturns the width of the video stream.
                                                                                                                +
                                                                                                                method
                                                                                                                +
                                                                                                                method getHeight
                                                                                                                + +
                                                                                                                int getHeight()
                                                                                                                +
                                                                                                                Package:dji.v5.manager.datacenter.camera
                                                                                                                +
                                                                                                                Description:
                                                                                                                +

                                                                                                                Gets the height of the video stream.

                                                                                                                +
                                                                                                                Return:
                                                                                                                +
                                                                                                                intReturns the height of the video stream.
                                                                                                                +
                                                                                                                +
                                                                                                                method getFrameRate
                                                                                                                + +
                                                                                                                int getFrameRate()
                                                                                                                +
                                                                                                                Package:dji.v5.manager.datacenter.camera
                                                                                                                +
                                                                                                                Description:
                                                                                                                +

                                                                                                                Gets the frame rate of the video stream.

                                                                                                                +
                                                                                                                Return:
                                                                                                                +
                                                                                                                intReturns the frame rate of the video stream.
                                                                                                                +
                                                                                                                +
                                                                                                                method getPresentationTimeMs
                                                                                                                + +
                                                                                                                long getPresentationTimeMs()
                                                                                                                +
                                                                                                                Package:dji.v5.manager.datacenter.camera
                                                                                                                +
                                                                                                                Description:
                                                                                                                +

                                                                                                                Gets the presentation time stamp of the video stream. Unit: milliseconds.

                                                                                                                +
                                                                                                                Return:
                                                                                                                +
                                                                                                                longReturns the presentation time stamp of the video stream.
                                                                                                                +
                                                                                                                +
                                                                                                                method isKeyFrame
                                                                                                                + +
                                                                                                                boolean isKeyFrame()
                                                                                                                +
                                                                                                                Package:dji.v5.manager.datacenter.camera
                                                                                                                +
                                                                                                                Description:
                                                                                                                +

                                                                                                                Gets if the current frame of video stream data is key frame.

                                                                                                                +
                                                                                                                Return:
                                                                                                                +
                                                                                                                booleantrue indicates that the current frame of video stream data is key frame.
                                                                                                                + +
                                                                                                                +
                                                                                                                +
                                                                                                                + +
                                                                                                                + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Docs/Android_API/en/Components/IMediaDataCenter/ILiveStreamManager.html b/Docs/Android_API/en/Components/IMediaDataCenter/ILiveStreamManager.html index f9da2c77..cce2bd77 100644 --- a/Docs/Android_API/en/Components/IMediaDataCenter/ILiveStreamManager.html +++ b/Docs/Android_API/en/Components/IMediaDataCenter/ILiveStreamManager.html @@ -228,8 +228,6 @@
                                                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                +
                                                                                                                ICameraStreamManager + +
                                                                                                                IMediaManager
                                                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                FlySafeNotificationListener
                                                                                                                +
                                                                                                                FlySafeDatabaseListener +
                                                                                                                +
                                                                                                                FlySafeDatabaseInfo +
                                                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                                                RealTimeTransimissionStateListener
                                                                                                                +
                                                                                                                MegaphoneInfoListener +
                                                                                                                +
                                                                                                                MegaphoneInfo +
                                                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                UARegistrationNumberStatusListener
                                                                                                                +
                                                                                                                OperatorRegistrationNumberStatus +
                                                                                                                +
                                                                                                                OperatorRegistrationNumberStatusListener +
                                                                                                                +
                                                                                                                RealNameRegistrationStatus +
                                                                                                                +
                                                                                                                RealNameRegistrationStatusListener +
                                                                                                                ILDMManager @@ -594,7 +622,7 @@
                                                                                                                Return:
                                                                                                                method setLiveStreamSettings
                                                                                                                -
                                                                                                                void  setLiveStreamSettings(LiveStreamSettings settings)
                                                                                                                +
                                                                                                                void setLiveStreamSettings(LiveStreamSettings settings)
                                                                                                                Package:dji.v5.manager.interfaces
                                                                                                                Description:

                                                                                                                Set live stream settings.

                                                                                                                Supported since MSDK 5.0.0

                                                                                                                @@ -612,110 +640,130 @@
                                                                                                                Return:
                                                                                                                method setVideoChannelType
                                                                                                                -
                                                                                                                void setVideoChannelType(VideoChannelType videoChannelType)
                                                                                                                +
                                                                                                                @Deprecated
                                                                                                                void setVideoChannelType(VideoChannelType videoChannelType)
                                                                                                                Package:dji.v5.manager.interfaces
                                                                                                                Description:
                                                                                                                -

                                                                                                                Set the video channel for live streaming.

                                                                                                                Supported since MSDK 5.0.0

                                                                                                                +

                                                                                                                Set the video channel for live streaming.
                                                                                                                Note:
                                                                                                                +This interface is deprecated starting from MSDK 5.8.0. Please call setCameraIndex to set the camera index to live stream.
                                                                                                                +

                                                                                                                Supported since MSDK 5.0.0

                                                                                                                Input Parameters:
                                                                                                                VideoChannelType videoChannelTypeThe type of video channel.
                                                                                                                method getVideoChannelType
                                                                                                                -
                                                                                                                VideoChannelType getVideoChannelType()
                                                                                                                +
                                                                                                                @Deprecated
                                                                                                                VideoChannelType getVideoChannelType()
                                                                                                                Package:dji.v5.manager.interfaces
                                                                                                                Description:
                                                                                                                -

                                                                                                                Get the type of video channel for live streaming.

                                                                                                                Supported since MSDK 5.0.0

                                                                                                                +

                                                                                                                Get the type of video channel for live streaming.
                                                                                                                Note:
                                                                                                                This interface is deprecated starting from MSDK 5.8.0. Please call getCameraIndex to get the camera index.


                                                                                                                Supported since MSDK 5.0.0

                                                                                                                Return:
                                                                                                                VideoChannelTypeReturn the type of video channel.
                                                                                                                +
                                                                                                                +
                                                                                                                method setCameraIndex
                                                                                                                + +
                                                                                                                void setCameraIndex(@NonNull ComponentIndexType cameraIndex)
                                                                                                                +
                                                                                                                Package:dji.v5.manager.interfaces
                                                                                                                +
                                                                                                                Description:
                                                                                                                +

                                                                                                                Set the camera index that needs to live stream.

                                                                                                                Supported since MSDK 5.8.0

                                                                                                                +
                                                                                                                Input Parameters:
                                                                                                                +
                                                                                                                @NonNull ComponentIndexType cameraIndexCamera index set for live stream.
                                                                                                                +
                                                                                                                +
                                                                                                                method getCameraIndex
                                                                                                                + +
                                                                                                                ComponentIndexType getCameraIndex()
                                                                                                                +
                                                                                                                Package:dji.v5.manager.interfaces
                                                                                                                +
                                                                                                                Description:
                                                                                                                +

                                                                                                                Gets the set camera index.

                                                                                                                Supported since MSDK 5.8.0

                                                                                                                +
                                                                                                                Return:
                                                                                                                +
                                                                                                                ComponentIndexTypeReturns the set camera index.
                                                                                                                method startStream
                                                                                                                void startStream(CommonCallbacks.CompletionCallback callback)
                                                                                                                Package:dji.v5.manager.interfaces
                                                                                                                -
                                                                                                                Description:
                                                                                                                +
                                                                                                                Description:

                                                                                                                Start live streaming.

                                                                                                                Supported since MSDK 5.0.0

                                                                                                                -
                                                                                                                Input Parameters:
                                                                                                                +
                                                                                                                Input Parameters:
                                                                                                                CommonCallbacks.CompletionCallback callbackReturn the result of execution.
                                                                                                                method stopStream
                                                                                                                void stopStream(CommonCallbacks.CompletionCallback callback)
                                                                                                                Package:dji.v5.manager.interfaces
                                                                                                                -
                                                                                                                Description:
                                                                                                                +
                                                                                                                Description:

                                                                                                                Stop live streaming.

                                                                                                                Supported since MSDK 5.0.0

                                                                                                                -
                                                                                                                Input Parameters:
                                                                                                                +
                                                                                                                Input Parameters:
                                                                                                                CommonCallbacks.CompletionCallback callbackReturn the result of execution.
                                                                                                                method setLiveStreamQuality
                                                                                                                void setLiveStreamQuality(StreamQuality quality)
                                                                                                                Package:dji.v5.manager.interfaces
                                                                                                                -
                                                                                                                Description:
                                                                                                                +
                                                                                                                Description:

                                                                                                                Set the type of live stream video quality.

                                                                                                                Supported since MSDK 5.0.0

                                                                                                                -
                                                                                                                Input Parameters:
                                                                                                                +
                                                                                                                Input Parameters:
                                                                                                                StreamQuality qualityThe type of live stream video quality.
                                                                                                                method getLiveStreamQuality
                                                                                                                StreamQuality getLiveStreamQuality()
                                                                                                                Package:dji.v5.manager.interfaces
                                                                                                                -
                                                                                                                Description:
                                                                                                                +
                                                                                                                Description:

                                                                                                                Get the type of live stream video quality.

                                                                                                                Supported since MSDK 5.0.0

                                                                                                                -
                                                                                                                Return:
                                                                                                                +
                                                                                                                Return:
                                                                                                                StreamQualityReturn the type of live stream video quality.
                                                                                                                method setLiveVideoBitrateMode
                                                                                                                void setLiveVideoBitrateMode(LiveVideoBitrateMode bitrateMode)
                                                                                                                Package:dji.v5.manager.interfaces
                                                                                                                -
                                                                                                                Description:
                                                                                                                +
                                                                                                                Description:

                                                                                                                Set the mode of live stream video bit rate. Under AUTO mode, MSDK will set the live stream video bit rate automatically. Under MANUAL mode, you can callsetLiveVideoBitrateto set the live stream video bit rate.

                                                                                                                Supported since MSDK 5.0.0

                                                                                                                -
                                                                                                                Input Parameters:
                                                                                                                +
                                                                                                                Input Parameters:
                                                                                                                LiveVideoBitrateMode bitrateModeThe mode of live stream video bit rate.
                                                                                                                method getLiveVideoBitrateMode
                                                                                                                LiveVideoBitrateMode getLiveVideoBitrateMode()
                                                                                                                Package:dji.v5.manager.interfaces
                                                                                                                -
                                                                                                                Description:
                                                                                                                +
                                                                                                                Description:

                                                                                                                Get the mode of live stream video bitrate.

                                                                                                                Supported since MSDK 5.0.0

                                                                                                                -
                                                                                                                Return:
                                                                                                                +
                                                                                                                Return:
                                                                                                                LiveVideoBitrateModeReturn the mode of live stream video bitrate.
                                                                                                                method setLiveVideoBitrate
                                                                                                                void setLiveVideoBitrate(int bitrate)
                                                                                                                Package:dji.v5.manager.interfaces
                                                                                                                -
                                                                                                                Description:
                                                                                                                +
                                                                                                                Description:

                                                                                                                Set the live stream bitrate.

                                                                                                                Supported since MSDK 5.0.0

                                                                                                                -
                                                                                                                Input Parameters:
                                                                                                                +
                                                                                                                Input Parameters:
                                                                                                                int bitrateLive stream video bitrate.
                                                                                                                method getLiveVideoBitrate
                                                                                                                int getLiveVideoBitrate()
                                                                                                                Package:dji.v5.manager.interfaces
                                                                                                                -
                                                                                                                Description:
                                                                                                                +
                                                                                                                Description:

                                                                                                                Get the live stream video bitrate.

                                                                                                                Supported since MSDK 5.0.0

                                                                                                                -
                                                                                                                Return:
                                                                                                                +
                                                                                                                Return:
                                                                                                                intReturn the live stream video bitrate.
                                                                                                                method addLiveStreamStatusListener
                                                                                                                void addLiveStreamStatusListener(LiveStreamStatusListener listener)
                                                                                                                Package:dji.v5.manager.interfaces
                                                                                                                -
                                                                                                                Description:
                                                                                                                +
                                                                                                                Description:

                                                                                                                Add the listener of live stream status.

                                                                                                                Supported since MSDK 5.0.0

                                                                                                                -
                                                                                                                Input Parameters:
                                                                                                                +
                                                                                                                Input Parameters:
                                                                                                                LiveStreamStatusListener listenerThe listener of live stream status
                                                                                                                method removeLiveStreamStatusListener
                                                                                                                void removeLiveStreamStatusListener(LiveStreamStatusListener listener)
                                                                                                                Package:dji.v5.manager.interfaces
                                                                                                                -
                                                                                                                Description:
                                                                                                                +
                                                                                                                Description:

                                                                                                                Remove the listener of live stream status.

                                                                                                                Supported since MSDK 5.0.0

                                                                                                                -
                                                                                                                Input Parameters:
                                                                                                                +
                                                                                                                Input Parameters:
                                                                                                                LiveStreamStatusListener listenerThe listener of live stream status
                                                                                                                @@ -723,7 +771,7 @@
                                                                                                                enum LiveStreamType
                                                                                                                Package:dji.v5.manager.datacenter.livestream
                                                                                                                -
                                                                                                                Description:
                                                                                                                +
                                                                                                                Description:

                                                                                                                The type of live stream protocol.

                                                                                                                Supported since MSDK 5.0.0

                                                                                                                Enum Members:
                                                                                                                RTMPRTMP type.
                                                                                                                RTSPRTSP type.
                                                                                                                GB28181GB28181 type.
                                                                                                                AGORAAgora type.
                                                                                                                @@ -734,7 +782,7 @@
                                                                                                                Class Members:
                                                                                                                enum StreamQuality
                                                                                                                Package:dji.v5.manager.datacenter.livestream
                                                                                                                -
                                                                                                                Description:
                                                                                                                +
                                                                                                                Description:

                                                                                                                The type of live video stream quality.

                                                                                                                Supported since MSDK 5.0.0

                                                                                                                Enum Members:
                                                                                                                SDStandard definition, resolution is 960*540, FPS is 30, bit rate is about 500KByte/s.
                                                                                                                HDHigh definition, resolution is 1280*720, FPS is 30, bit rate is about 1MByte/s.
                                                                                                                FULL_HDFull high definition, resolution is 1920*1080, FPS is 30, bit rate is about 3MByte/s.
                                                                                                                @@ -745,7 +793,7 @@
                                                                                                                Class Members:
                                                                                                                enum LiveVideoBitrateMode
                                                                                                                Package:dji.v5.manager.datacenter.livestream
                                                                                                                -
                                                                                                                Description:
                                                                                                                +
                                                                                                                Description:

                                                                                                                The mode of live stream video bitrate.

                                                                                                                Supported since MSDK 5.0.0

                                                                                                                Enum Members:
                                                                                                                AUTOAUTO. Under this mode, the MSDK will set the bitrate automatically according to fluency of live video.
                                                                                                                MANUALMANUAL, the default mode of live video bitrate mode. The deafult bit rate is 2*1024kbps.
                                                                                                                diff --git a/Docs/Android_API/en/Components/IMediaDataCenter/ILiveStreamManager_LiveStreamSettings.html b/Docs/Android_API/en/Components/IMediaDataCenter/ILiveStreamManager_LiveStreamSettings.html index 56f86a39..159f51b1 100644 --- a/Docs/Android_API/en/Components/IMediaDataCenter/ILiveStreamManager_LiveStreamSettings.html +++ b/Docs/Android_API/en/Components/IMediaDataCenter/ILiveStreamManager_LiveStreamSettings.html @@ -228,8 +228,6 @@
                                                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                +
                                                                                                                ICameraStreamManager + +
                                                                                                                IMediaManager
                                                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                FlySafeNotificationListener
                                                                                                                +
                                                                                                                FlySafeDatabaseListener +
                                                                                                                +
                                                                                                                FlySafeDatabaseInfo +
                                                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                                                RealTimeTransimissionStateListener
                                                                                                                +
                                                                                                                MegaphoneInfoListener +
                                                                                                                +
                                                                                                                MegaphoneInfo +
                                                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                UARegistrationNumberStatusListener
                                                                                                                +
                                                                                                                OperatorRegistrationNumberStatus +
                                                                                                                +
                                                                                                                OperatorRegistrationNumberStatusListener +
                                                                                                                +
                                                                                                                RealNameRegistrationStatus +
                                                                                                                +
                                                                                                                RealNameRegistrationStatusListener +
                                                                                                                ILDMManager diff --git a/Docs/Android_API/en/Components/IMediaDataCenter/ILiveStreamManager_LiveStreamSettings_AgoraSettings.html b/Docs/Android_API/en/Components/IMediaDataCenter/ILiveStreamManager_LiveStreamSettings_AgoraSettings.html index 714520c6..3128e2cd 100644 --- a/Docs/Android_API/en/Components/IMediaDataCenter/ILiveStreamManager_LiveStreamSettings_AgoraSettings.html +++ b/Docs/Android_API/en/Components/IMediaDataCenter/ILiveStreamManager_LiveStreamSettings_AgoraSettings.html @@ -228,8 +228,6 @@
                                                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                +
                                                                                                                ICameraStreamManager + +
                                                                                                                IMediaManager
                                                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                FlySafeNotificationListener
                                                                                                                +
                                                                                                                FlySafeDatabaseListener +
                                                                                                                +
                                                                                                                FlySafeDatabaseInfo +
                                                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                                                RealTimeTransimissionStateListener
                                                                                                                +
                                                                                                                MegaphoneInfoListener +
                                                                                                                +
                                                                                                                MegaphoneInfo +
                                                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                UARegistrationNumberStatusListener
                                                                                                                +
                                                                                                                OperatorRegistrationNumberStatus +
                                                                                                                +
                                                                                                                OperatorRegistrationNumberStatusListener +
                                                                                                                +
                                                                                                                RealNameRegistrationStatus +
                                                                                                                +
                                                                                                                RealNameRegistrationStatusListener +
                                                                                                                ILDMManager diff --git a/Docs/Android_API/en/Components/IMediaDataCenter/ILiveStreamManager_LiveStreamSettings_AgoraSettings_Builder.html b/Docs/Android_API/en/Components/IMediaDataCenter/ILiveStreamManager_LiveStreamSettings_AgoraSettings_Builder.html index 55a59369..258a4952 100644 --- a/Docs/Android_API/en/Components/IMediaDataCenter/ILiveStreamManager_LiveStreamSettings_AgoraSettings_Builder.html +++ b/Docs/Android_API/en/Components/IMediaDataCenter/ILiveStreamManager_LiveStreamSettings_AgoraSettings_Builder.html @@ -228,8 +228,6 @@
                                                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                +
                                                                                                                ICameraStreamManager + +
                                                                                                                IMediaManager
                                                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                FlySafeNotificationListener
                                                                                                                +
                                                                                                                FlySafeDatabaseListener +
                                                                                                                +
                                                                                                                FlySafeDatabaseInfo +
                                                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                                                RealTimeTransimissionStateListener
                                                                                                                +
                                                                                                                MegaphoneInfoListener +
                                                                                                                +
                                                                                                                MegaphoneInfo +
                                                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                UARegistrationNumberStatusListener
                                                                                                                +
                                                                                                                OperatorRegistrationNumberStatus +
                                                                                                                +
                                                                                                                OperatorRegistrationNumberStatusListener +
                                                                                                                +
                                                                                                                RealNameRegistrationStatus +
                                                                                                                +
                                                                                                                RealNameRegistrationStatusListener +
                                                                                                                ILDMManager diff --git a/Docs/Android_API/en/Components/IMediaDataCenter/ILiveStreamManager_LiveStreamSettings_Builder.html b/Docs/Android_API/en/Components/IMediaDataCenter/ILiveStreamManager_LiveStreamSettings_Builder.html index d3db8a55..a91bd711 100644 --- a/Docs/Android_API/en/Components/IMediaDataCenter/ILiveStreamManager_LiveStreamSettings_Builder.html +++ b/Docs/Android_API/en/Components/IMediaDataCenter/ILiveStreamManager_LiveStreamSettings_Builder.html @@ -228,8 +228,6 @@
                                                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                +
                                                                                                                ICameraStreamManager + +
                                                                                                                IMediaManager
                                                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                FlySafeNotificationListener
                                                                                                                +
                                                                                                                FlySafeDatabaseListener +
                                                                                                                +
                                                                                                                FlySafeDatabaseInfo +
                                                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                                                RealTimeTransimissionStateListener
                                                                                                                +
                                                                                                                MegaphoneInfoListener +
                                                                                                                +
                                                                                                                MegaphoneInfo +
                                                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                UARegistrationNumberStatusListener
                                                                                                                +
                                                                                                                OperatorRegistrationNumberStatus +
                                                                                                                +
                                                                                                                OperatorRegistrationNumberStatusListener +
                                                                                                                +
                                                                                                                RealNameRegistrationStatus +
                                                                                                                +
                                                                                                                RealNameRegistrationStatusListener +
                                                                                                                ILDMManager diff --git a/Docs/Android_API/en/Components/IMediaDataCenter/ILiveStreamManager_LiveStreamSettings_GB28181Settings.html b/Docs/Android_API/en/Components/IMediaDataCenter/ILiveStreamManager_LiveStreamSettings_GB28181Settings.html index bc703942..3e773572 100644 --- a/Docs/Android_API/en/Components/IMediaDataCenter/ILiveStreamManager_LiveStreamSettings_GB28181Settings.html +++ b/Docs/Android_API/en/Components/IMediaDataCenter/ILiveStreamManager_LiveStreamSettings_GB28181Settings.html @@ -228,8 +228,6 @@
                                                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                +
                                                                                                                ICameraStreamManager + +
                                                                                                                IMediaManager
                                                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                FlySafeNotificationListener
                                                                                                                +
                                                                                                                FlySafeDatabaseListener +
                                                                                                                +
                                                                                                                FlySafeDatabaseInfo +
                                                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                                                RealTimeTransimissionStateListener
                                                                                                                +
                                                                                                                MegaphoneInfoListener +
                                                                                                                +
                                                                                                                MegaphoneInfo +
                                                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                UARegistrationNumberStatusListener
                                                                                                                +
                                                                                                                OperatorRegistrationNumberStatus +
                                                                                                                +
                                                                                                                OperatorRegistrationNumberStatusListener +
                                                                                                                +
                                                                                                                RealNameRegistrationStatus +
                                                                                                                +
                                                                                                                RealNameRegistrationStatusListener +
                                                                                                                ILDMManager diff --git a/Docs/Android_API/en/Components/IMediaDataCenter/ILiveStreamManager_LiveStreamSettings_GB28181Settings_Builder.html b/Docs/Android_API/en/Components/IMediaDataCenter/ILiveStreamManager_LiveStreamSettings_GB28181Settings_Builder.html index ba620eed..ce5f7e6b 100644 --- a/Docs/Android_API/en/Components/IMediaDataCenter/ILiveStreamManager_LiveStreamSettings_GB28181Settings_Builder.html +++ b/Docs/Android_API/en/Components/IMediaDataCenter/ILiveStreamManager_LiveStreamSettings_GB28181Settings_Builder.html @@ -228,8 +228,6 @@
                                                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                +
                                                                                                                ICameraStreamManager + +
                                                                                                                IMediaManager
                                                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                FlySafeNotificationListener
                                                                                                                +
                                                                                                                FlySafeDatabaseListener +
                                                                                                                +
                                                                                                                FlySafeDatabaseInfo +
                                                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                                                RealTimeTransimissionStateListener
                                                                                                                +
                                                                                                                MegaphoneInfoListener +
                                                                                                                +
                                                                                                                MegaphoneInfo +
                                                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                UARegistrationNumberStatusListener
                                                                                                                +
                                                                                                                OperatorRegistrationNumberStatus +
                                                                                                                +
                                                                                                                OperatorRegistrationNumberStatusListener +
                                                                                                                +
                                                                                                                RealNameRegistrationStatus +
                                                                                                                +
                                                                                                                RealNameRegistrationStatusListener +
                                                                                                                ILDMManager diff --git a/Docs/Android_API/en/Components/IMediaDataCenter/ILiveStreamManager_LiveStreamSettings_RtmpSettings.html b/Docs/Android_API/en/Components/IMediaDataCenter/ILiveStreamManager_LiveStreamSettings_RtmpSettings.html index 0854293d..63f92120 100644 --- a/Docs/Android_API/en/Components/IMediaDataCenter/ILiveStreamManager_LiveStreamSettings_RtmpSettings.html +++ b/Docs/Android_API/en/Components/IMediaDataCenter/ILiveStreamManager_LiveStreamSettings_RtmpSettings.html @@ -228,8 +228,6 @@
                                                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                +
                                                                                                                ICameraStreamManager + +
                                                                                                                IMediaManager
                                                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                FlySafeNotificationListener
                                                                                                                +
                                                                                                                FlySafeDatabaseListener +
                                                                                                                +
                                                                                                                FlySafeDatabaseInfo +
                                                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                                                RealTimeTransimissionStateListener
                                                                                                                +
                                                                                                                MegaphoneInfoListener +
                                                                                                                +
                                                                                                                MegaphoneInfo +
                                                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                UARegistrationNumberStatusListener
                                                                                                                +
                                                                                                                OperatorRegistrationNumberStatus +
                                                                                                                +
                                                                                                                OperatorRegistrationNumberStatusListener +
                                                                                                                +
                                                                                                                RealNameRegistrationStatus +
                                                                                                                +
                                                                                                                RealNameRegistrationStatusListener +
                                                                                                                ILDMManager diff --git a/Docs/Android_API/en/Components/IMediaDataCenter/ILiveStreamManager_LiveStreamSettings_RtmpSettings_Builder.html b/Docs/Android_API/en/Components/IMediaDataCenter/ILiveStreamManager_LiveStreamSettings_RtmpSettings_Builder.html index 7b76435d..63997dfb 100644 --- a/Docs/Android_API/en/Components/IMediaDataCenter/ILiveStreamManager_LiveStreamSettings_RtmpSettings_Builder.html +++ b/Docs/Android_API/en/Components/IMediaDataCenter/ILiveStreamManager_LiveStreamSettings_RtmpSettings_Builder.html @@ -228,8 +228,6 @@
                                                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                +
                                                                                                                ICameraStreamManager + +
                                                                                                                IMediaManager
                                                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                FlySafeNotificationListener
                                                                                                                +
                                                                                                                FlySafeDatabaseListener +
                                                                                                                +
                                                                                                                FlySafeDatabaseInfo +
                                                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                                                RealTimeTransimissionStateListener
                                                                                                                +
                                                                                                                MegaphoneInfoListener +
                                                                                                                +
                                                                                                                MegaphoneInfo +
                                                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                UARegistrationNumberStatusListener
                                                                                                                +
                                                                                                                OperatorRegistrationNumberStatus +
                                                                                                                +
                                                                                                                OperatorRegistrationNumberStatusListener +
                                                                                                                +
                                                                                                                RealNameRegistrationStatus +
                                                                                                                +
                                                                                                                RealNameRegistrationStatusListener +
                                                                                                                ILDMManager diff --git a/Docs/Android_API/en/Components/IMediaDataCenter/ILiveStreamManager_LiveStreamSettings_RtspSettings.html b/Docs/Android_API/en/Components/IMediaDataCenter/ILiveStreamManager_LiveStreamSettings_RtspSettings.html index 029a8944..a27d7813 100644 --- a/Docs/Android_API/en/Components/IMediaDataCenter/ILiveStreamManager_LiveStreamSettings_RtspSettings.html +++ b/Docs/Android_API/en/Components/IMediaDataCenter/ILiveStreamManager_LiveStreamSettings_RtspSettings.html @@ -228,8 +228,6 @@
                                                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                +
                                                                                                                ICameraStreamManager + +
                                                                                                                IMediaManager
                                                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                FlySafeNotificationListener
                                                                                                                +
                                                                                                                FlySafeDatabaseListener +
                                                                                                                +
                                                                                                                FlySafeDatabaseInfo +
                                                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                                                RealTimeTransimissionStateListener
                                                                                                                +
                                                                                                                MegaphoneInfoListener +
                                                                                                                +
                                                                                                                MegaphoneInfo +
                                                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                UARegistrationNumberStatusListener
                                                                                                                +
                                                                                                                OperatorRegistrationNumberStatus +
                                                                                                                +
                                                                                                                OperatorRegistrationNumberStatusListener +
                                                                                                                +
                                                                                                                RealNameRegistrationStatus +
                                                                                                                +
                                                                                                                RealNameRegistrationStatusListener +
                                                                                                                ILDMManager diff --git a/Docs/Android_API/en/Components/IMediaDataCenter/ILiveStreamManager_LiveStreamSettings_RtspSettings_Builder.html b/Docs/Android_API/en/Components/IMediaDataCenter/ILiveStreamManager_LiveStreamSettings_RtspSettings_Builder.html index 9d7391c9..5a914d55 100644 --- a/Docs/Android_API/en/Components/IMediaDataCenter/ILiveStreamManager_LiveStreamSettings_RtspSettings_Builder.html +++ b/Docs/Android_API/en/Components/IMediaDataCenter/ILiveStreamManager_LiveStreamSettings_RtspSettings_Builder.html @@ -228,8 +228,6 @@
                                                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                +
                                                                                                                ICameraStreamManager + +
                                                                                                                IMediaManager
                                                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                FlySafeNotificationListener
                                                                                                                +
                                                                                                                FlySafeDatabaseListener +
                                                                                                                +
                                                                                                                FlySafeDatabaseInfo +
                                                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                                                RealTimeTransimissionStateListener
                                                                                                                +
                                                                                                                MegaphoneInfoListener +
                                                                                                                +
                                                                                                                MegaphoneInfo +
                                                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                UARegistrationNumberStatusListener
                                                                                                                +
                                                                                                                OperatorRegistrationNumberStatus +
                                                                                                                +
                                                                                                                OperatorRegistrationNumberStatusListener +
                                                                                                                +
                                                                                                                RealNameRegistrationStatus +
                                                                                                                +
                                                                                                                RealNameRegistrationStatusListener +
                                                                                                                ILDMManager diff --git a/Docs/Android_API/en/Components/IMediaDataCenter/ILiveStreamManager_LiveStreamStatus.html b/Docs/Android_API/en/Components/IMediaDataCenter/ILiveStreamManager_LiveStreamStatus.html index 10880754..6a69c409 100644 --- a/Docs/Android_API/en/Components/IMediaDataCenter/ILiveStreamManager_LiveStreamStatus.html +++ b/Docs/Android_API/en/Components/IMediaDataCenter/ILiveStreamManager_LiveStreamStatus.html @@ -228,8 +228,6 @@
                                                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                +
                                                                                                                ICameraStreamManager + +
                                                                                                                IMediaManager
                                                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                FlySafeNotificationListener
                                                                                                                +
                                                                                                                FlySafeDatabaseListener +
                                                                                                                +
                                                                                                                FlySafeDatabaseInfo +
                                                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                                                RealTimeTransimissionStateListener
                                                                                                                +
                                                                                                                MegaphoneInfoListener +
                                                                                                                +
                                                                                                                MegaphoneInfo +
                                                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                UARegistrationNumberStatusListener
                                                                                                                +
                                                                                                                OperatorRegistrationNumberStatus +
                                                                                                                +
                                                                                                                OperatorRegistrationNumberStatusListener +
                                                                                                                +
                                                                                                                RealNameRegistrationStatus +
                                                                                                                +
                                                                                                                RealNameRegistrationStatusListener +
                                                                                                                ILDMManager diff --git a/Docs/Android_API/en/Components/IMediaDataCenter/ILiveStreamManager_LiveStreamStatusListener.html b/Docs/Android_API/en/Components/IMediaDataCenter/ILiveStreamManager_LiveStreamStatusListener.html index 2f8b7ba3..d322cd36 100644 --- a/Docs/Android_API/en/Components/IMediaDataCenter/ILiveStreamManager_LiveStreamStatusListener.html +++ b/Docs/Android_API/en/Components/IMediaDataCenter/ILiveStreamManager_LiveStreamStatusListener.html @@ -228,8 +228,6 @@
                                                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                +
                                                                                                                ICameraStreamManager + +
                                                                                                                IMediaManager
                                                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                FlySafeNotificationListener
                                                                                                                +
                                                                                                                FlySafeDatabaseListener +
                                                                                                                +
                                                                                                                FlySafeDatabaseInfo +
                                                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                                                RealTimeTransimissionStateListener
                                                                                                                +
                                                                                                                MegaphoneInfoListener +
                                                                                                                +
                                                                                                                MegaphoneInfo +
                                                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                UARegistrationNumberStatusListener
                                                                                                                +
                                                                                                                OperatorRegistrationNumberStatus +
                                                                                                                +
                                                                                                                OperatorRegistrationNumberStatusListener +
                                                                                                                +
                                                                                                                RealNameRegistrationStatus +
                                                                                                                +
                                                                                                                RealNameRegistrationStatusListener +
                                                                                                                ILDMManager diff --git a/Docs/Android_API/en/Components/IMediaDataCenter/ILiveStreamManager_VideoResolution.html b/Docs/Android_API/en/Components/IMediaDataCenter/ILiveStreamManager_VideoResolution.html index 8f68d11d..548a2b50 100644 --- a/Docs/Android_API/en/Components/IMediaDataCenter/ILiveStreamManager_VideoResolution.html +++ b/Docs/Android_API/en/Components/IMediaDataCenter/ILiveStreamManager_VideoResolution.html @@ -228,8 +228,6 @@
                                                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                +
                                                                                                                ICameraStreamManager + +
                                                                                                                IMediaManager
                                                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                FlySafeNotificationListener
                                                                                                                +
                                                                                                                FlySafeDatabaseListener +
                                                                                                                +
                                                                                                                FlySafeDatabaseInfo +
                                                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                                                RealTimeTransimissionStateListener
                                                                                                                +
                                                                                                                MegaphoneInfoListener +
                                                                                                                +
                                                                                                                MegaphoneInfo +
                                                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                UARegistrationNumberStatusListener
                                                                                                                +
                                                                                                                OperatorRegistrationNumberStatus +
                                                                                                                +
                                                                                                                OperatorRegistrationNumberStatusListener +
                                                                                                                +
                                                                                                                RealNameRegistrationStatus +
                                                                                                                +
                                                                                                                RealNameRegistrationStatusListener +
                                                                                                                ILDMManager diff --git a/Docs/Android_API/en/Components/IMediaDataCenter/IMediaDataCenter.html b/Docs/Android_API/en/Components/IMediaDataCenter/IMediaDataCenter.html index 3ae06958..11953d12 100644 --- a/Docs/Android_API/en/Components/IMediaDataCenter/IMediaDataCenter.html +++ b/Docs/Android_API/en/Components/IMediaDataCenter/IMediaDataCenter.html @@ -228,8 +228,6 @@
                                                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                +
                                                                                                                ICameraStreamManager + +
                                                                                                                IMediaManager
                                                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                FlySafeNotificationListener
                                                                                                                +
                                                                                                                FlySafeDatabaseListener +
                                                                                                                +
                                                                                                                FlySafeDatabaseInfo +
                                                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                                                RealTimeTransimissionStateListener
                                                                                                                +
                                                                                                                MegaphoneInfoListener +
                                                                                                                +
                                                                                                                MegaphoneInfo +
                                                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                UARegistrationNumberStatusListener
                                                                                                                +
                                                                                                                OperatorRegistrationNumberStatus +
                                                                                                                +
                                                                                                                OperatorRegistrationNumberStatusListener +
                                                                                                                +
                                                                                                                RealNameRegistrationStatus +
                                                                                                                +
                                                                                                                RealNameRegistrationStatusListener +
                                                                                                                ILDMManager @@ -580,7 +608,9 @@
                                                                                                                interface IMediaDataCenter
                                                                                                                Package:dji.v5.manager.interfaces
                                                                                                                Description:
                                                                                                                -

                                                                                                                Class that is used for managing media data center. It can be used to get an instance of VideoStreamManager, MediaManager and LiveStreamManager. It provides the video stream, media data and live stream management capability.

                                                                                                                Supported since MSDK 5.0.0

                                                                                                                +

                                                                                                                Class that is used for managing media data center. It can be used to get an instance of VideoStreamManager, MediaManager and LiveStreamManager. It provides the video stream, media data and live stream management capability.
                                                                                                                Note:
                                                                                                                +IVideoStreamManager is deprecated starting from MSDK 5.8.0. Please use ICameraStreamManager to implement video stream management related functions.
                                                                                                                +

                                                                                                                Supported since MSDK 5.0.0

                                                                                                                Class Members:
                                                                                                                method getVideoStreamManager
                                                                                                                @@ -588,29 +618,38 @@
                                                                                                                Class Members:
                                                                                                                IVideoStreamManager getVideoStreamManager()
                                                                                                                Package:dji.v5.manager.interfaces
                                                                                                                Description:
                                                                                                                -

                                                                                                                Get an instance of VideoStreamManager, this instance is used to manage the parameters and output of the video stream.
                                                                                                                Note: You need to call this method again to get the instance of VideoStreamManager again when a new DJI product is connected. The new DJI hardware product connection can be obtained through KeyConnection and KeyProductType.

                                                                                                                Supported since MSDK 5.0.0

                                                                                                                +

                                                                                                                Get an instance of VideoStreamManager, this instance is used to manage the parameters and output of the video stream.
                                                                                                                Note:
                                                                                                                1. You need to call this method again to get the instance of VideoStreamManager again when a new DJI product is connected. The new DJI hardware product connection can be obtained through KeyConnection and KeyProductType.
                                                                                                                2. This interface is deprecated starting from MSDK 5.8.0. Please call getCameraStreamManager to obtain a CameraStreamManager instance to implement video stream management related functions.


                                                                                                                Supported since MSDK 5.0.0

                                                                                                                Return:
                                                                                                                IVideoStreamManagerReturn an instance of VideoStreamManager
                                                                                                                +
                                                                                                                +
                                                                                                                method getCameraStreamManager
                                                                                                                + +
                                                                                                                ICameraStreamManager getCameraStreamManager()
                                                                                                                +
                                                                                                                Package:dji.v5.manager.interfaces
                                                                                                                +
                                                                                                                Description:
                                                                                                                +

                                                                                                                Obtain the CameraStreamManager instance, which supports functions such as camera lens video stream display, frame data and video stream data acquisition. CameraStreamManager has an abstract design for VideoStreamManager, shielding the concept of underlying VideoChannel. Make video stream management simpler and more stable. It is recommended that you use CameraStreamManager instead of VideoStreamManager to implement video stream management related functions.

                                                                                                                Supported since MSDK 5.8.0

                                                                                                                +
                                                                                                                Return:
                                                                                                                +
                                                                                                                ICameraStreamManagerReturn an instance of CameraStreamManager.
                                                                                                                method getMediaManager
                                                                                                                IMediaManager getMediaManager()
                                                                                                                Package:dji.v5.manager.interfaces
                                                                                                                -
                                                                                                                Description:
                                                                                                                +
                                                                                                                Description:

                                                                                                                Get instance of MediaManager. This instance is used to manage the camera functions such as media file list download, media file preview, download and video playback.

                                                                                                                Supported since MSDK 5.0.0

                                                                                                                -
                                                                                                                Return:
                                                                                                                +
                                                                                                                Return:
                                                                                                                IMediaManagerReturn an instance of MediaManager.
                                                                                                                method getLiveStreamManager
                                                                                                                ILiveStreamManager getLiveStreamManager()
                                                                                                                Package:dji.v5.manager.interfaces
                                                                                                                -
                                                                                                                Description:
                                                                                                                +
                                                                                                                Description:

                                                                                                                Get an instance of LiveStreamManager, this instance is used to configure the live stream settings, start and stop the live streaming.

                                                                                                                Supported since MSDK 5.0.0

                                                                                                                -
                                                                                                                Return:
                                                                                                                +
                                                                                                                Return:
                                                                                                                ILiveStreamManagerReturn an instance of LiveStreamManager.
                                                                                                                - + diff --git a/Docs/Android_API/en/Components/IMediaDataCenter/IMediaManager.html b/Docs/Android_API/en/Components/IMediaDataCenter/IMediaManager.html index d24d06f7..f81e52e5 100644 --- a/Docs/Android_API/en/Components/IMediaDataCenter/IMediaManager.html +++ b/Docs/Android_API/en/Components/IMediaDataCenter/IMediaManager.html @@ -228,8 +228,6 @@
                                                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                +
                                                                                                                ICameraStreamManager + +
                                                                                                                IMediaManager
                                                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                FlySafeNotificationListener
                                                                                                                +
                                                                                                                FlySafeDatabaseListener +
                                                                                                                +
                                                                                                                FlySafeDatabaseInfo +
                                                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                                                RealTimeTransimissionStateListener
                                                                                                                +
                                                                                                                MegaphoneInfoListener +
                                                                                                                +
                                                                                                                MegaphoneInfo +
                                                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                UARegistrationNumberStatusListener
                                                                                                                +
                                                                                                                OperatorRegistrationNumberStatus +
                                                                                                                +
                                                                                                                OperatorRegistrationNumberStatusListener +
                                                                                                                +
                                                                                                                RealNameRegistrationStatus +
                                                                                                                +
                                                                                                                RealNameRegistrationStatusListener +
                                                                                                                ILDMManager @@ -585,7 +613,7 @@
                                                                                                                Class Members:
                                                                                                                method
                                                                                                                method enable
                                                                                                                -
                                                                                                                void enable( CommonCallbacks.CompletionCallback callback)
                                                                                                                +
                                                                                                                void enable(CommonCallbacks.CompletionCallback callback)
                                                                                                                Package:dji.v5.manager.interfaces
                                                                                                                Description:

                                                                                                                Enter the media file management module. Calling this interface, camera will enter media file management module. In this mode, you can pull media file list and playback the video in camera. At this time , camera will no be able to take photo and record, image transmission can not be display normally. It is suggested that you call this interface when you enter the album.

                                                                                                                Supported since MSDK 5.0.0

                                                                                                                @@ -700,72 +728,86 @@
                                                                                                                Input Parameters:
                                                                                                                method
                                                                                                                method playVideo
                                                                                                                -
                                                                                                                void playVideo(MediaFile mediaFile, CommonCallbacks.CompletionCallbackWithParam<IVideoFrame> callback)
                                                                                                                +
                                                                                                                @Deprecated
                                                                                                                void playVideo(MediaFile mediaFile, CommonCallbacks.CompletionCallbackWithParam<IVideoFrame> callback)
                                                                                                                Package:dji.v5.manager.interfaces
                                                                                                                Description:
                                                                                                                -

                                                                                                                Start to play the set media file. Media file data can be obtained by callback method.

                                                                                                              • 1. If you want to decode to display the video by yourself, you can call custom decoder to decode the video through the video frame data IVideoFrame obtained from callback.
                                                                                                              • 2. You can also use the decoder IVideoDecoder provided by DJI to decode video. Using EXTENDED_STREAM_CHANNEL to init IVideoDecoder, and then call setMediaFile to set the media file into the decoder. Finally, call queueInFrame to send the video frame data IVideoFrame to decode.


                                                                                                              • Supported since MSDK 5.0.0

                                                                                                                +

                                                                                                                Start to play the set media file. Media file data can be obtained by callback method.

                                                                                                              • 1. If you want to decode to display the video by yourself, you can call custom decoder to decode the video through the video frame data IVideoFrame obtained from callback.
                                                                                                              • 2. You can also use the decoder IVideoDecoder provided by DJI to decode video. Using EXTENDED_STREAM_CHANNEL to init IVideoDecoder, and then call setMediaFile to set the media file into the decoder. Finally, call queueInFrame to send the video frame data IVideoFrame to decode.

                                                                                                              • Note:
                                                                                                                +This interface is deprecated starting from MSDK 5.8.0. Please call playVideoToSurface to play media file.
                                                                                                                +

                                                                                                                Supported since MSDK 5.0.0

                                                                                                                Input Parameters:
                                                                                                                MediaFile mediaFileMedia file list that needs to playback.
                                                                                                                CommonCallbacks.CompletionCallbackWithParam<IVideoFrame> callbackReturn the execution result of callback.
                                                                                                                +
                                                                                                                +
                                                                                                                method playVideoToSurface
                                                                                                                + +
                                                                                                                void playVideoToSurface(MediaFile mediaFile,
                                                                                                                Surface surface,
                                                                                                                int surfaceWidth,
                                                                                                                int surfaceHeight,
                                                                                                                ICameraStreamManager.ScaleType scaleType,
                                                                                                                MediaFrameListener listener)
                                                                                                                +
                                                                                                                Package:dji.v5.manager.interfaces
                                                                                                                +
                                                                                                                Description:
                                                                                                                +

                                                                                                                Start playing the set media file. Media file data can be obtained by callback method. +
                                                                                                                Note:
                                                                                                                +If you want to decode to display the video by yourself, you can call custom decoder to decode the video through the video stream data from the listener.
                                                                                                                +

                                                                                                                Supported since MSDK 5.0.0

                                                                                                                +
                                                                                                                Input Parameters:
                                                                                                                +
                                                                                                                MediaFile mediaFileMedia file list that needs to playback.
                                                                                                                Surface surfaceThe surface that needs to be displayed.
                                                                                                                int surfaceWidthThe width of surface that needs to be displayed.
                                                                                                                int surfaceHeightThe height of surface that needs to be displayed.
                                                                                                                ICameraStreamManager.ScaleType scaleTypeSet the scale type required for video stream display.
                                                                                                                MediaFrameListener listenerReturn the execution result of callback.
                                                                                                                method
                                                                                                                method seekVideo
                                                                                                                void seekVideo(int position, CommonCallbacks.CompletionCallback callback)
                                                                                                                Package:dji.v5.manager.interfaces
                                                                                                                -
                                                                                                                Description:
                                                                                                                +
                                                                                                                Description:

                                                                                                                Jump to play media file. You can set a new position to play.

                                                                                                                Supported since MSDK 5.0.0

                                                                                                                -
                                                                                                                Input Parameters:
                                                                                                                +
                                                                                                                Input Parameters:
                                                                                                                int positionThe location where you need to jump to play. Unit:second.
                                                                                                                CommonCallbacks.CompletionCallback callbackReturn the execution result of callback.
                                                                                                                method pauseVideo
                                                                                                                void pauseVideo(CommonCallbacks.CompletionCallback callback)
                                                                                                                Package:dji.v5.manager.interfaces
                                                                                                                -
                                                                                                                Description:
                                                                                                                +
                                                                                                                Description:

                                                                                                                Pause playing the media file.

                                                                                                                Supported since MSDK 5.0.0

                                                                                                                -
                                                                                                                Input Parameters:
                                                                                                                +
                                                                                                                Input Parameters:
                                                                                                                CommonCallbacks.CompletionCallback callbackReturn the execution result of callback.
                                                                                                                method resumeVideo
                                                                                                                void resumeVideo(CommonCallbacks.CompletionCallback callback)
                                                                                                                Package:dji.v5.manager.interfaces
                                                                                                                -
                                                                                                                Description:
                                                                                                                +
                                                                                                                Description:

                                                                                                                Resume to play the media file.

                                                                                                                Supported since MSDK 5.0.0

                                                                                                                -
                                                                                                                Input Parameters:
                                                                                                                +
                                                                                                                Input Parameters:
                                                                                                                CommonCallbacks.CompletionCallback callbackReturn the execution result of callback.
                                                                                                                method
                                                                                                                method stopVideo
                                                                                                                void stopVideo(CommonCallbacks.CompletionCallback callback)
                                                                                                                Package:dji.v5.manager.interfaces
                                                                                                                -
                                                                                                                Description:
                                                                                                                +
                                                                                                                Description:

                                                                                                                Stop playing the media file.

                                                                                                                Supported since MSDK 5.0.0

                                                                                                                -
                                                                                                                Input Parameters:
                                                                                                                +
                                                                                                                Input Parameters:
                                                                                                                CommonCallbacks.CompletionCallback callbackReturn the execution result of callback.
                                                                                                                method addVideoPlayStateListener
                                                                                                                void addVideoPlayStateListener(VideoPlayStateListener listener)
                                                                                                                Package:dji.v5.manager.interfaces
                                                                                                                -
                                                                                                                Description:
                                                                                                                +
                                                                                                                Description:

                                                                                                                Set the listener of media file playing status. Through this listener, status of media file playing can be monitored.

                                                                                                                Supported since MSDK 5.0.0

                                                                                                                -
                                                                                                                Input Parameters:
                                                                                                                +
                                                                                                                Input Parameters:
                                                                                                                VideoPlayStateListener listenerListener of media file playing status.
                                                                                                                method removeVideoPlayStateListener
                                                                                                                void removeVideoPlayStateListener(VideoPlayStateListener listener)
                                                                                                                Package:dji.v5.manager.interfaces
                                                                                                                -
                                                                                                                Description:
                                                                                                                +
                                                                                                                Description:

                                                                                                                Remove listener of media file playing status.

                                                                                                                Supported since MSDK 5.0.0

                                                                                                                -
                                                                                                                Input Parameters:
                                                                                                                +
                                                                                                                Input Parameters:
                                                                                                                VideoPlayStateListener listenerListener of media file playing status.
                                                                                                                method removeAllVideoPlayStateListener
                                                                                                                void removeAllVideoPlayStateListener()
                                                                                                                Package:dji.v5.manager.interfaces
                                                                                                                -
                                                                                                                Description:
                                                                                                                +
                                                                                                                Description:

                                                                                                                Remove listeners of media file playing status.

                                                                                                                Supported since MSDK 5.0.0

                                                                                                                method
                                                                                                                @@ -773,7 +815,7 @@
                                                                                                                Description:
                                                                                                                void release()
                                                                                                                Package:dji.v5.manager.interfaces
                                                                                                                -
                                                                                                                Description:
                                                                                                                +
                                                                                                                Description:

                                                                                                                Resource release. Calling this interface will cancel the media file data downloading, clear the thumbnail cache and clear the media file list data. It is recommended that you call it when the system memory is insufficient.

                                                                                                                Supported since MSDK 5.0.0

                                                                                                                @@ -782,7 +824,7 @@
                                                                                                                enum MediaFileFilter
                                                                                                                Package:dji.v5.manager.datacenter.media
                                                                                                                -
                                                                                                                Description:
                                                                                                                +
                                                                                                                Description:

                                                                                                                Pulling media file list filter setting class.

                                                                                                                Supported since MSDK 5.0.0

                                                                                                                Enum Members:
                                                                                                                VIDEOVideo.
                                                                                                                PHOTOPhoto.
                                                                                                                ALLAll media files.
                                                                                                                @@ -793,7 +835,7 @@
                                                                                                                Class Members:
                                                                                                                enum MediaFileListState
                                                                                                                Package:dji.v5.manager.datacenter.media
                                                                                                                -
                                                                                                                Description:
                                                                                                                +
                                                                                                                Description:

                                                                                                                Media file list status.

                                                                                                                Supported since MSDK 5.0.0

                                                                                                                Enum Members:
                                                                                                                IDLEIDLE status. When the media file list is in IDLE status, pullMediaFileListFromCamera should be called to pull full data.
                                                                                                                UP_TO_DATEUpdated status. When the media file list is in updated status, getMediaFileListData should be called to update the media file list data.
                                                                                                                UPDATINGUpdating status. When the media file list is in updating status, it means that the MSDK is synchronizing with date in camera. After the synchronization, the status will change to UP_TO_DATE, getMediaFileListData should be called to update the media file list data.
                                                                                                                @@ -804,13 +846,13 @@
                                                                                                                Class Members:
                                                                                                                enum VideoPlayState
                                                                                                                Package:dji.v5.manager.datacenter.media
                                                                                                                -
                                                                                                                Description:
                                                                                                                +
                                                                                                                Description:

                                                                                                                Enum type of media file playing status.

                                                                                                                Supported since MSDK 5.0.0

                                                                                                                Enum Members:
                                                                                                                IDLEIDEL status. The media file play function is not enabled. playVideo can be called to play media file.
                                                                                                                PLAYINGPlaying.
                                                                                                                ENDEDPlay is ended.
                                                                                                                STOPPEDPlay is stopped. When stopVideo is called successfully to stop playing media file, this status will be called back.
                                                                                                                Class Members:
                                                                                                                - + diff --git a/Docs/Android_API/en/Components/IMediaDataCenter/IMediaManager_MediaFile.html b/Docs/Android_API/en/Components/IMediaDataCenter/IMediaManager_MediaFile.html index 246d27ea..d85f7ae2 100644 --- a/Docs/Android_API/en/Components/IMediaDataCenter/IMediaManager_MediaFile.html +++ b/Docs/Android_API/en/Components/IMediaDataCenter/IMediaManager_MediaFile.html @@ -228,8 +228,6 @@
                                                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                +
                                                                                                                ICameraStreamManager + +
                                                                                                                IMediaManager
                                                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                FlySafeNotificationListener
                                                                                                                +
                                                                                                                FlySafeDatabaseListener +
                                                                                                                +
                                                                                                                FlySafeDatabaseInfo +
                                                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                                                RealTimeTransimissionStateListener
                                                                                                                +
                                                                                                                MegaphoneInfoListener +
                                                                                                                +
                                                                                                                MegaphoneInfo +
                                                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                UARegistrationNumberStatusListener
                                                                                                                +
                                                                                                                OperatorRegistrationNumberStatus +
                                                                                                                +
                                                                                                                OperatorRegistrationNumberStatusListener +
                                                                                                                +
                                                                                                                RealNameRegistrationStatus +
                                                                                                                +
                                                                                                                RealNameRegistrationStatusListener +
                                                                                                                ILDMManager diff --git a/Docs/Android_API/en/Components/IMediaDataCenter/IMediaManager_MediaFileDownloadListener.html b/Docs/Android_API/en/Components/IMediaDataCenter/IMediaManager_MediaFileDownloadListener.html index 0a4ec9b1..95845627 100644 --- a/Docs/Android_API/en/Components/IMediaDataCenter/IMediaManager_MediaFileDownloadListener.html +++ b/Docs/Android_API/en/Components/IMediaDataCenter/IMediaManager_MediaFileDownloadListener.html @@ -228,8 +228,6 @@
                                                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                +
                                                                                                                ICameraStreamManager + +
                                                                                                                IMediaManager
                                                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                FlySafeNotificationListener
                                                                                                                +
                                                                                                                FlySafeDatabaseListener +
                                                                                                                +
                                                                                                                FlySafeDatabaseInfo +
                                                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                                                RealTimeTransimissionStateListener
                                                                                                                +
                                                                                                                MegaphoneInfoListener +
                                                                                                                +
                                                                                                                MegaphoneInfo +
                                                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                UARegistrationNumberStatusListener
                                                                                                                +
                                                                                                                OperatorRegistrationNumberStatus +
                                                                                                                +
                                                                                                                OperatorRegistrationNumberStatusListener +
                                                                                                                +
                                                                                                                RealNameRegistrationStatus +
                                                                                                                +
                                                                                                                RealNameRegistrationStatusListener +
                                                                                                                ILDMManager diff --git a/Docs/Android_API/en/Components/IMediaDataCenter/IMediaManager_MediaFileListData.html b/Docs/Android_API/en/Components/IMediaDataCenter/IMediaManager_MediaFileListData.html index 5524b49e..274cc89a 100644 --- a/Docs/Android_API/en/Components/IMediaDataCenter/IMediaManager_MediaFileListData.html +++ b/Docs/Android_API/en/Components/IMediaDataCenter/IMediaManager_MediaFileListData.html @@ -228,8 +228,6 @@
                                                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                +
                                                                                                                ICameraStreamManager + +
                                                                                                                IMediaManager
                                                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                FlySafeNotificationListener
                                                                                                                +
                                                                                                                FlySafeDatabaseListener +
                                                                                                                +
                                                                                                                FlySafeDatabaseInfo +
                                                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                                                RealTimeTransimissionStateListener
                                                                                                                +
                                                                                                                MegaphoneInfoListener +
                                                                                                                +
                                                                                                                MegaphoneInfo +
                                                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                UARegistrationNumberStatusListener
                                                                                                                +
                                                                                                                OperatorRegistrationNumberStatus +
                                                                                                                +
                                                                                                                OperatorRegistrationNumberStatusListener +
                                                                                                                +
                                                                                                                RealNameRegistrationStatus +
                                                                                                                +
                                                                                                                RealNameRegistrationStatusListener +
                                                                                                                ILDMManager diff --git a/Docs/Android_API/en/Components/IMediaDataCenter/IMediaManager_MediaFileListDataSource.html b/Docs/Android_API/en/Components/IMediaDataCenter/IMediaManager_MediaFileListDataSource.html index 0ef1b3ce..55a3ffc0 100644 --- a/Docs/Android_API/en/Components/IMediaDataCenter/IMediaManager_MediaFileListDataSource.html +++ b/Docs/Android_API/en/Components/IMediaDataCenter/IMediaManager_MediaFileListDataSource.html @@ -228,8 +228,6 @@
                                                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                +
                                                                                                                ICameraStreamManager + +
                                                                                                                IMediaManager
                                                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                FlySafeNotificationListener
                                                                                                                +
                                                                                                                FlySafeDatabaseListener +
                                                                                                                +
                                                                                                                FlySafeDatabaseInfo +
                                                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                                                RealTimeTransimissionStateListener
                                                                                                                +
                                                                                                                MegaphoneInfoListener +
                                                                                                                +
                                                                                                                MegaphoneInfo +
                                                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                UARegistrationNumberStatusListener
                                                                                                                +
                                                                                                                OperatorRegistrationNumberStatus +
                                                                                                                +
                                                                                                                OperatorRegistrationNumberStatusListener +
                                                                                                                +
                                                                                                                RealNameRegistrationStatus +
                                                                                                                +
                                                                                                                RealNameRegistrationStatusListener +
                                                                                                                ILDMManager diff --git a/Docs/Android_API/en/Components/IMediaDataCenter/IMediaManager_MediaFileListDataSource_Builder.html b/Docs/Android_API/en/Components/IMediaDataCenter/IMediaManager_MediaFileListDataSource_Builder.html index 6d8370c3..e9d18024 100644 --- a/Docs/Android_API/en/Components/IMediaDataCenter/IMediaManager_MediaFileListDataSource_Builder.html +++ b/Docs/Android_API/en/Components/IMediaDataCenter/IMediaManager_MediaFileListDataSource_Builder.html @@ -228,8 +228,6 @@
                                                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                +
                                                                                                                ICameraStreamManager + +
                                                                                                                IMediaManager
                                                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                FlySafeNotificationListener
                                                                                                                +
                                                                                                                FlySafeDatabaseListener +
                                                                                                                +
                                                                                                                FlySafeDatabaseInfo +
                                                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                                                RealTimeTransimissionStateListener
                                                                                                                +
                                                                                                                MegaphoneInfoListener +
                                                                                                                +
                                                                                                                MegaphoneInfo +
                                                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                UARegistrationNumberStatusListener
                                                                                                                +
                                                                                                                OperatorRegistrationNumberStatus +
                                                                                                                +
                                                                                                                OperatorRegistrationNumberStatusListener +
                                                                                                                +
                                                                                                                RealNameRegistrationStatus +
                                                                                                                +
                                                                                                                RealNameRegistrationStatusListener +
                                                                                                                ILDMManager diff --git a/Docs/Android_API/en/Components/IMediaDataCenter/IMediaManager_MediaFileListStateListener.html b/Docs/Android_API/en/Components/IMediaDataCenter/IMediaManager_MediaFileListStateListener.html index 3341a278..0f1c32f8 100644 --- a/Docs/Android_API/en/Components/IMediaDataCenter/IMediaManager_MediaFileListStateListener.html +++ b/Docs/Android_API/en/Components/IMediaDataCenter/IMediaManager_MediaFileListStateListener.html @@ -228,8 +228,6 @@
                                                                                                                IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                +
                                                                                                                ICameraStreamManager + +
                                                                                                                IMediaManager
                                                                                                                ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                FlySafeNotificationListener
                                                                                                                +
                                                                                                                FlySafeDatabaseListener +
                                                                                                                +
                                                                                                                FlySafeDatabaseInfo +
                                                                                                                ILTEManager @@ -488,6 +504,10 @@
                                                                                                                RealTimeTransimissionStateListener
                                                                                                                +
                                                                                                                MegaphoneInfoListener +
                                                                                                                +
                                                                                                                MegaphoneInfo +
                                                                                                                IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                UARegistrationNumberStatusListener
                                                                                                                +
                                                                                                                OperatorRegistrationNumberStatus +
                                                                                                                +
                                                                                                                OperatorRegistrationNumberStatusListener +
                                                                                                                +
                                                                                                                RealNameRegistrationStatus +
                                                                                                                +
                                                                                                                RealNameRegistrationStatusListener +
                                                                                                                ILDMManager diff --git a/Docs/Android_API/en/Components/IMediaDataCenter/IMediaManager_MediaFrameListener.html b/Docs/Android_API/en/Components/IMediaDataCenter/IMediaManager_MediaFrameListener.html new file mode 100644 index 00000000..4fd8cd89 --- /dev/null +++ b/Docs/Android_API/en/Components/IMediaDataCenter/IMediaManager_MediaFrameListener.html @@ -0,0 +1,694 @@ + + + + + + + DJI Mobile SDK Documentation + + + + +
                                                                                                                +
                                                                                                                +
                                                                                                                +
                                                                                                                +
                                                                                                                +
                                                                                                                +
                                                                                                                + + +
                                                                                                                +
                                                                                                                +
                                                                                                                +
                                                                                                                +
                                                                                                                  +
                                                                                                                  +
                                                                                                                  +
                                                                                                                    +
                                                                                                                    +
                                                                                                                    +
                                                                                                                    + +
                                                                                                                    +
                                                                                                                    +

                                                                                                                    class MediaFrameListener

                                                                                                                    +
                                                                                                                    interface MediaFrameListener
                                                                                                                    +
                                                                                                                    Package:dji.v5.manager.interfaces
                                                                                                                    +
                                                                                                                    Description:
                                                                                                                    +

                                                                                                                    Media file data listener.

                                                                                                                    Supported since MSDK 5.8.0

                                                                                                                    +
                                                                                                                    Class Members:
                                                                                                                    +
                                                                                                                    +
                                                                                                                    method onReceiveStream
                                                                                                                    + +
                                                                                                                    @WorkerThread
                                                                                                                    void onReceiveStream(
                                                                                                                    byte[] data,
                                                                                                                    int offset,
                                                                                                                    int length,
                                                                                                                    @NonNull StreamInfo info)
                                                                                                                    +
                                                                                                                    Package:dji.v5.manager.interfaces
                                                                                                                    +
                                                                                                                    Description:
                                                                                                                    +

                                                                                                                    When the media file data is received, this method will be called back.

                                                                                                                    Supported since MSDK 5.8.0

                                                                                                                    +
                                                                                                                    Input Parameters:
                                                                                                                    +
                                                                                                                    byte[] dataMedia file data.
                                                                                                                    int offsetMedia file data offset.
                                                                                                                    int lengthMedia file data length.
                                                                                                                    @NonNull StreamInfo infoMedia file data information.
                                                                                                                    +
                                                                                                                    method
                                                                                                                    +
                                                                                                                    method onError
                                                                                                                    + +
                                                                                                                    void onError(@NonNull IDJIError error)
                                                                                                                    +
                                                                                                                    Package:dji.v5.manager.interfaces
                                                                                                                    +
                                                                                                                    Description:
                                                                                                                    +

                                                                                                                    When an error occurs during media file playback., this method will be called back.

                                                                                                                    Supported since MSDK 5.8.0

                                                                                                                    +
                                                                                                                    Input Parameters:
                                                                                                                    +
                                                                                                                    @NonNull IDJIError errorError during playback of media files.
                                                                                                                    + +
                                                                                                                    +
                                                                                                                    +
                                                                                                                    + +
                                                                                                                    + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Docs/Android_API/en/Components/IMediaDataCenter/IMediaManager_PullMediaFileListParam.html b/Docs/Android_API/en/Components/IMediaDataCenter/IMediaManager_PullMediaFileListParam.html index 250ede39..51ad735a 100644 --- a/Docs/Android_API/en/Components/IMediaDataCenter/IMediaManager_PullMediaFileListParam.html +++ b/Docs/Android_API/en/Components/IMediaDataCenter/IMediaManager_PullMediaFileListParam.html @@ -228,8 +228,6 @@
                                                                                                                    IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                    +
                                                                                                                    ICameraStreamManager + +
                                                                                                                    IMediaManager
                                                                                                                    ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                    FlySafeNotificationListener
                                                                                                                    +
                                                                                                                    FlySafeDatabaseListener +
                                                                                                                    +
                                                                                                                    FlySafeDatabaseInfo +
                                                                                                                    ILTEManager @@ -488,6 +504,10 @@
                                                                                                                    RealTimeTransimissionStateListener
                                                                                                                    +
                                                                                                                    MegaphoneInfoListener +
                                                                                                                    +
                                                                                                                    MegaphoneInfo +
                                                                                                                    IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                    UARegistrationNumberStatusListener
                                                                                                                    +
                                                                                                                    OperatorRegistrationNumberStatus +
                                                                                                                    +
                                                                                                                    OperatorRegistrationNumberStatusListener +
                                                                                                                    +
                                                                                                                    RealNameRegistrationStatus +
                                                                                                                    +
                                                                                                                    RealNameRegistrationStatusListener +
                                                                                                                    ILDMManager diff --git a/Docs/Android_API/en/Components/IMediaDataCenter/IMediaManager_PullMediaFileListParam_Builder.html b/Docs/Android_API/en/Components/IMediaDataCenter/IMediaManager_PullMediaFileListParam_Builder.html index 65b6d255..209bbe6c 100644 --- a/Docs/Android_API/en/Components/IMediaDataCenter/IMediaManager_PullMediaFileListParam_Builder.html +++ b/Docs/Android_API/en/Components/IMediaDataCenter/IMediaManager_PullMediaFileListParam_Builder.html @@ -228,8 +228,6 @@
                                                                                                                    IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                    +
                                                                                                                    ICameraStreamManager + +
                                                                                                                    IMediaManager
                                                                                                                    ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                    FlySafeNotificationListener
                                                                                                                    +
                                                                                                                    FlySafeDatabaseListener +
                                                                                                                    +
                                                                                                                    FlySafeDatabaseInfo +
                                                                                                                    ILTEManager @@ -488,6 +504,10 @@
                                                                                                                    RealTimeTransimissionStateListener
                                                                                                                    +
                                                                                                                    MegaphoneInfoListener +
                                                                                                                    +
                                                                                                                    MegaphoneInfo +
                                                                                                                    IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                    UARegistrationNumberStatusListener
                                                                                                                    +
                                                                                                                    OperatorRegistrationNumberStatus +
                                                                                                                    +
                                                                                                                    OperatorRegistrationNumberStatusListener +
                                                                                                                    +
                                                                                                                    RealNameRegistrationStatus +
                                                                                                                    +
                                                                                                                    RealNameRegistrationStatusListener +
                                                                                                                    ILDMManager diff --git a/Docs/Android_API/en/Components/IMediaDataCenter/IMediaManager_VideoPlayStateListener.html b/Docs/Android_API/en/Components/IMediaDataCenter/IMediaManager_VideoPlayStateListener.html index e0f90cb6..4036d876 100644 --- a/Docs/Android_API/en/Components/IMediaDataCenter/IMediaManager_VideoPlayStateListener.html +++ b/Docs/Android_API/en/Components/IMediaDataCenter/IMediaManager_VideoPlayStateListener.html @@ -228,8 +228,6 @@
                                                                                                                    IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                    +
                                                                                                                    ICameraStreamManager + +
                                                                                                                    IMediaManager
                                                                                                                    ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                    FlySafeNotificationListener
                                                                                                                    +
                                                                                                                    FlySafeDatabaseListener +
                                                                                                                    +
                                                                                                                    FlySafeDatabaseInfo +
                                                                                                                    ILTEManager @@ -488,6 +504,10 @@
                                                                                                                    RealTimeTransimissionStateListener
                                                                                                                    +
                                                                                                                    MegaphoneInfoListener +
                                                                                                                    +
                                                                                                                    MegaphoneInfo +
                                                                                                                    IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                    UARegistrationNumberStatusListener
                                                                                                                    +
                                                                                                                    OperatorRegistrationNumberStatus +
                                                                                                                    +
                                                                                                                    OperatorRegistrationNumberStatusListener +
                                                                                                                    +
                                                                                                                    RealNameRegistrationStatus +
                                                                                                                    +
                                                                                                                    RealNameRegistrationStatusListener +
                                                                                                                    ILDMManager diff --git a/Docs/Android_API/en/Components/IMediaDataCenter/IMediaManager_VideoPlayStatus.html b/Docs/Android_API/en/Components/IMediaDataCenter/IMediaManager_VideoPlayStatus.html index 399b5c5e..dc70512c 100644 --- a/Docs/Android_API/en/Components/IMediaDataCenter/IMediaManager_VideoPlayStatus.html +++ b/Docs/Android_API/en/Components/IMediaDataCenter/IMediaManager_VideoPlayStatus.html @@ -228,8 +228,6 @@
                                                                                                                    IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                    +
                                                                                                                    ICameraStreamManager + +
                                                                                                                    IMediaManager
                                                                                                                    ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                    FlySafeNotificationListener
                                                                                                                    +
                                                                                                                    FlySafeDatabaseListener +
                                                                                                                    +
                                                                                                                    FlySafeDatabaseInfo +
                                                                                                                    ILTEManager @@ -488,6 +504,10 @@
                                                                                                                    RealTimeTransimissionStateListener
                                                                                                                    +
                                                                                                                    MegaphoneInfoListener +
                                                                                                                    +
                                                                                                                    MegaphoneInfo +
                                                                                                                    IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                    UARegistrationNumberStatusListener
                                                                                                                    +
                                                                                                                    OperatorRegistrationNumberStatus +
                                                                                                                    +
                                                                                                                    OperatorRegistrationNumberStatusListener +
                                                                                                                    +
                                                                                                                    RealNameRegistrationStatus +
                                                                                                                    +
                                                                                                                    RealNameRegistrationStatusListener +
                                                                                                                    ILDMManager diff --git a/Docs/Android_API/en/Components/IMediaDataCenter/IVideoStreamManager.html b/Docs/Android_API/en/Components/IMediaDataCenter/IVideoStreamManager.html index 2310b531..eee44cc2 100644 --- a/Docs/Android_API/en/Components/IMediaDataCenter/IVideoStreamManager.html +++ b/Docs/Android_API/en/Components/IMediaDataCenter/IVideoStreamManager.html @@ -228,8 +228,6 @@
                                                                                                                    IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                    +
                                                                                                                    ICameraStreamManager + +
                                                                                                                    IMediaManager
                                                                                                                    ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                    FlySafeNotificationListener
                                                                                                                    +
                                                                                                                    FlySafeDatabaseListener +
                                                                                                                    +
                                                                                                                    FlySafeDatabaseInfo +
                                                                                                                    ILTEManager @@ -488,6 +504,10 @@
                                                                                                                    RealTimeTransimissionStateListener
                                                                                                                    +
                                                                                                                    MegaphoneInfoListener +
                                                                                                                    +
                                                                                                                    MegaphoneInfo +
                                                                                                                    IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                    UARegistrationNumberStatusListener
                                                                                                                    +
                                                                                                                    OperatorRegistrationNumberStatus +
                                                                                                                    +
                                                                                                                    OperatorRegistrationNumberStatusListener +
                                                                                                                    +
                                                                                                                    RealNameRegistrationStatus +
                                                                                                                    +
                                                                                                                    RealNameRegistrationStatusListener +
                                                                                                                    ILDMManager @@ -577,10 +605,13 @@

                                                                                                                    class IVideoStreamManager

                                                                                                                    -
                                                                                                                    interface IVideoStreamManager
                                                                                                                    +
                                                                                                                    @Deprecated
                                                                                                                    interface IVideoStreamManager
                                                                                                                    Package:dji.v5.manager.interfaces
                                                                                                                    Description:
                                                                                                                    -

                                                                                                                    Class that used to manage the parameters and ouput of the video stream. You can learn how to use it below:

                                                                                                                  • 1. CallgetAvailableStreamSourcesto get an available video stream source
                                                                                                                  • 2. CallgetAvailableVideoChannelsto get an available video stream channel.
                                                                                                                  • 3. CallgetAvailableVideoChannels'sstartChannelto set theStreamSourcefrom step 1 to bind the video stream source with a channel and enable the channel.
                                                                                                                  • 4. If you want to write your own decoder, you can addaddStreamDataListenerto receive the video stream data.
                                                                                                                  • 5. If you don't want to write your own decoder, you can use DJI decoderIVideoDecoderto decode.


                                                                                                                  • Supported since MSDK 5.0.0

                                                                                                                    +

                                                                                                                    Class that used to manage the parameters and ouput of the video stream. You can learn how to use it below:

                                                                                                                  • 1. CallgetAvailableStreamSourcesto get an available video stream source
                                                                                                                  • 2. CallgetAvailableVideoChannelsto get an available video stream channel.
                                                                                                                  • 3. CallgetAvailableVideoChannels'sstartChannelto set theStreamSourcefrom step 1 to bind the video stream source with a channel and enable the channel.
                                                                                                                  • 4. If you want to write your own decoder, you can addaddStreamDataListenerto receive the video stream data.
                                                                                                                  • 5. If you don't want to write your own decoder, you can use DJI decoderIVideoDecoderto decode.
                                                                                                                  • +
                                                                                                                    Note:
                                                                                                                    +This interface is deprecated starting from MSDK 5.8.0. Please call getCameraStreamManager to obtain a CameraStreamManager instance to implement video stream management related functions.
                                                                                                                    +

                                                                                                                    Supported since MSDK 5.0.0

                                                                                                                    Class Members:
                                                                                                                    method getAvailableStreamSources
                                                                                                                    diff --git a/Docs/Android_API/en/Components/IMediaDataCenter/IVideoStreamManager_IVideoChannel.html b/Docs/Android_API/en/Components/IMediaDataCenter/IVideoStreamManager_IVideoChannel.html index d4dd93f1..a1fd380a 100644 --- a/Docs/Android_API/en/Components/IMediaDataCenter/IVideoStreamManager_IVideoChannel.html +++ b/Docs/Android_API/en/Components/IMediaDataCenter/IVideoStreamManager_IVideoChannel.html @@ -228,8 +228,6 @@
                                                                                                                    IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                    +
                                                                                                                    ICameraStreamManager + +
                                                                                                                    IMediaManager
                                                                                                                    ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                    FlySafeNotificationListener
                                                                                                                    +
                                                                                                                    FlySafeDatabaseListener +
                                                                                                                    +
                                                                                                                    FlySafeDatabaseInfo +
                                                                                                                    ILTEManager @@ -488,6 +504,10 @@
                                                                                                                    RealTimeTransimissionStateListener
                                                                                                                    +
                                                                                                                    MegaphoneInfoListener +
                                                                                                                    +
                                                                                                                    MegaphoneInfo +
                                                                                                                    IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                    UARegistrationNumberStatusListener
                                                                                                                    +
                                                                                                                    OperatorRegistrationNumberStatus +
                                                                                                                    +
                                                                                                                    OperatorRegistrationNumberStatusListener +
                                                                                                                    +
                                                                                                                    RealNameRegistrationStatus +
                                                                                                                    +
                                                                                                                    RealNameRegistrationStatusListener +
                                                                                                                    ILDMManager @@ -577,7 +605,7 @@

                                                                                                                    class IVideoChannel

                                                                                                                    -
                                                                                                                    interface IVideoChannel
                                                                                                                    +
                                                                                                                    @Deprecated
                                                                                                                    interface IVideoChannel
                                                                                                                    Package:dji.v5.common.video.interfaces
                                                                                                                    Description:

                                                                                                                    This class represents the video channels, it is used to manage video source. Every video channel can set a video source.

                                                                                                                    Supported since MSDK 5.0.0

                                                                                                                    @@ -606,7 +634,7 @@
                                                                                                                    Input Parameters:
                                                                                                                    void closeChannel(@Nullable CommonCallbacks.CompletionCallback callback)
                                                                                                                    Package:dji.v5.common.video.interfaces
                                                                                                                    Description:
                                                                                                                    -

                                                                                                                    Disable the video channel. After disabling the video channel, theStreamDataListenerwill stop receiving video data. After disabling the channel successfully, The channel state will change toCLOSE.

                                                                                                                    Supported since MSDK 5.0.0

                                                                                                                    +

                                                                                                                    Disable the video channel. After disabling the video channel, theandroidx.annotation.NonNullwill stop receiving video data. After disabling the channel successfully, The channel state will change toCLOSE.

                                                                                                                    Supported since MSDK 5.0.0

                                                                                                                    Input Parameters:
                                                                                                                    @Nullable CommonCallbacks.CompletionCallback callbackA callback which returns the execution result.
                                                                                                                    @@ -617,7 +645,7 @@
                                                                                                                    Input Parameters:
                                                                                                                    Description:

                                                                                                                    Add the video data listener. You can use this listener to receive the video data on video channel.

                                                                                                                    Supported since MSDK 5.0.0

                                                                                                                    Input Parameters:
                                                                                                                    -
                                                                                                                    @Nullable StreamDataListener listenerVideo data listener
                                                                                                                    +
                                                                                                                    @Nullable StreamDataListener listenerVideo data listener
                                                                                                                    method removeStreamDataListener
                                                                                                                    @@ -626,7 +654,7 @@
                                                                                                                    Input Parameters:
                                                                                                                    Description:

                                                                                                                    Remove the video data listener. After removing this listener, it will not receive any video data on video stream channel.

                                                                                                                    Supported since MSDK 5.0.0

                                                                                                                    Input Parameters:
                                                                                                                    -
                                                                                                                    @Nullable StreamDataListener listenerVideo data listener
                                                                                                                    +
                                                                                                                    @Nullable StreamDataListener listenerVideo data listener
                                                                                                                    method clearAllStreamDataListener
                                                                                                                    @@ -692,7 +720,7 @@
                                                                                                                    enum VideoChannelType
                                                                                                                    -
                                                                                                                    enum VideoChannelType
                                                                                                                    +
                                                                                                                    @Deprecated
                                                                                                                    enum VideoChannelType
                                                                                                                    Package:dji.v5.common.video.channel
                                                                                                                    Description:

                                                                                                                    The type of video channel. Every video channel has an unique video channel type. The main video channel has the highest priority. When the transmitting bandwidth is narrow, we will ensure the main video channel is working properly first.

                                                                                                                    Supported since MSDK 5.0.0

                                                                                                                    @@ -703,7 +731,7 @@
                                                                                                                    Class Members:
                                                                                                                    enum VideoChannelState
                                                                                                                    -
                                                                                                                    enum VideoChannelState
                                                                                                                    +
                                                                                                                    @Deprecated
                                                                                                                    enum VideoChannelState
                                                                                                                    Package:dji.v5.common.video.channel
                                                                                                                    Description:

                                                                                                                    The state of video channel.

                                                                                                                    Supported since MSDK 5.0.0

                                                                                                                    @@ -722,7 +750,15 @@
                                                                                                                    Enum Members:
                                                                                                                    H264H264.
                                                                                                                    H265H265.
                                                                                                                    Class Members:
                                                                                                                    - +
                                                                                                                    +
                                                                                                                    property androidx.annotation.NonNull
                                                                                                                    + +
                                                                                                                    import androidx.annotation.NonNull
                                                                                                                    +
                                                                                                                    Package:dji.v5.common.video.interfaces
                                                                                                                    +
                                                                                                                    Description:
                                                                                                                    +

                                                                                                                    Video data listener.

                                                                                                                    Supported since MSDK 5.0.0

                                                                                                                    +
                                                                                                                    +
                                                                                                                    diff --git a/Docs/Android_API/en/Components/IMediaDataCenter/IVideoStreamManager_IVideoChannel_StreamDataListener.html b/Docs/Android_API/en/Components/IMediaDataCenter/IVideoStreamManager_IVideoChannel_StreamDataListener.html index 6f9e3f65..69c531e8 100644 --- a/Docs/Android_API/en/Components/IMediaDataCenter/IVideoStreamManager_IVideoChannel_StreamDataListener.html +++ b/Docs/Android_API/en/Components/IMediaDataCenter/IVideoStreamManager_IVideoChannel_StreamDataListener.html @@ -228,8 +228,6 @@
                                                                                                                    IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                    +
                                                                                                                    ICameraStreamManager + +
                                                                                                                    IMediaManager
                                                                                                                    ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                    FlySafeNotificationListener
                                                                                                                    +
                                                                                                                    FlySafeDatabaseListener +
                                                                                                                    +
                                                                                                                    FlySafeDatabaseInfo +
                                                                                                                    ILTEManager @@ -488,6 +504,10 @@
                                                                                                                    RealTimeTransimissionStateListener
                                                                                                                    +
                                                                                                                    MegaphoneInfoListener +
                                                                                                                    +
                                                                                                                    MegaphoneInfo +
                                                                                                                    IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                    UARegistrationNumberStatusListener
                                                                                                                    +
                                                                                                                    OperatorRegistrationNumberStatus +
                                                                                                                    +
                                                                                                                    OperatorRegistrationNumberStatusListener +
                                                                                                                    +
                                                                                                                    RealNameRegistrationStatus +
                                                                                                                    +
                                                                                                                    RealNameRegistrationStatusListener +
                                                                                                                    ILDMManager diff --git a/Docs/Android_API/en/Components/IMediaDataCenter/IVideoStreamManager_IVideoChannel_VideoChannelStateChangeListener.html b/Docs/Android_API/en/Components/IMediaDataCenter/IVideoStreamManager_IVideoChannel_VideoChannelStateChangeListener.html index 20845aff..5719eee7 100644 --- a/Docs/Android_API/en/Components/IMediaDataCenter/IVideoStreamManager_IVideoChannel_VideoChannelStateChangeListener.html +++ b/Docs/Android_API/en/Components/IMediaDataCenter/IVideoStreamManager_IVideoChannel_VideoChannelStateChangeListener.html @@ -228,8 +228,6 @@
                                                                                                                    IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                    +
                                                                                                                    ICameraStreamManager + +
                                                                                                                    IMediaManager
                                                                                                                    ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                    FlySafeNotificationListener
                                                                                                                    +
                                                                                                                    FlySafeDatabaseListener +
                                                                                                                    +
                                                                                                                    FlySafeDatabaseInfo +
                                                                                                                    ILTEManager @@ -488,6 +504,10 @@
                                                                                                                    RealTimeTransimissionStateListener
                                                                                                                    +
                                                                                                                    MegaphoneInfoListener +
                                                                                                                    +
                                                                                                                    MegaphoneInfo +
                                                                                                                    IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                    UARegistrationNumberStatusListener
                                                                                                                    +
                                                                                                                    OperatorRegistrationNumberStatus +
                                                                                                                    +
                                                                                                                    OperatorRegistrationNumberStatusListener +
                                                                                                                    +
                                                                                                                    RealNameRegistrationStatus +
                                                                                                                    +
                                                                                                                    RealNameRegistrationStatusListener +
                                                                                                                    ILDMManager @@ -577,7 +605,7 @@

                                                                                                                    class VideoChannelStateChangeListener

                                                                                                                    -
                                                                                                                    interface VideoChannelStateChangeListener
                                                                                                                    +
                                                                                                                    @Deprecated
                                                                                                                    interface VideoChannelStateChangeListener
                                                                                                                    Package:dji.v5.common.video.interfaces
                                                                                                                    Description:

                                                                                                                    Video state listener.

                                                                                                                    Supported since MSDK 5.0.0

                                                                                                                    diff --git a/Docs/Android_API/en/Components/IMediaDataCenter/IVideoStreamManager_IVideoDecoder.html b/Docs/Android_API/en/Components/IMediaDataCenter/IVideoStreamManager_IVideoDecoder.html index 8e974939..12ff45b5 100644 --- a/Docs/Android_API/en/Components/IMediaDataCenter/IVideoStreamManager_IVideoDecoder.html +++ b/Docs/Android_API/en/Components/IMediaDataCenter/IVideoStreamManager_IVideoDecoder.html @@ -228,8 +228,6 @@
                                                                                                                    IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                    +
                                                                                                                    ICameraStreamManager + +
                                                                                                                    IMediaManager
                                                                                                                    ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                    FlySafeNotificationListener
                                                                                                                    +
                                                                                                                    FlySafeDatabaseListener +
                                                                                                                    +
                                                                                                                    FlySafeDatabaseInfo +
                                                                                                                    ILTEManager @@ -488,6 +504,10 @@
                                                                                                                    RealTimeTransimissionStateListener
                                                                                                                    +
                                                                                                                    MegaphoneInfoListener +
                                                                                                                    +
                                                                                                                    MegaphoneInfo +
                                                                                                                    IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                    UARegistrationNumberStatusListener
                                                                                                                    +
                                                                                                                    OperatorRegistrationNumberStatus +
                                                                                                                    +
                                                                                                                    OperatorRegistrationNumberStatusListener +
                                                                                                                    +
                                                                                                                    RealNameRegistrationStatus +
                                                                                                                    +
                                                                                                                    RealNameRegistrationStatusListener +
                                                                                                                    ILDMManager @@ -577,7 +605,7 @@

                                                                                                                    class IVideoDecoder

                                                                                                                    -
                                                                                                                    interface IVideoDecoder
                                                                                                                    +
                                                                                                                    @Deprecated
                                                                                                                    interface IVideoDecoder
                                                                                                                    Package:dji.v5.common.video.interfaces
                                                                                                                    Description:

                                                                                                                    DJI decoder class. It supports YUV output mode and SURFACE output mode. You can set the output modeDecoderOutputModethrough its constructor. You can setVideoChannelTypeto bind the decoder with channelIVideoChannel.
                                                                                                                    Note: If you want to set the width and height of decoder through constructor, you have to make sure the width and height are multple of 16.

                                                                                                                    Supported since MSDK 5.0.0

                                                                                                                    @@ -726,7 +754,7 @@
                                                                                                                    enum DecoderOutputMode
                                                                                                                    -
                                                                                                                    enum DecoderOutputMode
                                                                                                                    +
                                                                                                                    @Deprecated
                                                                                                                    enum DecoderOutputMode
                                                                                                                    Package:dji.v5.common.video.decoder
                                                                                                                    Description:

                                                                                                                    Decoder output mode. Support YUV output mode and SURFACE output mode.

                                                                                                                    Supported since MSDK 5.0.0

                                                                                                                    @@ -737,7 +765,7 @@
                                                                                                                    Class Members:
                                                                                                                    enum DecoderState
                                                                                                                    -
                                                                                                                    enum DecoderState
                                                                                                                    +
                                                                                                                    @Deprecated
                                                                                                                    enum DecoderState
                                                                                                                    Package:dji.v5.common.video.decoder
                                                                                                                    Description:

                                                                                                                    Decoder State.

                                                                                                                    Supported since MSDK 5.0.0

                                                                                                                    diff --git a/Docs/Android_API/en/Components/IMediaDataCenter/IVideoStreamManager_IVideoDecoder_DecoderStateChangeListener.html b/Docs/Android_API/en/Components/IMediaDataCenter/IVideoStreamManager_IVideoDecoder_DecoderStateChangeListener.html index 9a6410c1..816bfe57 100644 --- a/Docs/Android_API/en/Components/IMediaDataCenter/IVideoStreamManager_IVideoDecoder_DecoderStateChangeListener.html +++ b/Docs/Android_API/en/Components/IMediaDataCenter/IVideoStreamManager_IVideoDecoder_DecoderStateChangeListener.html @@ -228,8 +228,6 @@
                                                                                                                    IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                    +
                                                                                                                    ICameraStreamManager + +
                                                                                                                    IMediaManager
                                                                                                                    ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                    FlySafeNotificationListener
                                                                                                                    +
                                                                                                                    FlySafeDatabaseListener +
                                                                                                                    +
                                                                                                                    FlySafeDatabaseInfo +
                                                                                                                    ILTEManager @@ -488,6 +504,10 @@
                                                                                                                    RealTimeTransimissionStateListener
                                                                                                                    +
                                                                                                                    MegaphoneInfoListener +
                                                                                                                    +
                                                                                                                    MegaphoneInfo +
                                                                                                                    IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                    UARegistrationNumberStatusListener
                                                                                                                    +
                                                                                                                    OperatorRegistrationNumberStatus +
                                                                                                                    +
                                                                                                                    OperatorRegistrationNumberStatusListener +
                                                                                                                    +
                                                                                                                    RealNameRegistrationStatus +
                                                                                                                    +
                                                                                                                    RealNameRegistrationStatusListener +
                                                                                                                    ILDMManager @@ -577,7 +605,7 @@

                                                                                                                    class DecoderStateChangeListener

                                                                                                                    -
                                                                                                                    interface DecoderStateChangeListener
                                                                                                                    +
                                                                                                                    @Deprecated
                                                                                                                    interface DecoderStateChangeListener
                                                                                                                    Package:dji.v5.common.video.interfaces
                                                                                                                    Description:

                                                                                                                    Decoder state listener.

                                                                                                                    Supported since MSDK 5.0.0

                                                                                                                    diff --git a/Docs/Android_API/en/Components/IMediaDataCenter/IVideoStreamManager_IVideoDecoder_YuvDataListener.html b/Docs/Android_API/en/Components/IMediaDataCenter/IVideoStreamManager_IVideoDecoder_YuvDataListener.html index 8c658046..4c01cc19 100644 --- a/Docs/Android_API/en/Components/IMediaDataCenter/IVideoStreamManager_IVideoDecoder_YuvDataListener.html +++ b/Docs/Android_API/en/Components/IMediaDataCenter/IVideoStreamManager_IVideoDecoder_YuvDataListener.html @@ -228,8 +228,6 @@
                                                                                                                    IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                    +
                                                                                                                    ICameraStreamManager + +
                                                                                                                    IMediaManager
                                                                                                                    ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                    FlySafeNotificationListener
                                                                                                                    +
                                                                                                                    FlySafeDatabaseListener +
                                                                                                                    +
                                                                                                                    FlySafeDatabaseInfo +
                                                                                                                    ILTEManager @@ -488,6 +504,10 @@
                                                                                                                    RealTimeTransimissionStateListener
                                                                                                                    +
                                                                                                                    MegaphoneInfoListener +
                                                                                                                    +
                                                                                                                    MegaphoneInfo +
                                                                                                                    IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                    UARegistrationNumberStatusListener
                                                                                                                    +
                                                                                                                    OperatorRegistrationNumberStatus +
                                                                                                                    +
                                                                                                                    OperatorRegistrationNumberStatusListener +
                                                                                                                    +
                                                                                                                    RealNameRegistrationStatus +
                                                                                                                    +
                                                                                                                    RealNameRegistrationStatusListener +
                                                                                                                    ILDMManager @@ -577,7 +605,7 @@

                                                                                                                    class YuvDataListener

                                                                                                                    -
                                                                                                                    interface YuvDataListener
                                                                                                                    +
                                                                                                                    @Deprecated
                                                                                                                    interface YuvDataListener
                                                                                                                    Package:dji.v5.common.video.interfaces
                                                                                                                    Description:

                                                                                                                    YUV data listener.

                                                                                                                    Supported since MSDK 5.0.0

                                                                                                                    diff --git a/Docs/Android_API/en/Components/IMediaDataCenter/IVideoStreamManager_IVideoFrame.html b/Docs/Android_API/en/Components/IMediaDataCenter/IVideoStreamManager_IVideoFrame.html index 7d7ec84f..4a24f6d1 100644 --- a/Docs/Android_API/en/Components/IMediaDataCenter/IVideoStreamManager_IVideoFrame.html +++ b/Docs/Android_API/en/Components/IMediaDataCenter/IVideoStreamManager_IVideoFrame.html @@ -228,8 +228,6 @@
                                                                                                                    IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                    +
                                                                                                                    ICameraStreamManager + +
                                                                                                                    IMediaManager
                                                                                                                    ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                    FlySafeNotificationListener
                                                                                                                    +
                                                                                                                    FlySafeDatabaseListener +
                                                                                                                    +
                                                                                                                    FlySafeDatabaseInfo +
                                                                                                                    ILTEManager @@ -488,6 +504,10 @@
                                                                                                                    RealTimeTransimissionStateListener
                                                                                                                    +
                                                                                                                    MegaphoneInfoListener +
                                                                                                                    +
                                                                                                                    MegaphoneInfo +
                                                                                                                    IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                    UARegistrationNumberStatusListener
                                                                                                                    +
                                                                                                                    OperatorRegistrationNumberStatus +
                                                                                                                    +
                                                                                                                    OperatorRegistrationNumberStatusListener +
                                                                                                                    +
                                                                                                                    RealNameRegistrationStatus +
                                                                                                                    +
                                                                                                                    RealNameRegistrationStatusListener +
                                                                                                                    ILDMManager @@ -577,7 +605,7 @@

                                                                                                                    class IVideoFrame

                                                                                                                    -
                                                                                                                    interface IVideoFrame
                                                                                                                    +
                                                                                                                    @Deprecated
                                                                                                                    interface IVideoFrame
                                                                                                                    Package:dji.v5.common.video.interfaces
                                                                                                                    Description:

                                                                                                                    Video frame class.

                                                                                                                    Supported since MSDK 5.0.0

                                                                                                                    diff --git a/Docs/Android_API/en/Components/IMediaDataCenter/IVideoStreamManager_StreamSource.html b/Docs/Android_API/en/Components/IMediaDataCenter/IVideoStreamManager_StreamSource.html index 22ed0e41..980e340c 100644 --- a/Docs/Android_API/en/Components/IMediaDataCenter/IVideoStreamManager_StreamSource.html +++ b/Docs/Android_API/en/Components/IMediaDataCenter/IVideoStreamManager_StreamSource.html @@ -228,8 +228,6 @@
                                                                                                                    IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                    +
                                                                                                                    ICameraStreamManager + +
                                                                                                                    IMediaManager
                                                                                                                    ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                    FlySafeNotificationListener
                                                                                                                    +
                                                                                                                    FlySafeDatabaseListener +
                                                                                                                    +
                                                                                                                    FlySafeDatabaseInfo +
                                                                                                                    ILTEManager @@ -488,6 +504,10 @@
                                                                                                                    RealTimeTransimissionStateListener
                                                                                                                    +
                                                                                                                    MegaphoneInfoListener +
                                                                                                                    +
                                                                                                                    MegaphoneInfo +
                                                                                                                    IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                    UARegistrationNumberStatusListener
                                                                                                                    +
                                                                                                                    OperatorRegistrationNumberStatus +
                                                                                                                    +
                                                                                                                    OperatorRegistrationNumberStatusListener +
                                                                                                                    +
                                                                                                                    RealNameRegistrationStatus +
                                                                                                                    +
                                                                                                                    RealNameRegistrationStatusListener +
                                                                                                                    ILDMManager @@ -577,7 +605,7 @@

                                                                                                                    class StreamSource

                                                                                                                    -
                                                                                                                    class StreamSource implements KeepProguard
                                                                                                                    +
                                                                                                                    @Deprecated
                                                                                                                    class StreamSource implements KeepProguard
                                                                                                                    Package:dji.v5.common.video.stream
                                                                                                                    Description:

                                                                                                                    This class represents the video source. It is used to get the unique ID of video source, its physical equipment's information and position.

                                                                                                                    Supported since MSDK 5.0.0

                                                                                                                    @@ -622,7 +650,7 @@
                                                                                                                    enum PhysicalDeviceCategory
                                                                                                                    -
                                                                                                                    enum PhysicalDeviceCategory
                                                                                                                    +
                                                                                                                    @Deprecated
                                                                                                                    enum PhysicalDeviceCategory
                                                                                                                    Package:dji.v5.common.video.stream
                                                                                                                    Description:

                                                                                                                    Equipment category of video source.

                                                                                                                    @@ -633,7 +661,7 @@
                                                                                                                    Class Members:
                                                                                                                    enum PhysicalDevicePosition
                                                                                                                    -
                                                                                                                    enum PhysicalDevicePosition
                                                                                                                    +
                                                                                                                    @Deprecated
                                                                                                                    enum PhysicalDevicePosition
                                                                                                                    Package:dji.v5.common.video.stream
                                                                                                                    Description:

                                                                                                                    Equipment position of video source.

                                                                                                                    diff --git a/Docs/Android_API/en/Components/IMediaDataCenter/IVideoStreamManager_StreamSourceListener.html b/Docs/Android_API/en/Components/IMediaDataCenter/IVideoStreamManager_StreamSourceListener.html index 6ea4df59..6da835f2 100644 --- a/Docs/Android_API/en/Components/IMediaDataCenter/IVideoStreamManager_StreamSourceListener.html +++ b/Docs/Android_API/en/Components/IMediaDataCenter/IVideoStreamManager_StreamSourceListener.html @@ -228,8 +228,6 @@
                                                                                                                    IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                    +
                                                                                                                    ICameraStreamManager + +
                                                                                                                    IMediaManager
                                                                                                                    ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                    FlySafeNotificationListener
                                                                                                                    +
                                                                                                                    FlySafeDatabaseListener +
                                                                                                                    +
                                                                                                                    FlySafeDatabaseInfo +
                                                                                                                    ILTEManager @@ -488,6 +504,10 @@
                                                                                                                    RealTimeTransimissionStateListener
                                                                                                                    +
                                                                                                                    MegaphoneInfoListener +
                                                                                                                    +
                                                                                                                    MegaphoneInfo +
                                                                                                                    IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                    UARegistrationNumberStatusListener
                                                                                                                    +
                                                                                                                    OperatorRegistrationNumberStatus +
                                                                                                                    +
                                                                                                                    OperatorRegistrationNumberStatusListener +
                                                                                                                    +
                                                                                                                    RealNameRegistrationStatus +
                                                                                                                    +
                                                                                                                    RealNameRegistrationStatusListener +
                                                                                                                    ILDMManager @@ -577,7 +605,7 @@

                                                                                                                    class StreamSourceListener

                                                                                                                    -
                                                                                                                    interface StreamSourceListener
                                                                                                                    +
                                                                                                                    @Deprecated
                                                                                                                    interface StreamSourceListener
                                                                                                                    Package:dji.v5.manager.datacenter.video
                                                                                                                    Description:

                                                                                                                    Video stream source listener.

                                                                                                                    Supported since MSDK 5.0.0

                                                                                                                    diff --git a/Docs/Android_API/en/Components/IMediaDataCenter/IVideoStreamManager_StreamSource_PhysicalDeviceType.html b/Docs/Android_API/en/Components/IMediaDataCenter/IVideoStreamManager_StreamSource_PhysicalDeviceType.html index 42c468e9..ca8a94cb 100644 --- a/Docs/Android_API/en/Components/IMediaDataCenter/IVideoStreamManager_StreamSource_PhysicalDeviceType.html +++ b/Docs/Android_API/en/Components/IMediaDataCenter/IVideoStreamManager_StreamSource_PhysicalDeviceType.html @@ -228,8 +228,6 @@
                                                                                                                    IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                    +
                                                                                                                    ICameraStreamManager + +
                                                                                                                    IMediaManager
                                                                                                                    ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                    FlySafeNotificationListener
                                                                                                                    +
                                                                                                                    FlySafeDatabaseListener +
                                                                                                                    +
                                                                                                                    FlySafeDatabaseInfo +
                                                                                                                    ILTEManager @@ -488,6 +504,10 @@
                                                                                                                    RealTimeTransimissionStateListener
                                                                                                                    +
                                                                                                                    MegaphoneInfoListener +
                                                                                                                    +
                                                                                                                    MegaphoneInfo +
                                                                                                                    IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                    UARegistrationNumberStatusListener
                                                                                                                    +
                                                                                                                    OperatorRegistrationNumberStatus +
                                                                                                                    +
                                                                                                                    OperatorRegistrationNumberStatusListener +
                                                                                                                    +
                                                                                                                    RealNameRegistrationStatus +
                                                                                                                    +
                                                                                                                    RealNameRegistrationStatusListener +
                                                                                                                    ILDMManager @@ -577,7 +605,7 @@

                                                                                                                    class PhysicalDeviceType

                                                                                                                    -
                                                                                                                    class PhysicalDeviceType
                                                                                                                    +
                                                                                                                    @Deprecated
                                                                                                                    class PhysicalDeviceType
                                                                                                                    Package:dji.v5.common.video.stream
                                                                                                                    Description:

                                                                                                                    Equipment type of video source.

                                                                                                                    diff --git a/Docs/Android_API/en/Components/IMegaphoneManager/IMegaphoneManager.html b/Docs/Android_API/en/Components/IMegaphoneManager/IMegaphoneManager.html index 334d4e59..20886393 100644 --- a/Docs/Android_API/en/Components/IMegaphoneManager/IMegaphoneManager.html +++ b/Docs/Android_API/en/Components/IMegaphoneManager/IMegaphoneManager.html @@ -228,8 +228,6 @@
                                                                                                                    IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                    +
                                                                                                                    ICameraStreamManager + +
                                                                                                                    IMediaManager
                                                                                                                    ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                    FlySafeNotificationListener
                                                                                                                    +
                                                                                                                    FlySafeDatabaseListener +
                                                                                                                    +
                                                                                                                    FlySafeDatabaseInfo +
                                                                                                                    ILTEManager @@ -488,6 +504,10 @@
                                                                                                                    RealTimeTransimissionStateListener
                                                                                                                    +
                                                                                                                    MegaphoneInfoListener +
                                                                                                                    +
                                                                                                                    MegaphoneInfo +
                                                                                                                    IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                    UARegistrationNumberStatusListener
                                                                                                                    +
                                                                                                                    OperatorRegistrationNumberStatus +
                                                                                                                    +
                                                                                                                    OperatorRegistrationNumberStatusListener +
                                                                                                                    +
                                                                                                                    RealNameRegistrationStatus +
                                                                                                                    +
                                                                                                                    RealNameRegistrationStatusListener +
                                                                                                                    ILDMManager @@ -582,165 +610,191 @@
                                                                                                                    Description:

                                                                                                                    Class that is used to manage megaphone. Users can setup parameters and play videos on megaphone through this class.

                                                                                                                    Supported since MSDK 5.0.0

                                                                                                                    Class Members:
                                                                                                                    +
                                                                                                                    +
                                                                                                                    method addMegaphoneInfoListener
                                                                                                                    + +
                                                                                                                    void addMegaphoneInfoListener(MegaphoneInfoListener listener)
                                                                                                                    +
                                                                                                                    Package:dji.v5.manager.interfaces
                                                                                                                    +
                                                                                                                    Description:
                                                                                                                    +

                                                                                                                    Sets the listener of megaphone information.

                                                                                                                    Supported since MSDK 5.8.0

                                                                                                                    +
                                                                                                                    Input Parameters:
                                                                                                                    +
                                                                                                                    MegaphoneInfoListener listenerMegaphone information listener.
                                                                                                                    +
                                                                                                                    +
                                                                                                                    method removeMegaphoneInfoListener
                                                                                                                    + +
                                                                                                                    void removeMegaphoneInfoListener(MegaphoneInfoListener listener)
                                                                                                                    +
                                                                                                                    Package:dji.v5.manager.interfaces
                                                                                                                    +
                                                                                                                    Description:
                                                                                                                    +

                                                                                                                    Remove the listener of megaphone information.

                                                                                                                    Supported since MSDK 5.8.0

                                                                                                                    +
                                                                                                                    Input Parameters:
                                                                                                                    +
                                                                                                                    MegaphoneInfoListener listenerMegaphone information listener.
                                                                                                                    +
                                                                                                                    +
                                                                                                                    method clearAllMegaphoneInfoListener
                                                                                                                    + +
                                                                                                                    void clearAllMegaphoneInfoListener()
                                                                                                                    +
                                                                                                                    Package:dji.v5.manager.interfaces
                                                                                                                    +
                                                                                                                    Description:
                                                                                                                    +

                                                                                                                    Remove all the listeners of megaphone information.

                                                                                                                    Supported since MSDK 5.8.0

                                                                                                                    +
                                                                                                                    method
                                                                                                                    method setVolume
                                                                                                                    void setVolume(@NonNull int volume, @Nullable CommonCallbacks.CompletionCallback callback)
                                                                                                                    Package:dji.v5.manager.interfaces
                                                                                                                    -
                                                                                                                    Description:
                                                                                                                    +
                                                                                                                    Description:

                                                                                                                    To set the volume of megaphone.

                                                                                                                    Supported since MSDK 5.0.0

                                                                                                                    -
                                                                                                                    Input Parameters:
                                                                                                                    +
                                                                                                                    Input Parameters:
                                                                                                                    @NonNull int volumeVolume that needs to be set.
                                                                                                                    @Nullable CommonCallbacks.CompletionCallback callbackReturn the callback of execution result.
                                                                                                                    method
                                                                                                                    method getVolume
                                                                                                                    void getVolume(@Nullable CommonCallbacks.CompletionCallbackWithParam<Integer> callback)
                                                                                                                    Package:dji.v5.manager.interfaces
                                                                                                                    -
                                                                                                                    Description:
                                                                                                                    +
                                                                                                                    Description:

                                                                                                                    To get the volume of megaphone.

                                                                                                                    Supported since MSDK 5.0.0

                                                                                                                    -
                                                                                                                    Input Parameters:
                                                                                                                    +
                                                                                                                    Input Parameters:
                                                                                                                    @Nullable CommonCallbacks.CompletionCallbackWithParam<Integer> callbackReturn the callback of execution result.
                                                                                                                    method setPlayMode
                                                                                                                    void setPlayMode(@NonNull PlayMode playMode, @Nullable CommonCallbacks.CompletionCallback callback)
                                                                                                                    Package:dji.v5.manager.interfaces
                                                                                                                    -
                                                                                                                    Description:
                                                                                                                    +
                                                                                                                    Description:

                                                                                                                    To set the megaphone play mode, including single play and loop play.

                                                                                                                    Supported since MSDK 5.0.0

                                                                                                                    -
                                                                                                                    Input Parameters:
                                                                                                                    +
                                                                                                                    Input Parameters:
                                                                                                                    @NonNull PlayMode playModePlay mode that needs to be set.
                                                                                                                    @Nullable CommonCallbacks.CompletionCallback callbackReturn the callback of execution result.
                                                                                                                    method getPlayMode
                                                                                                                    void getPlayMode(@Nullable CommonCallbacks.CompletionCallbackWithParam<PlayMode> callback)
                                                                                                                    Package:dji.v5.manager.interfaces
                                                                                                                    -
                                                                                                                    Description:
                                                                                                                    +
                                                                                                                    Description:

                                                                                                                    To get the megaphone play mode.

                                                                                                                    Supported since MSDK 5.0.0

                                                                                                                    -
                                                                                                                    Input Parameters:
                                                                                                                    +
                                                                                                                    Input Parameters:
                                                                                                                    @Nullable CommonCallbacks.CompletionCallbackWithParam<PlayMode> callbackReturn the callback of execution result.
                                                                                                                    method setWorkMode
                                                                                                                    void setWorkMode(@NonNull WorkMode workMode,@Nullable CommonCallbacks.CompletionCallback callback)
                                                                                                                    Package:dji.v5.manager.interfaces
                                                                                                                    -
                                                                                                                    Description:
                                                                                                                    +
                                                                                                                    Description:

                                                                                                                    To set the work mode of the megaphone, including TTS text mode and voice mode.

                                                                                                                    Supported since MSDK 5.0.0

                                                                                                                    -
                                                                                                                    Input Parameters:
                                                                                                                    +
                                                                                                                    Input Parameters:
                                                                                                                    @NonNull WorkMode workModeWork mode that needs to be set.
                                                                                                                    @Nullable CommonCallbacks.CompletionCallback callbackReturn the callback of execution result.
                                                                                                                    method getWorkMode
                                                                                                                    void getWorkMode(@Nullable CommonCallbacks.CompletionCallbackWithParam<WorkMode> callback)
                                                                                                                    Package:dji.v5.manager.interfaces
                                                                                                                    -
                                                                                                                    Description:
                                                                                                                    +
                                                                                                                    Description:

                                                                                                                    To get the work mode of the megaphone.

                                                                                                                    Supported since MSDK 5.0.0

                                                                                                                    -
                                                                                                                    Input Parameters:
                                                                                                                    +
                                                                                                                    Input Parameters:
                                                                                                                    @Nullable CommonCallbacks.CompletionCallbackWithParam<WorkMode> callbackReturn the callback of execution result.
                                                                                                                    method
                                                                                                                    method getStatus
                                                                                                                    void getStatus(@Nullable CommonCallbacks.CompletionCallbackWithParam<MegaphoneStatus> callback)
                                                                                                                    Package:dji.v5.manager.interfaces
                                                                                                                    -
                                                                                                                    Description:
                                                                                                                    +
                                                                                                                    Description:

                                                                                                                    To get the status of megaphone.

                                                                                                                    Supported since MSDK 5.0.0

                                                                                                                    -
                                                                                                                    Input Parameters:
                                                                                                                    +
                                                                                                                    Input Parameters:
                                                                                                                    @Nullable CommonCallbacks.CompletionCallbackWithParam<MegaphoneStatus> callbackReturn the callback of execution result.
                                                                                                                    method
                                                                                                                    method startPlay
                                                                                                                    void startPlay(@Nullable CommonCallbacks.CompletionCallback callback)
                                                                                                                    Package:dji.v5.manager.interfaces
                                                                                                                    -
                                                                                                                    Description:
                                                                                                                    +
                                                                                                                    Description:

                                                                                                                    The megaphone starts playing. Before calling the start play interface, you need to call the file transfer method startPushingFileToMegaphone or the streaming transfer method startRealTimeTransmission to transmit the data to be played to the megaphone.

                                                                                                                    Supported since MSDK 5.0.0

                                                                                                                    -
                                                                                                                    Input Parameters:
                                                                                                                    +
                                                                                                                    Input Parameters:
                                                                                                                    @Nullable CommonCallbacks.CompletionCallback callbackReturn the callback of execution result.
                                                                                                                    method
                                                                                                                    method stopPlay
                                                                                                                    void stopPlay(@Nullable CommonCallbacks.CompletionCallback callback)
                                                                                                                    Package:dji.v5.manager.interfaces
                                                                                                                    -
                                                                                                                    Description:
                                                                                                                    +
                                                                                                                    Description:

                                                                                                                    The megaphone stops playing.

                                                                                                                    Supported since MSDK 5.0.0

                                                                                                                    -
                                                                                                                    Input Parameters:
                                                                                                                    +
                                                                                                                    Input Parameters:
                                                                                                                    @Nullable CommonCallbacks.CompletionCallback callbackReturn the callback of execution result.
                                                                                                                    method startPushingFileToMegaphone
                                                                                                                    void startPushingFileToMegaphone(@NonNull FileInfo fileInfo, @Nullable CommonCallbacks.CompletionCallbackWithProgress<Integer> callback)
                                                                                                                    Package:dji.v5.manager.interfaces
                                                                                                                    -
                                                                                                                    Description:
                                                                                                                    +
                                                                                                                    Description:

                                                                                                                    Transfer TTS data or audio files to the megaphone. When the data transfer is complete, you can call the startPlay interface to play.

                                                                                                                    Supported since MSDK 5.0.0

                                                                                                                    -
                                                                                                                    Input Parameters:
                                                                                                                    +
                                                                                                                    Input Parameters:
                                                                                                                    @NonNull FileInfo fileInfoFile Information.
                                                                                                                    @Nullable CommonCallbacks.CompletionCallbackWithProgress<Integer> callbackReturn the callback of execution result.
                                                                                                                    method cancelPushingFileToMegaphone
                                                                                                                    void cancelPushingFileToMegaphone(@Nullable CommonCallbacks.CompletionCallback callback)
                                                                                                                    Package:dji.v5.manager.interfaces
                                                                                                                    -
                                                                                                                    Description:
                                                                                                                    +
                                                                                                                    Description:

                                                                                                                    Stop transferring TTS data or audio files to the megaphone.

                                                                                                                    Supported since MSDK 5.0.0

                                                                                                                    -
                                                                                                                    Input Parameters:
                                                                                                                    +
                                                                                                                    Input Parameters:
                                                                                                                    @Nullable CommonCallbacks.CompletionCallback callbackReturn the callback of execution result.
                                                                                                                    method startRealTimeTransmission
                                                                                                                    void startRealTimeTransmission(@Nullable CommonCallbacks.CompletionCallback callback)
                                                                                                                    Package:dji.v5.manager.interfaces
                                                                                                                    -
                                                                                                                    Description:
                                                                                                                    +
                                                                                                                    Description:

                                                                                                                    Turn on streaming transferring mode. You can call sendRealTimeDataToMegaphone to send the data to be played to the megaphone, and call appendEOFToRealTimeData to add the EOF flag, indicating that the data is sent. Then call the startPlay interface to play.
                                                                                                                    Notice: The data in streaming transferring mode must be audio data in OPUS encoded format.

                                                                                                                    Supported since MSDK 5.0.0

                                                                                                                    -
                                                                                                                    Input Parameters:
                                                                                                                    +
                                                                                                                    Input Parameters:
                                                                                                                    @Nullable CommonCallbacks.CompletionCallback callbackReturn the callback of execution result.
                                                                                                                    method sendRealTimeDataToMegaphone
                                                                                                                    void sendRealTimeDataToMegaphone(byte[] data, int length, @Nullable CommonCallbacks.CompletionCallback callback)
                                                                                                                    Package:dji.v5.manager.interfaces
                                                                                                                    -
                                                                                                                    Description:
                                                                                                                    +
                                                                                                                    Description:

                                                                                                                    Send the data to be played to the megaphone. You can call this interface multiple times to send data to be played.

                                                                                                                    Supported since MSDK 5.0.0

                                                                                                                    -
                                                                                                                    Input Parameters:
                                                                                                                    +
                                                                                                                    Input Parameters:
                                                                                                                    byte[] dataThe data to be transmitted must be audio data in OPUS encoding format.
                                                                                                                    int lengthData length.
                                                                                                                    @Nullable CommonCallbacks.CompletionCallback callbackReturn the callback of execution result.
                                                                                                                    method appendEOFToRealTimeData
                                                                                                                    void appendEOFToRealTimeData(@Nullable CommonCallbacks.CompletionCallback callback)
                                                                                                                    Package:dji.v5.manager.interfaces
                                                                                                                    -
                                                                                                                    Description:
                                                                                                                    +
                                                                                                                    Description:

                                                                                                                    Add the EOF flag to indicate that the data is sent. You can call the startPlay interface to play.

                                                                                                                    Supported since MSDK 5.0.0

                                                                                                                    -
                                                                                                                    Input Parameters:
                                                                                                                    +
                                                                                                                    Input Parameters:
                                                                                                                    @Nullable CommonCallbacks.CompletionCallback callbackReturn the callback of execution result.
                                                                                                                    method cancelRealTimeTransmission
                                                                                                                    void cancelRealTimeTransmission(@Nullable CommonCallbacks.CompletionCallback callback)
                                                                                                                    Package:dji.v5.manager.interfaces
                                                                                                                    -
                                                                                                                    Description:
                                                                                                                    +
                                                                                                                    Description:

                                                                                                                    Cancel this transfer and clear the uploaded data.

                                                                                                                    Supported since MSDK 5.0.0

                                                                                                                    -
                                                                                                                    Input Parameters:
                                                                                                                    +
                                                                                                                    Input Parameters:
                                                                                                                    @Nullable CommonCallbacks.CompletionCallback callbackReturn the callback of execution result.
                                                                                                                    method addRealTimeTransmissionStateListener
                                                                                                                    void addRealTimeTransmissionStateListener(@Nullable RealTimeTransimissionStateListener listener)
                                                                                                                    Package:dji.v5.manager.interfaces
                                                                                                                    -
                                                                                                                    Description:
                                                                                                                    +
                                                                                                                    Description:

                                                                                                                    To set the status listener for streaming transferring mode.

                                                                                                                    Supported since MSDK 5.0.0

                                                                                                                    -
                                                                                                                    Input Parameters:
                                                                                                                    +
                                                                                                                    Input Parameters:
                                                                                                                    @Nullable RealTimeTransimissionStateListener listenerStatus listener for streaming transferring mode.
                                                                                                                    method removeRealTimeTransmissionStateListener
                                                                                                                    void removeRealTimeTransmissionStateListener(@Nullable RealTimeTransimissionStateListener listener)
                                                                                                                    Package:dji.v5.manager.interfaces
                                                                                                                    -
                                                                                                                    Description:
                                                                                                                    +
                                                                                                                    Description:

                                                                                                                    Remove the status listener for streaming transferring mode.

                                                                                                                    Supported since MSDK 5.0.0

                                                                                                                    -
                                                                                                                    Input Parameters:
                                                                                                                    +
                                                                                                                    Input Parameters:
                                                                                                                    @Nullable RealTimeTransimissionStateListener listenerStatus listener for streaming transferring mode.
                                                                                                                    method clearAllRealTimeTransmissionStateListener
                                                                                                                    void clearAllRealTimeTransmissionStateListener()
                                                                                                                    Package:dji.v5.manager.interfaces
                                                                                                                    -
                                                                                                                    Description:
                                                                                                                    +
                                                                                                                    Description:

                                                                                                                    Remove every status listener for streaming transferring mode.

                                                                                                                    Supported since MSDK 5.0.0

                                                                                                                    @@ -749,7 +803,7 @@
                                                                                                                    enum MegaphoneIndex
                                                                                                                    Package:dji.v5.manager.aircraft.megaphone
                                                                                                                    -
                                                                                                                    Description:
                                                                                                                    +
                                                                                                                    Description:

                                                                                                                    Megaphone position.

                                                                                                                    Supported since MSDK 5.0.0

                                                                                                                    Enum Members:
                                                                                                                    PORTSIDEThe magaphone is at portside(Main).
                                                                                                                    STARBOARDThe megaphone is at starboard.
                                                                                                                    UPSIDEThe megaphone is at upside.
                                                                                                                    OSDKThe megaphone is conncet with OSDK port.
                                                                                                                    @@ -760,7 +814,7 @@
                                                                                                                    Class Members:
                                                                                                                    enum WorkMode
                                                                                                                    Package:dji.v5.manager.aircraft.megaphone
                                                                                                                    -
                                                                                                                    Description:
                                                                                                                    +
                                                                                                                    Description:

                                                                                                                    Speaker working mode. Includes TTS text mode and voice mode.

                                                                                                                    Supported since MSDK 5.0.0

                                                                                                                    Enum Members:
                                                                                                                    TTSTTS mode. Input text is converted into voice to play.
                                                                                                                    VOICEVoice mode. Input voice to play.
                                                                                                                    @@ -771,7 +825,7 @@
                                                                                                                    Class Members:
                                                                                                                    enum PlayMode
                                                                                                                    Package:dji.v5.manager.aircraft.megaphone
                                                                                                                    -
                                                                                                                    Description:
                                                                                                                    +
                                                                                                                    Description:

                                                                                                                    Speaker playing mode, including single playing mode and loop playing mode.

                                                                                                                    Supported since MSDK 5.0.0

                                                                                                                    Enum Members:
                                                                                                                    SINGLESingle play mode.
                                                                                                                    LOOPLoop play mode.
                                                                                                                    @@ -782,7 +836,7 @@
                                                                                                                    Class Members:
                                                                                                                    enum MegaphoneStatus
                                                                                                                    Package:dji.v5.manager.aircraft.megaphone
                                                                                                                    -
                                                                                                                    Description:
                                                                                                                    +
                                                                                                                    Description:

                                                                                                                    Speaker status.

                                                                                                                    Supported since MSDK 5.0.0

                                                                                                                    Enum Members:
                                                                                                                    IDELThe megaphone is idle.
                                                                                                                    IN_TRANSMISSIONThe megaphone is in data transmission status.
                                                                                                                    PLAYINGThe megaphone is in data playing status.
                                                                                                                    IN_EXCEPTIONThe microphone is in an abnormal status. Please contact the equipment provider to solve it.
                                                                                                                    TTS_IN_CONVERSIONTTS is being converted to voice.
                                                                                                                    @@ -793,7 +847,7 @@
                                                                                                                    Class Members:
                                                                                                                    enum UploadType
                                                                                                                    Package:dji.v5.manager.aircraft.megaphone
                                                                                                                    -
                                                                                                                    Description:
                                                                                                                    +
                                                                                                                    Description:

                                                                                                                    The type for the file transfer method, including local audio file data and TTS binary data.

                                                                                                                    Supported since MSDK 5.0.0

                                                                                                                    Enum Members:
                                                                                                                    TTS_DATATTS binary data type. To set this mode, you need to call setData to set the TTS binary data.
                                                                                                                    VOICE_FILELocal audio file type. To set this mode, you need to call setFile to set the local audio file path.
                                                                                                                    @@ -804,12 +858,13 @@
                                                                                                                    Class Members:
                                                                                                                    enum UploadState
                                                                                                                    Package:dji.v5.manager.aircraft.megaphone
                                                                                                                    -
                                                                                                                    Description:
                                                                                                                    +
                                                                                                                    Description:

                                                                                                                    Streaming mode upload status.

                                                                                                                    Supported since MSDK 5.0.0

                                                                                                                    Enum Members:
                                                                                                                    UPLOADINGUploading.
                                                                                                                    UPLOAD_SUCCESSUpload successfully.
                                                                                                                    UPLOAD_FAILEDUpload failed. Please upload again.
                                                                                                                    MD5_FAILEDMD5 verification failed.
                                                                                                                    ABORTEDUploading aborted.
                                                                                                                    Class Members:
                                                                                                                    + diff --git a/Docs/Android_API/en/Components/IMegaphoneManager/IMegaphoneManager_FileInfo.html b/Docs/Android_API/en/Components/IMegaphoneManager/IMegaphoneManager_FileInfo.html index 8471a960..82bdb5ec 100644 --- a/Docs/Android_API/en/Components/IMegaphoneManager/IMegaphoneManager_FileInfo.html +++ b/Docs/Android_API/en/Components/IMegaphoneManager/IMegaphoneManager_FileInfo.html @@ -228,8 +228,6 @@
                                                                                                                    IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                    +
                                                                                                                    ICameraStreamManager + +
                                                                                                                    IMediaManager
                                                                                                                    ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                    FlySafeNotificationListener
                                                                                                                    +
                                                                                                                    FlySafeDatabaseListener +
                                                                                                                    +
                                                                                                                    FlySafeDatabaseInfo +
                                                                                                                    ILTEManager @@ -488,6 +504,10 @@
                                                                                                                    RealTimeTransimissionStateListener
                                                                                                                    +
                                                                                                                    MegaphoneInfoListener +
                                                                                                                    +
                                                                                                                    MegaphoneInfo +
                                                                                                                    IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                    UARegistrationNumberStatusListener
                                                                                                                    +
                                                                                                                    OperatorRegistrationNumberStatus +
                                                                                                                    +
                                                                                                                    OperatorRegistrationNumberStatusListener +
                                                                                                                    +
                                                                                                                    RealNameRegistrationStatus +
                                                                                                                    +
                                                                                                                    RealNameRegistrationStatusListener +
                                                                                                                    ILDMManager diff --git a/Docs/Android_API/en/Components/IMegaphoneManager/IMegaphoneManager_MegaphoneInfo.html b/Docs/Android_API/en/Components/IMegaphoneManager/IMegaphoneManager_MegaphoneInfo.html new file mode 100644 index 00000000..a7aad6c5 --- /dev/null +++ b/Docs/Android_API/en/Components/IMegaphoneManager/IMegaphoneManager_MegaphoneInfo.html @@ -0,0 +1,712 @@ + + + + + + + DJI Mobile SDK Documentation + + + + +
                                                                                                                    +
                                                                                                                    +
                                                                                                                    +
                                                                                                                    +
                                                                                                                    +
                                                                                                                    +
                                                                                                                    + + +
                                                                                                                    +
                                                                                                                    +
                                                                                                                    +
                                                                                                                    +
                                                                                                                      +
                                                                                                                      +
                                                                                                                      +
                                                                                                                        +
                                                                                                                        +
                                                                                                                        +
                                                                                                                        + +
                                                                                                                        +
                                                                                                                        +

                                                                                                                        class MegaphoneInfo

                                                                                                                        +
                                                                                                                        class MegaphoneInfo
                                                                                                                        +
                                                                                                                        Package:dji.v5.manager.aircraft.megaphone
                                                                                                                        +
                                                                                                                        Description:
                                                                                                                        +

                                                                                                                        Megaphone information class, including megaphone volume, play mode, work mode, status, etc.

                                                                                                                        Supported since MSDK 5.8.0

                                                                                                                        +
                                                                                                                        Class Members:
                                                                                                                        +
                                                                                                                        method
                                                                                                                        +
                                                                                                                        method getVolume
                                                                                                                        + +
                                                                                                                        Integer getVolume()
                                                                                                                        +
                                                                                                                        Package:dji.v5.manager.aircraft.megaphone
                                                                                                                        +
                                                                                                                        Description:
                                                                                                                        +

                                                                                                                        Gets the megaphone volume.

                                                                                                                        +
                                                                                                                        Return:
                                                                                                                        +
                                                                                                                        IntegerReturn the megaphone volume.
                                                                                                                        +
                                                                                                                        +
                                                                                                                        method getPlayMode
                                                                                                                        + +
                                                                                                                        PlayMode getPlayMode()
                                                                                                                        +
                                                                                                                        Package:dji.v5.manager.aircraft.megaphone
                                                                                                                        +
                                                                                                                        Description:
                                                                                                                        +

                                                                                                                        Gets the megaphone play mode.

                                                                                                                        +
                                                                                                                        Return:
                                                                                                                        +
                                                                                                                        PlayModeReturn the megaphone play mode.
                                                                                                                        +
                                                                                                                        +
                                                                                                                        method getWorkMode
                                                                                                                        + +
                                                                                                                        WorkMode getWorkMode()
                                                                                                                        +
                                                                                                                        Package:dji.v5.manager.aircraft.megaphone
                                                                                                                        +
                                                                                                                        Description:
                                                                                                                        +

                                                                                                                        Gets the megaphone work mode.

                                                                                                                        +
                                                                                                                        Return:
                                                                                                                        +
                                                                                                                        WorkModeReturn the megaphone work mode.
                                                                                                                        +
                                                                                                                        method
                                                                                                                        +
                                                                                                                        method getStatus
                                                                                                                        + +
                                                                                                                        MegaphoneStatus getStatus()
                                                                                                                        +
                                                                                                                        Package:dji.v5.manager.aircraft.megaphone
                                                                                                                        +
                                                                                                                        Description:
                                                                                                                        +

                                                                                                                        Gets the megaphone status.

                                                                                                                        +
                                                                                                                        Return:
                                                                                                                        +
                                                                                                                        MegaphoneStatusReturn the megaphone status.
                                                                                                                        + +
                                                                                                                        +
                                                                                                                        +
                                                                                                                        + +
                                                                                                                        + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Docs/Android_API/en/Components/IMegaphoneManager/IMegaphoneManager_MegaphoneInfoListener.html b/Docs/Android_API/en/Components/IMegaphoneManager/IMegaphoneManager_MegaphoneInfoListener.html new file mode 100644 index 00000000..f8dc94cc --- /dev/null +++ b/Docs/Android_API/en/Components/IMegaphoneManager/IMegaphoneManager_MegaphoneInfoListener.html @@ -0,0 +1,685 @@ + + + + + + + DJI Mobile SDK Documentation + + + + +
                                                                                                                        +
                                                                                                                        +
                                                                                                                        +
                                                                                                                        +
                                                                                                                        +
                                                                                                                        +
                                                                                                                        + + +
                                                                                                                        +
                                                                                                                        +
                                                                                                                        +
                                                                                                                        +
                                                                                                                          +
                                                                                                                          +
                                                                                                                          +
                                                                                                                            +
                                                                                                                            +
                                                                                                                            +
                                                                                                                            + +
                                                                                                                            +
                                                                                                                            +

                                                                                                                            class MegaphoneInfoListener

                                                                                                                            +
                                                                                                                            interface MegaphoneInfoListener
                                                                                                                            +
                                                                                                                            Package:dji.v5.manager.aircraft.megaphone
                                                                                                                            +
                                                                                                                            Description:
                                                                                                                            +

                                                                                                                            Megaphone information listener.

                                                                                                                            Supported since MSDK 5.8.0

                                                                                                                            +
                                                                                                                            Class Members:
                                                                                                                            +
                                                                                                                            +
                                                                                                                            method onUpdateMegaphoneInfo
                                                                                                                            + +
                                                                                                                            void onUpdateMegaphoneInfo(MegaphoneInfo megaphoneInfo)
                                                                                                                            +
                                                                                                                            Package:dji.v5.manager.aircraft.megaphone
                                                                                                                            +
                                                                                                                            Description:
                                                                                                                            +

                                                                                                                            When the megaphone information changes, this method will be called back.

                                                                                                                            Supported since MSDK 5.2.0

                                                                                                                            +
                                                                                                                            Input Parameters:
                                                                                                                            +
                                                                                                                            MegaphoneInfo megaphoneInfoegaphone information.
                                                                                                                            + +
                                                                                                                            +
                                                                                                                            +
                                                                                                                            + +
                                                                                                                            + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Docs/Android_API/en/Components/IMegaphoneManager/IMegaphoneManager_RealTimeTransimissionStateListener.html b/Docs/Android_API/en/Components/IMegaphoneManager/IMegaphoneManager_RealTimeTransimissionStateListener.html index bdfef9e5..2dcf8936 100644 --- a/Docs/Android_API/en/Components/IMegaphoneManager/IMegaphoneManager_RealTimeTransimissionStateListener.html +++ b/Docs/Android_API/en/Components/IMegaphoneManager/IMegaphoneManager_RealTimeTransimissionStateListener.html @@ -228,8 +228,6 @@
                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                            +
                                                                                                                            ICameraStreamManager + +
                                                                                                                            IMediaManager
                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                            FlySafeNotificationListener
                                                                                                                            +
                                                                                                                            FlySafeDatabaseListener +
                                                                                                                            +
                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                            +
                                                                                                                            MegaphoneInfoListener +
                                                                                                                            +
                                                                                                                            MegaphoneInfo +
                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                            +
                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                            +
                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                            +
                                                                                                                            RealNameRegistrationStatus +
                                                                                                                            +
                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/IPayloadCenter/IPayloadCenter.html b/Docs/Android_API/en/Components/IPayloadCenter/IPayloadCenter.html index 011ace1d..dee32e54 100644 --- a/Docs/Android_API/en/Components/IPayloadCenter/IPayloadCenter.html +++ b/Docs/Android_API/en/Components/IPayloadCenter/IPayloadCenter.html @@ -228,8 +228,6 @@
                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                            +
                                                                                                                            ICameraStreamManager + +
                                                                                                                            IMediaManager
                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                            FlySafeNotificationListener
                                                                                                                            +
                                                                                                                            FlySafeDatabaseListener +
                                                                                                                            +
                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                            +
                                                                                                                            MegaphoneInfoListener +
                                                                                                                            +
                                                                                                                            MegaphoneInfo +
                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                            +
                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                            +
                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                            +
                                                                                                                            RealNameRegistrationStatus +
                                                                                                                            +
                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/IPayloadCenter/IPayloadManager.html b/Docs/Android_API/en/Components/IPayloadCenter/IPayloadManager.html index d6798536..da89b8e3 100644 --- a/Docs/Android_API/en/Components/IPayloadCenter/IPayloadManager.html +++ b/Docs/Android_API/en/Components/IPayloadCenter/IPayloadManager.html @@ -228,8 +228,6 @@
                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                            +
                                                                                                                            ICameraStreamManager + +
                                                                                                                            IMediaManager
                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                            FlySafeNotificationListener
                                                                                                                            +
                                                                                                                            FlySafeDatabaseListener +
                                                                                                                            +
                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                            +
                                                                                                                            MegaphoneInfoListener +
                                                                                                                            +
                                                                                                                            MegaphoneInfo +
                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                            +
                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                            +
                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                            +
                                                                                                                            RealNameRegistrationStatus +
                                                                                                                            +
                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/IPayloadCenter/IPayloadManager_FloatingWindowWidget.html b/Docs/Android_API/en/Components/IPayloadCenter/IPayloadManager_FloatingWindowWidget.html index a37c3e3b..e5d34f58 100644 --- a/Docs/Android_API/en/Components/IPayloadCenter/IPayloadManager_FloatingWindowWidget.html +++ b/Docs/Android_API/en/Components/IPayloadCenter/IPayloadManager_FloatingWindowWidget.html @@ -228,8 +228,6 @@
                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                            +
                                                                                                                            ICameraStreamManager + +
                                                                                                                            IMediaManager
                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                            FlySafeNotificationListener
                                                                                                                            +
                                                                                                                            FlySafeDatabaseListener +
                                                                                                                            +
                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                            +
                                                                                                                            MegaphoneInfoListener +
                                                                                                                            +
                                                                                                                            MegaphoneInfo +
                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                            +
                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                            +
                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                            +
                                                                                                                            RealNameRegistrationStatus +
                                                                                                                            +
                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/IPayloadCenter/IPayloadManager_IconFilePath.html b/Docs/Android_API/en/Components/IPayloadCenter/IPayloadManager_IconFilePath.html index 0545430d..6a9496b8 100644 --- a/Docs/Android_API/en/Components/IPayloadCenter/IPayloadManager_IconFilePath.html +++ b/Docs/Android_API/en/Components/IPayloadCenter/IPayloadManager_IconFilePath.html @@ -228,8 +228,6 @@
                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                            +
                                                                                                                            ICameraStreamManager + +
                                                                                                                            IMediaManager
                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                            FlySafeNotificationListener
                                                                                                                            +
                                                                                                                            FlySafeDatabaseListener +
                                                                                                                            +
                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                            +
                                                                                                                            MegaphoneInfoListener +
                                                                                                                            +
                                                                                                                            MegaphoneInfo +
                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                            +
                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                            +
                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                            +
                                                                                                                            RealNameRegistrationStatus +
                                                                                                                            +
                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/IPayloadCenter/IPayloadManager_PayloadBasicInfo.html b/Docs/Android_API/en/Components/IPayloadCenter/IPayloadManager_PayloadBasicInfo.html index 4818ee22..1cbad772 100644 --- a/Docs/Android_API/en/Components/IPayloadCenter/IPayloadManager_PayloadBasicInfo.html +++ b/Docs/Android_API/en/Components/IPayloadCenter/IPayloadManager_PayloadBasicInfo.html @@ -228,8 +228,6 @@
                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                            +
                                                                                                                            ICameraStreamManager + +
                                                                                                                            IMediaManager
                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                            FlySafeNotificationListener
                                                                                                                            +
                                                                                                                            FlySafeDatabaseListener +
                                                                                                                            +
                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                            +
                                                                                                                            MegaphoneInfoListener +
                                                                                                                            +
                                                                                                                            MegaphoneInfo +
                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                            +
                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                            +
                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                            +
                                                                                                                            RealNameRegistrationStatus +
                                                                                                                            +
                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/IPayloadCenter/IPayloadManager_PayloadBasicInfoListener.html b/Docs/Android_API/en/Components/IPayloadCenter/IPayloadManager_PayloadBasicInfoListener.html index efec2923..31354fa7 100644 --- a/Docs/Android_API/en/Components/IPayloadCenter/IPayloadManager_PayloadBasicInfoListener.html +++ b/Docs/Android_API/en/Components/IPayloadCenter/IPayloadManager_PayloadBasicInfoListener.html @@ -228,8 +228,6 @@
                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                            +
                                                                                                                            ICameraStreamManager + +
                                                                                                                            IMediaManager
                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                            FlySafeNotificationListener
                                                                                                                            +
                                                                                                                            FlySafeDatabaseListener +
                                                                                                                            +
                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                            +
                                                                                                                            MegaphoneInfoListener +
                                                                                                                            +
                                                                                                                            MegaphoneInfo +
                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                            +
                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                            +
                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                            +
                                                                                                                            RealNameRegistrationStatus +
                                                                                                                            +
                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/IPayloadCenter/IPayloadManager_PayloadDataListener.html b/Docs/Android_API/en/Components/IPayloadCenter/IPayloadManager_PayloadDataListener.html index 03ab9086..262b9398 100644 --- a/Docs/Android_API/en/Components/IPayloadCenter/IPayloadManager_PayloadDataListener.html +++ b/Docs/Android_API/en/Components/IPayloadCenter/IPayloadManager_PayloadDataListener.html @@ -228,8 +228,6 @@
                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                            +
                                                                                                                            ICameraStreamManager + +
                                                                                                                            IMediaManager
                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                            FlySafeNotificationListener
                                                                                                                            +
                                                                                                                            FlySafeDatabaseListener +
                                                                                                                            +
                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                            +
                                                                                                                            MegaphoneInfoListener +
                                                                                                                            +
                                                                                                                            MegaphoneInfo +
                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                            +
                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                            +
                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                            +
                                                                                                                            RealNameRegistrationStatus +
                                                                                                                            +
                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/IPayloadCenter/IPayloadManager_PayloadWidget.html b/Docs/Android_API/en/Components/IPayloadCenter/IPayloadManager_PayloadWidget.html index 1d4b966e..f70b77eb 100644 --- a/Docs/Android_API/en/Components/IPayloadCenter/IPayloadManager_PayloadWidget.html +++ b/Docs/Android_API/en/Components/IPayloadCenter/IPayloadManager_PayloadWidget.html @@ -228,8 +228,6 @@
                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                            +
                                                                                                                            ICameraStreamManager + +
                                                                                                                            IMediaManager
                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                            FlySafeNotificationListener
                                                                                                                            +
                                                                                                                            FlySafeDatabaseListener +
                                                                                                                            +
                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                            +
                                                                                                                            MegaphoneInfoListener +
                                                                                                                            +
                                                                                                                            MegaphoneInfo +
                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                            +
                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                            +
                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                            +
                                                                                                                            RealNameRegistrationStatus +
                                                                                                                            +
                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/IPayloadCenter/IPayloadManager_PayloadWidgetInfo.html b/Docs/Android_API/en/Components/IPayloadCenter/IPayloadManager_PayloadWidgetInfo.html index aab3be16..95273f0e 100644 --- a/Docs/Android_API/en/Components/IPayloadCenter/IPayloadManager_PayloadWidgetInfo.html +++ b/Docs/Android_API/en/Components/IPayloadCenter/IPayloadManager_PayloadWidgetInfo.html @@ -228,8 +228,6 @@
                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                            +
                                                                                                                            ICameraStreamManager + +
                                                                                                                            IMediaManager
                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                            FlySafeNotificationListener
                                                                                                                            +
                                                                                                                            FlySafeDatabaseListener +
                                                                                                                            +
                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                            +
                                                                                                                            MegaphoneInfoListener +
                                                                                                                            +
                                                                                                                            MegaphoneInfo +
                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                            +
                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                            +
                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                            +
                                                                                                                            RealNameRegistrationStatus +
                                                                                                                            +
                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/IPayloadCenter/IPayloadManager_PayloadWidgetInfoListener.html b/Docs/Android_API/en/Components/IPayloadCenter/IPayloadManager_PayloadWidgetInfoListener.html index a5b2e0ec..f7d4c79d 100644 --- a/Docs/Android_API/en/Components/IPayloadCenter/IPayloadManager_PayloadWidgetInfoListener.html +++ b/Docs/Android_API/en/Components/IPayloadCenter/IPayloadManager_PayloadWidgetInfoListener.html @@ -228,8 +228,6 @@
                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                            +
                                                                                                                            ICameraStreamManager + +
                                                                                                                            IMediaManager
                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                            FlySafeNotificationListener
                                                                                                                            +
                                                                                                                            FlySafeDatabaseListener +
                                                                                                                            +
                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                            +
                                                                                                                            MegaphoneInfoListener +
                                                                                                                            +
                                                                                                                            MegaphoneInfo +
                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                            +
                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                            +
                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                            +
                                                                                                                            RealNameRegistrationStatus +
                                                                                                                            +
                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/IPayloadCenter/IPayloadManager_SpeakerWidget.html b/Docs/Android_API/en/Components/IPayloadCenter/IPayloadManager_SpeakerWidget.html index 1ef07e0b..ed83a531 100644 --- a/Docs/Android_API/en/Components/IPayloadCenter/IPayloadManager_SpeakerWidget.html +++ b/Docs/Android_API/en/Components/IPayloadCenter/IPayloadManager_SpeakerWidget.html @@ -228,8 +228,6 @@
                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                            +
                                                                                                                            ICameraStreamManager + +
                                                                                                                            IMediaManager
                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                            FlySafeNotificationListener
                                                                                                                            +
                                                                                                                            FlySafeDatabaseListener +
                                                                                                                            +
                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                            +
                                                                                                                            MegaphoneInfoListener +
                                                                                                                            +
                                                                                                                            MegaphoneInfo +
                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                            +
                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                            +
                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                            +
                                                                                                                            RealNameRegistrationStatus +
                                                                                                                            +
                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/IPayloadCenter/IPayloadManager_SubItems.html b/Docs/Android_API/en/Components/IPayloadCenter/IPayloadManager_SubItems.html index 0a60138b..86b82934 100644 --- a/Docs/Android_API/en/Components/IPayloadCenter/IPayloadManager_SubItems.html +++ b/Docs/Android_API/en/Components/IPayloadCenter/IPayloadManager_SubItems.html @@ -228,8 +228,6 @@
                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                            +
                                                                                                                            ICameraStreamManager + +
                                                                                                                            IMediaManager
                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                            FlySafeNotificationListener
                                                                                                                            +
                                                                                                                            FlySafeDatabaseListener +
                                                                                                                            +
                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                            +
                                                                                                                            MegaphoneInfoListener +
                                                                                                                            +
                                                                                                                            MegaphoneInfo +
                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                            +
                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                            +
                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                            +
                                                                                                                            RealNameRegistrationStatus +
                                                                                                                            +
                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/IPayloadCenter/IPayloadManager_TextInputBoxWidget.html b/Docs/Android_API/en/Components/IPayloadCenter/IPayloadManager_TextInputBoxWidget.html index 2de2863d..473369d8 100644 --- a/Docs/Android_API/en/Components/IPayloadCenter/IPayloadManager_TextInputBoxWidget.html +++ b/Docs/Android_API/en/Components/IPayloadCenter/IPayloadManager_TextInputBoxWidget.html @@ -228,8 +228,6 @@
                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                            +
                                                                                                                            ICameraStreamManager + +
                                                                                                                            IMediaManager
                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                            FlySafeNotificationListener
                                                                                                                            +
                                                                                                                            FlySafeDatabaseListener +
                                                                                                                            +
                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                            +
                                                                                                                            MegaphoneInfoListener +
                                                                                                                            +
                                                                                                                            MegaphoneInfo +
                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                            +
                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                            +
                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                            +
                                                                                                                            RealNameRegistrationStatus +
                                                                                                                            +
                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/IPayloadCenter/Value_Payload_Struct_CustomizeRcButtonConfig.html b/Docs/Android_API/en/Components/IPayloadCenter/Value_Payload_Struct_CustomizeRcButtonConfig.html index 6c7ecf0c..0b610ebe 100644 --- a/Docs/Android_API/en/Components/IPayloadCenter/Value_Payload_Struct_CustomizeRcButtonConfig.html +++ b/Docs/Android_API/en/Components/IPayloadCenter/Value_Payload_Struct_CustomizeRcButtonConfig.html @@ -228,8 +228,6 @@
                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                            +
                                                                                                                            ICameraStreamManager + +
                                                                                                                            IMediaManager
                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                            FlySafeNotificationListener
                                                                                                                            +
                                                                                                                            FlySafeDatabaseListener +
                                                                                                                            +
                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                            +
                                                                                                                            MegaphoneInfoListener +
                                                                                                                            +
                                                                                                                            MegaphoneInfo +
                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                            +
                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                            +
                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                            +
                                                                                                                            RealNameRegistrationStatus +
                                                                                                                            +
                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/IPayloadCenter/Value_Payload_Struct_WidgetValue.html b/Docs/Android_API/en/Components/IPayloadCenter/Value_Payload_Struct_WidgetValue.html index 1dec40b1..f44862ea 100644 --- a/Docs/Android_API/en/Components/IPayloadCenter/Value_Payload_Struct_WidgetValue.html +++ b/Docs/Android_API/en/Components/IPayloadCenter/Value_Payload_Struct_WidgetValue.html @@ -228,8 +228,6 @@
                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                            +
                                                                                                                            ICameraStreamManager + +
                                                                                                                            IMediaManager
                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                            FlySafeNotificationListener
                                                                                                                            +
                                                                                                                            FlySafeDatabaseListener +
                                                                                                                            +
                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                            +
                                                                                                                            MegaphoneInfoListener +
                                                                                                                            +
                                                                                                                            MegaphoneInfo +
                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                            +
                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                            +
                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                            +
                                                                                                                            RealNameRegistrationStatus +
                                                                                                                            +
                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/IPerceptionManager/IPerceptionManager.html b/Docs/Android_API/en/Components/IPerceptionManager/IPerceptionManager.html index 9b308294..bfae3ea0 100644 --- a/Docs/Android_API/en/Components/IPerceptionManager/IPerceptionManager.html +++ b/Docs/Android_API/en/Components/IPerceptionManager/IPerceptionManager.html @@ -228,8 +228,6 @@
                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                            +
                                                                                                                            ICameraStreamManager + +
                                                                                                                            IMediaManager
                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                            FlySafeNotificationListener
                                                                                                                            +
                                                                                                                            FlySafeDatabaseListener +
                                                                                                                            +
                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                            +
                                                                                                                            MegaphoneInfoListener +
                                                                                                                            +
                                                                                                                            MegaphoneInfo +
                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                            +
                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                            +
                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                            +
                                                                                                                            RealNameRegistrationStatus +
                                                                                                                            +
                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/IPerceptionManager/IPerceptionManager_ObstacleData.html b/Docs/Android_API/en/Components/IPerceptionManager/IPerceptionManager_ObstacleData.html index ac477f8c..c757d15b 100644 --- a/Docs/Android_API/en/Components/IPerceptionManager/IPerceptionManager_ObstacleData.html +++ b/Docs/Android_API/en/Components/IPerceptionManager/IPerceptionManager_ObstacleData.html @@ -228,8 +228,6 @@
                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                            +
                                                                                                                            ICameraStreamManager + +
                                                                                                                            IMediaManager
                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                            FlySafeNotificationListener
                                                                                                                            +
                                                                                                                            FlySafeDatabaseListener +
                                                                                                                            +
                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                            +
                                                                                                                            MegaphoneInfoListener +
                                                                                                                            +
                                                                                                                            MegaphoneInfo +
                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                            +
                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                            +
                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                            +
                                                                                                                            RealNameRegistrationStatus +
                                                                                                                            +
                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/IPerceptionManager/IPerceptionManager_ObstacleDataListener.html b/Docs/Android_API/en/Components/IPerceptionManager/IPerceptionManager_ObstacleDataListener.html index 6a82ac13..7bcfd01a 100644 --- a/Docs/Android_API/en/Components/IPerceptionManager/IPerceptionManager_ObstacleDataListener.html +++ b/Docs/Android_API/en/Components/IPerceptionManager/IPerceptionManager_ObstacleDataListener.html @@ -228,8 +228,6 @@
                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                            +
                                                                                                                            ICameraStreamManager + +
                                                                                                                            IMediaManager
                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                            FlySafeNotificationListener
                                                                                                                            +
                                                                                                                            FlySafeDatabaseListener +
                                                                                                                            +
                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                            +
                                                                                                                            MegaphoneInfoListener +
                                                                                                                            +
                                                                                                                            MegaphoneInfo +
                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                            +
                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                            +
                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                            +
                                                                                                                            RealNameRegistrationStatus +
                                                                                                                            +
                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/IPerceptionManager/IPerceptionManager_PerceptionInfo.html b/Docs/Android_API/en/Components/IPerceptionManager/IPerceptionManager_PerceptionInfo.html index 2fb9fdea..803808eb 100644 --- a/Docs/Android_API/en/Components/IPerceptionManager/IPerceptionManager_PerceptionInfo.html +++ b/Docs/Android_API/en/Components/IPerceptionManager/IPerceptionManager_PerceptionInfo.html @@ -228,8 +228,6 @@
                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                            +
                                                                                                                            ICameraStreamManager + +
                                                                                                                            IMediaManager
                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                            FlySafeNotificationListener
                                                                                                                            +
                                                                                                                            FlySafeDatabaseListener +
                                                                                                                            +
                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                            +
                                                                                                                            MegaphoneInfoListener +
                                                                                                                            +
                                                                                                                            MegaphoneInfo +
                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                            +
                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                            +
                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                            +
                                                                                                                            RealNameRegistrationStatus +
                                                                                                                            +
                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/IPerceptionManager/IPerceptionManager_PerceptionInformationListener.html b/Docs/Android_API/en/Components/IPerceptionManager/IPerceptionManager_PerceptionInformationListener.html index 7e74e249..ac6650f6 100644 --- a/Docs/Android_API/en/Components/IPerceptionManager/IPerceptionManager_PerceptionInformationListener.html +++ b/Docs/Android_API/en/Components/IPerceptionManager/IPerceptionManager_PerceptionInformationListener.html @@ -228,8 +228,6 @@
                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                            +
                                                                                                                            ICameraStreamManager + +
                                                                                                                            IMediaManager
                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                            FlySafeNotificationListener
                                                                                                                            +
                                                                                                                            FlySafeDatabaseListener +
                                                                                                                            +
                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                            +
                                                                                                                            MegaphoneInfoListener +
                                                                                                                            +
                                                                                                                            MegaphoneInfo +
                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                            +
                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                            +
                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                            +
                                                                                                                            RealNameRegistrationStatus +
                                                                                                                            +
                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/IPerceptionManager/IRadarManager.html b/Docs/Android_API/en/Components/IPerceptionManager/IRadarManager.html index b9a1c13b..13f92e9c 100644 --- a/Docs/Android_API/en/Components/IPerceptionManager/IRadarManager.html +++ b/Docs/Android_API/en/Components/IPerceptionManager/IRadarManager.html @@ -228,8 +228,6 @@
                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                            +
                                                                                                                            ICameraStreamManager + +
                                                                                                                            IMediaManager
                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                            FlySafeNotificationListener
                                                                                                                            +
                                                                                                                            FlySafeDatabaseListener +
                                                                                                                            +
                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                            +
                                                                                                                            MegaphoneInfoListener +
                                                                                                                            +
                                                                                                                            MegaphoneInfo +
                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                            +
                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                            +
                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                            +
                                                                                                                            RealNameRegistrationStatus +
                                                                                                                            +
                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/IPerceptionManager/IRadarManager_RadarInformation.html b/Docs/Android_API/en/Components/IPerceptionManager/IRadarManager_RadarInformation.html index e3f52249..ecc70253 100644 --- a/Docs/Android_API/en/Components/IPerceptionManager/IRadarManager_RadarInformation.html +++ b/Docs/Android_API/en/Components/IPerceptionManager/IRadarManager_RadarInformation.html @@ -228,8 +228,6 @@
                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                            +
                                                                                                                            ICameraStreamManager + +
                                                                                                                            IMediaManager
                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                            FlySafeNotificationListener
                                                                                                                            +
                                                                                                                            FlySafeDatabaseListener +
                                                                                                                            +
                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                            +
                                                                                                                            MegaphoneInfoListener +
                                                                                                                            +
                                                                                                                            MegaphoneInfo +
                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                            +
                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                            +
                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                            +
                                                                                                                            RealNameRegistrationStatus +
                                                                                                                            +
                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/IPerceptionManager/IRadarManager_RadarInformationListener.html b/Docs/Android_API/en/Components/IPerceptionManager/IRadarManager_RadarInformationListener.html index 6d42aa56..281e8ee4 100644 --- a/Docs/Android_API/en/Components/IPerceptionManager/IRadarManager_RadarInformationListener.html +++ b/Docs/Android_API/en/Components/IPerceptionManager/IRadarManager_RadarInformationListener.html @@ -228,8 +228,6 @@
                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                            +
                                                                                                                            ICameraStreamManager + +
                                                                                                                            IMediaManager
                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                            FlySafeNotificationListener
                                                                                                                            +
                                                                                                                            FlySafeDatabaseListener +
                                                                                                                            +
                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                            +
                                                                                                                            MegaphoneInfoListener +
                                                                                                                            +
                                                                                                                            MegaphoneInfo +
                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                            +
                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                            +
                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                            +
                                                                                                                            RealNameRegistrationStatus +
                                                                                                                            +
                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/IPipelineManager/IPipelineManager.html b/Docs/Android_API/en/Components/IPipelineManager/IPipelineManager.html index a22e0047..a2c35c0a 100644 --- a/Docs/Android_API/en/Components/IPipelineManager/IPipelineManager.html +++ b/Docs/Android_API/en/Components/IPipelineManager/IPipelineManager.html @@ -228,8 +228,6 @@
                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                            +
                                                                                                                            ICameraStreamManager + +
                                                                                                                            IMediaManager
                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                            FlySafeNotificationListener
                                                                                                                            +
                                                                                                                            FlySafeDatabaseListener +
                                                                                                                            +
                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                            +
                                                                                                                            MegaphoneInfoListener +
                                                                                                                            +
                                                                                                                            MegaphoneInfo +
                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                            +
                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                            +
                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                            +
                                                                                                                            RealNameRegistrationStatus +
                                                                                                                            +
                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/IPipelineManager/IPipelineManager_DataResult.html b/Docs/Android_API/en/Components/IPipelineManager/IPipelineManager_DataResult.html index e67eb619..3ff99835 100644 --- a/Docs/Android_API/en/Components/IPipelineManager/IPipelineManager_DataResult.html +++ b/Docs/Android_API/en/Components/IPipelineManager/IPipelineManager_DataResult.html @@ -228,8 +228,6 @@
                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                            +
                                                                                                                            ICameraStreamManager + +
                                                                                                                            IMediaManager
                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                            FlySafeNotificationListener
                                                                                                                            +
                                                                                                                            FlySafeDatabaseListener +
                                                                                                                            +
                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                            +
                                                                                                                            MegaphoneInfoListener +
                                                                                                                            +
                                                                                                                            MegaphoneInfo +
                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                            +
                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                            +
                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                            +
                                                                                                                            RealNameRegistrationStatus +
                                                                                                                            +
                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/IPipelineManager/IPipelineManager_Pipeline.html b/Docs/Android_API/en/Components/IPipelineManager/IPipelineManager_Pipeline.html index 29e1f4bf..14ca963e 100644 --- a/Docs/Android_API/en/Components/IPipelineManager/IPipelineManager_Pipeline.html +++ b/Docs/Android_API/en/Components/IPipelineManager/IPipelineManager_Pipeline.html @@ -228,8 +228,6 @@
                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                            +
                                                                                                                            ICameraStreamManager + +
                                                                                                                            IMediaManager
                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                            FlySafeNotificationListener
                                                                                                                            +
                                                                                                                            FlySafeDatabaseListener +
                                                                                                                            +
                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                            +
                                                                                                                            MegaphoneInfoListener +
                                                                                                                            +
                                                                                                                            MegaphoneInfo +
                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                            +
                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                            +
                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                            +
                                                                                                                            RealNameRegistrationStatus +
                                                                                                                            +
                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/IPipelineManager/IPipelineManager_PipelineConnectionListener.html b/Docs/Android_API/en/Components/IPipelineManager/IPipelineManager_PipelineConnectionListener.html index 4f7e4a0a..b91aa9fe 100644 --- a/Docs/Android_API/en/Components/IPipelineManager/IPipelineManager_PipelineConnectionListener.html +++ b/Docs/Android_API/en/Components/IPipelineManager/IPipelineManager_PipelineConnectionListener.html @@ -228,8 +228,6 @@
                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                            +
                                                                                                                            ICameraStreamManager + +
                                                                                                                            IMediaManager
                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                            FlySafeNotificationListener
                                                                                                                            +
                                                                                                                            FlySafeDatabaseListener +
                                                                                                                            +
                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                            +
                                                                                                                            MegaphoneInfoListener +
                                                                                                                            +
                                                                                                                            MegaphoneInfo +
                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                            +
                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                            +
                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                            +
                                                                                                                            RealNameRegistrationStatus +
                                                                                                                            +
                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/IRTKCenter/INetworkRTKManager.html b/Docs/Android_API/en/Components/IRTKCenter/INetworkRTKManager.html index 4853691d..df383036 100644 --- a/Docs/Android_API/en/Components/IRTKCenter/INetworkRTKManager.html +++ b/Docs/Android_API/en/Components/IRTKCenter/INetworkRTKManager.html @@ -228,8 +228,6 @@
                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                            +
                                                                                                                            ICameraStreamManager + +
                                                                                                                            IMediaManager
                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                            FlySafeNotificationListener
                                                                                                                            +
                                                                                                                            FlySafeDatabaseListener +
                                                                                                                            +
                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                            +
                                                                                                                            MegaphoneInfoListener +
                                                                                                                            +
                                                                                                                            MegaphoneInfo +
                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                            +
                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                            +
                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                            +
                                                                                                                            RealNameRegistrationStatus +
                                                                                                                            +
                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/IRTKCenter/INetworkRTKManager_NetworkServiceInfoListener.html b/Docs/Android_API/en/Components/IRTKCenter/INetworkRTKManager_NetworkServiceInfoListener.html index 1a43be89..01d9e040 100644 --- a/Docs/Android_API/en/Components/IRTKCenter/INetworkRTKManager_NetworkServiceInfoListener.html +++ b/Docs/Android_API/en/Components/IRTKCenter/INetworkRTKManager_NetworkServiceInfoListener.html @@ -228,8 +228,6 @@
                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                            +
                                                                                                                            ICameraStreamManager + +
                                                                                                                            IMediaManager
                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                            FlySafeNotificationListener
                                                                                                                            +
                                                                                                                            FlySafeDatabaseListener +
                                                                                                                            +
                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                            +
                                                                                                                            MegaphoneInfoListener +
                                                                                                                            +
                                                                                                                            MegaphoneInfo +
                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                            +
                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                            +
                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                            +
                                                                                                                            RealNameRegistrationStatus +
                                                                                                                            +
                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/IRTKCenter/IRTKCenter.html b/Docs/Android_API/en/Components/IRTKCenter/IRTKCenter.html index a50d8223..2a6a5a00 100644 --- a/Docs/Android_API/en/Components/IRTKCenter/IRTKCenter.html +++ b/Docs/Android_API/en/Components/IRTKCenter/IRTKCenter.html @@ -228,8 +228,6 @@
                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                            +
                                                                                                                            ICameraStreamManager + +
                                                                                                                            IMediaManager
                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                            FlySafeNotificationListener
                                                                                                                            +
                                                                                                                            FlySafeDatabaseListener +
                                                                                                                            +
                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                            +
                                                                                                                            MegaphoneInfoListener +
                                                                                                                            +
                                                                                                                            MegaphoneInfo +
                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                            +
                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                            +
                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                            +
                                                                                                                            RealNameRegistrationStatus +
                                                                                                                            +
                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/IRTKCenter/IRTKCenter_RTKBaseListener.html b/Docs/Android_API/en/Components/IRTKCenter/IRTKCenter_RTKBaseListener.html index 0f8a6cc3..5616a7cf 100644 --- a/Docs/Android_API/en/Components/IRTKCenter/IRTKCenter_RTKBaseListener.html +++ b/Docs/Android_API/en/Components/IRTKCenter/IRTKCenter_RTKBaseListener.html @@ -228,8 +228,6 @@
                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                            +
                                                                                                                            ICameraStreamManager + +
                                                                                                                            IMediaManager
                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                            FlySafeNotificationListener
                                                                                                                            +
                                                                                                                            FlySafeDatabaseListener +
                                                                                                                            +
                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                            +
                                                                                                                            MegaphoneInfoListener +
                                                                                                                            +
                                                                                                                            MegaphoneInfo +
                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                            +
                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                            +
                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                            +
                                                                                                                            RealNameRegistrationStatus +
                                                                                                                            +
                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/IRTKCenter/IRTKCenter_RTKLocationInfo.html b/Docs/Android_API/en/Components/IRTKCenter/IRTKCenter_RTKLocationInfo.html index c7aec936..ecae8256 100644 --- a/Docs/Android_API/en/Components/IRTKCenter/IRTKCenter_RTKLocationInfo.html +++ b/Docs/Android_API/en/Components/IRTKCenter/IRTKCenter_RTKLocationInfo.html @@ -228,8 +228,6 @@
                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                            +
                                                                                                                            ICameraStreamManager + +
                                                                                                                            IMediaManager
                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                            FlySafeNotificationListener
                                                                                                                            +
                                                                                                                            FlySafeDatabaseListener +
                                                                                                                            +
                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                            +
                                                                                                                            MegaphoneInfoListener +
                                                                                                                            +
                                                                                                                            MegaphoneInfo +
                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                            +
                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                            +
                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                            +
                                                                                                                            RealNameRegistrationStatus +
                                                                                                                            +
                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/IRTKCenter/IRTKCenter_RTKLocationInfoListener.html b/Docs/Android_API/en/Components/IRTKCenter/IRTKCenter_RTKLocationInfoListener.html index ac4635a5..4676451f 100644 --- a/Docs/Android_API/en/Components/IRTKCenter/IRTKCenter_RTKLocationInfoListener.html +++ b/Docs/Android_API/en/Components/IRTKCenter/IRTKCenter_RTKLocationInfoListener.html @@ -228,8 +228,6 @@
                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                            +
                                                                                                                            ICameraStreamManager + +
                                                                                                                            IMediaManager
                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                            FlySafeNotificationListener
                                                                                                                            +
                                                                                                                            FlySafeDatabaseListener +
                                                                                                                            +
                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                            +
                                                                                                                            MegaphoneInfoListener +
                                                                                                                            +
                                                                                                                            MegaphoneInfo +
                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                            +
                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                            +
                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                            +
                                                                                                                            RealNameRegistrationStatus +
                                                                                                                            +
                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/IRTKCenter/IRTKCenter_RTKSystemStateListener.html b/Docs/Android_API/en/Components/IRTKCenter/IRTKCenter_RTKSystemStateListener.html index d0c24cfa..3562783b 100644 --- a/Docs/Android_API/en/Components/IRTKCenter/IRTKCenter_RTKSystemStateListener.html +++ b/Docs/Android_API/en/Components/IRTKCenter/IRTKCenter_RTKSystemStateListener.html @@ -228,8 +228,6 @@
                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                            +
                                                                                                                            ICameraStreamManager + +
                                                                                                                            IMediaManager
                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                            FlySafeNotificationListener
                                                                                                                            +
                                                                                                                            FlySafeDatabaseListener +
                                                                                                                            +
                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                            +
                                                                                                                            MegaphoneInfoListener +
                                                                                                                            +
                                                                                                                            MegaphoneInfo +
                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                            +
                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                            +
                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                            +
                                                                                                                            RealNameRegistrationStatus +
                                                                                                                            +
                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/IRTKCenter/IRTKStationManager.html b/Docs/Android_API/en/Components/IRTKCenter/IRTKStationManager.html index 3291669e..308b939a 100644 --- a/Docs/Android_API/en/Components/IRTKCenter/IRTKStationManager.html +++ b/Docs/Android_API/en/Components/IRTKCenter/IRTKStationManager.html @@ -228,8 +228,6 @@
                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                            +
                                                                                                                            ICameraStreamManager + +
                                                                                                                            IMediaManager
                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                            FlySafeNotificationListener
                                                                                                                            +
                                                                                                                            FlySafeDatabaseListener +
                                                                                                                            +
                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                            +
                                                                                                                            MegaphoneInfoListener +
                                                                                                                            +
                                                                                                                            MegaphoneInfo +
                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                            +
                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                            +
                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                            +
                                                                                                                            RealNameRegistrationStatus +
                                                                                                                            +
                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/IRTKCenter/IRTKStationManager_ConnectedRTKStationInfoListener.html b/Docs/Android_API/en/Components/IRTKCenter/IRTKStationManager_ConnectedRTKStationInfoListener.html index f6b7d21d..71fc1939 100644 --- a/Docs/Android_API/en/Components/IRTKCenter/IRTKStationManager_ConnectedRTKStationInfoListener.html +++ b/Docs/Android_API/en/Components/IRTKCenter/IRTKStationManager_ConnectedRTKStationInfoListener.html @@ -228,8 +228,6 @@
                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                            +
                                                                                                                            ICameraStreamManager + +
                                                                                                                            IMediaManager
                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                            FlySafeNotificationListener
                                                                                                                            +
                                                                                                                            FlySafeDatabaseListener +
                                                                                                                            +
                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                            +
                                                                                                                            MegaphoneInfoListener +
                                                                                                                            +
                                                                                                                            MegaphoneInfo +
                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                            +
                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                            +
                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                            +
                                                                                                                            RealNameRegistrationStatus +
                                                                                                                            +
                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/IRTKCenter/IRTKStationManager_ConnectedTKStationInfo.html b/Docs/Android_API/en/Components/IRTKCenter/IRTKStationManager_ConnectedTKStationInfo.html index 3f03e8e0..c31e70e1 100644 --- a/Docs/Android_API/en/Components/IRTKCenter/IRTKStationManager_ConnectedTKStationInfo.html +++ b/Docs/Android_API/en/Components/IRTKCenter/IRTKStationManager_ConnectedTKStationInfo.html @@ -228,8 +228,6 @@
                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                            +
                                                                                                                            ICameraStreamManager + +
                                                                                                                            IMediaManager
                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                            FlySafeNotificationListener
                                                                                                                            +
                                                                                                                            FlySafeDatabaseListener +
                                                                                                                            +
                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                            +
                                                                                                                            MegaphoneInfoListener +
                                                                                                                            +
                                                                                                                            MegaphoneInfo +
                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                            +
                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                            +
                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                            +
                                                                                                                            RealNameRegistrationStatus +
                                                                                                                            +
                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/IRTKCenter/IRTKStationManager_RTKStationConnectStatusListener.html b/Docs/Android_API/en/Components/IRTKCenter/IRTKStationManager_RTKStationConnectStatusListener.html index 8aa8796b..c09ed081 100644 --- a/Docs/Android_API/en/Components/IRTKCenter/IRTKStationManager_RTKStationConnectStatusListener.html +++ b/Docs/Android_API/en/Components/IRTKCenter/IRTKStationManager_RTKStationConnectStatusListener.html @@ -228,8 +228,6 @@
                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                            +
                                                                                                                            ICameraStreamManager + +
                                                                                                                            IMediaManager
                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                            FlySafeNotificationListener
                                                                                                                            +
                                                                                                                            FlySafeDatabaseListener +
                                                                                                                            +
                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                            +
                                                                                                                            MegaphoneInfoListener +
                                                                                                                            +
                                                                                                                            MegaphoneInfo +
                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                            +
                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                            +
                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                            +
                                                                                                                            RealNameRegistrationStatus +
                                                                                                                            +
                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/IRTKCenter/IRTKStationManager_SearchStationListener.html b/Docs/Android_API/en/Components/IRTKCenter/IRTKStationManager_SearchStationListener.html index 74ec40ed..028643ec 100644 --- a/Docs/Android_API/en/Components/IRTKCenter/IRTKStationManager_SearchStationListener.html +++ b/Docs/Android_API/en/Components/IRTKCenter/IRTKStationManager_SearchStationListener.html @@ -228,8 +228,6 @@
                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                            +
                                                                                                                            ICameraStreamManager + +
                                                                                                                            IMediaManager
                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                            FlySafeNotificationListener
                                                                                                                            +
                                                                                                                            FlySafeDatabaseListener +
                                                                                                                            +
                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                            +
                                                                                                                            MegaphoneInfoListener +
                                                                                                                            +
                                                                                                                            MegaphoneInfo +
                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                            +
                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                            +
                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                            +
                                                                                                                            RealNameRegistrationStatus +
                                                                                                                            +
                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/IRTKCenter/RTKCenter_RTKSystemState.html b/Docs/Android_API/en/Components/IRTKCenter/RTKCenter_RTKSystemState.html index 66c0a539..3bb38ce3 100644 --- a/Docs/Android_API/en/Components/IRTKCenter/RTKCenter_RTKSystemState.html +++ b/Docs/Android_API/en/Components/IRTKCenter/RTKCenter_RTKSystemState.html @@ -228,8 +228,6 @@
                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                            +
                                                                                                                            ICameraStreamManager + +
                                                                                                                            IMediaManager
                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                            FlySafeNotificationListener
                                                                                                                            +
                                                                                                                            FlySafeDatabaseListener +
                                                                                                                            +
                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                            +
                                                                                                                            MegaphoneInfoListener +
                                                                                                                            +
                                                                                                                            MegaphoneInfo +
                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                            +
                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                            +
                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                            +
                                                                                                                            RealNameRegistrationStatus +
                                                                                                                            +
                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/IRTKCenter/Value_RtkBaseStation_Struct_RTKBaseStationConnectInfo.html b/Docs/Android_API/en/Components/IRTKCenter/Value_RtkBaseStation_Struct_RTKBaseStationConnectInfo.html index 298c349c..397ca9f2 100644 --- a/Docs/Android_API/en/Components/IRTKCenter/Value_RtkBaseStation_Struct_RTKBaseStationConnectInfo.html +++ b/Docs/Android_API/en/Components/IRTKCenter/Value_RtkBaseStation_Struct_RTKBaseStationConnectInfo.html @@ -228,8 +228,6 @@
                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                            +
                                                                                                                            ICameraStreamManager + +
                                                                                                                            IMediaManager
                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                            FlySafeNotificationListener
                                                                                                                            +
                                                                                                                            FlySafeDatabaseListener +
                                                                                                                            +
                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                            +
                                                                                                                            MegaphoneInfoListener +
                                                                                                                            +
                                                                                                                            MegaphoneInfo +
                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                            +
                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                            +
                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                            +
                                                                                                                            RealNameRegistrationStatus +
                                                                                                                            +
                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/IRTKCenter/Value_RtkBaseStation_Struct_RTKCustomNetworkSetting.html b/Docs/Android_API/en/Components/IRTKCenter/Value_RtkBaseStation_Struct_RTKCustomNetworkSetting.html index 948e1011..add6462d 100644 --- a/Docs/Android_API/en/Components/IRTKCenter/Value_RtkBaseStation_Struct_RTKCustomNetworkSetting.html +++ b/Docs/Android_API/en/Components/IRTKCenter/Value_RtkBaseStation_Struct_RTKCustomNetworkSetting.html @@ -228,8 +228,6 @@
                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                            +
                                                                                                                            ICameraStreamManager + +
                                                                                                                            IMediaManager
                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                            FlySafeNotificationListener
                                                                                                                            +
                                                                                                                            FlySafeDatabaseListener +
                                                                                                                            +
                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                            +
                                                                                                                            MegaphoneInfoListener +
                                                                                                                            +
                                                                                                                            MegaphoneInfo +
                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                            +
                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                            +
                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                            +
                                                                                                                            RealNameRegistrationStatus +
                                                                                                                            +
                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/IRTKCenter/Value_RtkMobileStation_Struct_RTKLocation.html b/Docs/Android_API/en/Components/IRTKCenter/Value_RtkMobileStation_Struct_RTKLocation.html index de0786a2..d60a4972 100644 --- a/Docs/Android_API/en/Components/IRTKCenter/Value_RtkMobileStation_Struct_RTKLocation.html +++ b/Docs/Android_API/en/Components/IRTKCenter/Value_RtkMobileStation_Struct_RTKLocation.html @@ -228,8 +228,6 @@
                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                            +
                                                                                                                            ICameraStreamManager + +
                                                                                                                            IMediaManager
                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                            FlySafeNotificationListener
                                                                                                                            +
                                                                                                                            FlySafeDatabaseListener +
                                                                                                                            +
                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                            +
                                                                                                                            MegaphoneInfoListener +
                                                                                                                            +
                                                                                                                            MegaphoneInfo +
                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                            +
                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                            +
                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                            +
                                                                                                                            RealNameRegistrationStatus +
                                                                                                                            +
                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/IRTKCenter/Value_RtkMobileStation_Struct_RTKReceiverInfo.html b/Docs/Android_API/en/Components/IRTKCenter/Value_RtkMobileStation_Struct_RTKReceiverInfo.html index 8c6e6d1b..87aca9ec 100644 --- a/Docs/Android_API/en/Components/IRTKCenter/Value_RtkMobileStation_Struct_RTKReceiverInfo.html +++ b/Docs/Android_API/en/Components/IRTKCenter/Value_RtkMobileStation_Struct_RTKReceiverInfo.html @@ -228,8 +228,6 @@
                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                            +
                                                                                                                            ICameraStreamManager + +
                                                                                                                            IMediaManager
                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                            FlySafeNotificationListener
                                                                                                                            +
                                                                                                                            FlySafeDatabaseListener +
                                                                                                                            +
                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                            +
                                                                                                                            MegaphoneInfoListener +
                                                                                                                            +
                                                                                                                            MegaphoneInfo +
                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                            +
                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                            +
                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                            +
                                                                                                                            RealNameRegistrationStatus +
                                                                                                                            +
                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/IRTKCenter/Value_RtkMobileStation_Struct_RTKSatelliteInfo.html b/Docs/Android_API/en/Components/IRTKCenter/Value_RtkMobileStation_Struct_RTKSatelliteInfo.html index c9b9b511..0059cd02 100644 --- a/Docs/Android_API/en/Components/IRTKCenter/Value_RtkMobileStation_Struct_RTKSatelliteInfo.html +++ b/Docs/Android_API/en/Components/IRTKCenter/Value_RtkMobileStation_Struct_RTKSatelliteInfo.html @@ -228,8 +228,6 @@
                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                            +
                                                                                                                            ICameraStreamManager + +
                                                                                                                            IMediaManager
                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                            FlySafeNotificationListener
                                                                                                                            +
                                                                                                                            FlySafeDatabaseListener +
                                                                                                                            +
                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                            +
                                                                                                                            MegaphoneInfoListener +
                                                                                                                            +
                                                                                                                            MegaphoneInfo +
                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                            +
                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                            +
                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                            +
                                                                                                                            RealNameRegistrationStatus +
                                                                                                                            +
                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/ISDKManager/ISDKManager.html b/Docs/Android_API/en/Components/ISDKManager/ISDKManager.html index 5f6d5b6a..e4315b60 100644 --- a/Docs/Android_API/en/Components/ISDKManager/ISDKManager.html +++ b/Docs/Android_API/en/Components/ISDKManager/ISDKManager.html @@ -228,8 +228,6 @@
                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                            +
                                                                                                                            ICameraStreamManager + +
                                                                                                                            IMediaManager
                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                            FlySafeNotificationListener
                                                                                                                            +
                                                                                                                            FlySafeDatabaseListener +
                                                                                                                            +
                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                            +
                                                                                                                            MegaphoneInfoListener +
                                                                                                                            +
                                                                                                                            MegaphoneInfo +
                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                            +
                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                            +
                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                            +
                                                                                                                            RealNameRegistrationStatus +
                                                                                                                            +
                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/ISDKManager/ISDKManager_SDKManagerCallback.html b/Docs/Android_API/en/Components/ISDKManager/ISDKManager_SDKManagerCallback.html index f4ff7f02..a82e5cf7 100644 --- a/Docs/Android_API/en/Components/ISDKManager/ISDKManager_SDKManagerCallback.html +++ b/Docs/Android_API/en/Components/ISDKManager/ISDKManager_SDKManagerCallback.html @@ -228,8 +228,6 @@
                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                            +
                                                                                                                            ICameraStreamManager + +
                                                                                                                            IMediaManager
                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                            FlySafeNotificationListener
                                                                                                                            +
                                                                                                                            FlySafeDatabaseListener +
                                                                                                                            +
                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                            +
                                                                                                                            MegaphoneInfoListener +
                                                                                                                            +
                                                                                                                            MegaphoneInfo +
                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                            +
                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                            +
                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                            +
                                                                                                                            RealNameRegistrationStatus +
                                                                                                                            +
                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/ISimulatorManager/ISimulatorManager.html b/Docs/Android_API/en/Components/ISimulatorManager/ISimulatorManager.html index 203017df..a9ddac48 100644 --- a/Docs/Android_API/en/Components/ISimulatorManager/ISimulatorManager.html +++ b/Docs/Android_API/en/Components/ISimulatorManager/ISimulatorManager.html @@ -228,8 +228,6 @@
                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                            +
                                                                                                                            ICameraStreamManager + +
                                                                                                                            IMediaManager
                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                            FlySafeNotificationListener
                                                                                                                            +
                                                                                                                            FlySafeDatabaseListener +
                                                                                                                            +
                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                            +
                                                                                                                            MegaphoneInfoListener +
                                                                                                                            +
                                                                                                                            MegaphoneInfo +
                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                            +
                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                            +
                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                            +
                                                                                                                            RealNameRegistrationStatus +
                                                                                                                            +
                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/ISimulatorManager/ISimulatorManager_InitializationSettings.html b/Docs/Android_API/en/Components/ISimulatorManager/ISimulatorManager_InitializationSettings.html index 6e296729..5b11c7e5 100644 --- a/Docs/Android_API/en/Components/ISimulatorManager/ISimulatorManager_InitializationSettings.html +++ b/Docs/Android_API/en/Components/ISimulatorManager/ISimulatorManager_InitializationSettings.html @@ -228,8 +228,6 @@
                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                            +
                                                                                                                            ICameraStreamManager + +
                                                                                                                            IMediaManager
                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                            FlySafeNotificationListener
                                                                                                                            +
                                                                                                                            FlySafeDatabaseListener +
                                                                                                                            +
                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                            +
                                                                                                                            MegaphoneInfoListener +
                                                                                                                            +
                                                                                                                            MegaphoneInfo +
                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                            +
                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                            +
                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                            +
                                                                                                                            RealNameRegistrationStatus +
                                                                                                                            +
                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/ISimulatorManager/ISimulatorManager_SimulatorState.html b/Docs/Android_API/en/Components/ISimulatorManager/ISimulatorManager_SimulatorState.html index 97047838..de4e7eab 100644 --- a/Docs/Android_API/en/Components/ISimulatorManager/ISimulatorManager_SimulatorState.html +++ b/Docs/Android_API/en/Components/ISimulatorManager/ISimulatorManager_SimulatorState.html @@ -228,8 +228,6 @@
                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                            +
                                                                                                                            ICameraStreamManager + +
                                                                                                                            IMediaManager
                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                            FlySafeNotificationListener
                                                                                                                            +
                                                                                                                            FlySafeDatabaseListener +
                                                                                                                            +
                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                            +
                                                                                                                            MegaphoneInfoListener +
                                                                                                                            +
                                                                                                                            MegaphoneInfo +
                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                            +
                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                            +
                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                            +
                                                                                                                            RealNameRegistrationStatus +
                                                                                                                            +
                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/ISimulatorManager/ISimulatorManager_SimulatorStatusListener.html b/Docs/Android_API/en/Components/ISimulatorManager/ISimulatorManager_SimulatorStatusListener.html index 179dd798..90abd67a 100644 --- a/Docs/Android_API/en/Components/ISimulatorManager/ISimulatorManager_SimulatorStatusListener.html +++ b/Docs/Android_API/en/Components/ISimulatorManager/ISimulatorManager_SimulatorStatusListener.html @@ -228,8 +228,6 @@
                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                            +
                                                                                                                            ICameraStreamManager + +
                                                                                                                            IMediaManager
                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                            FlySafeNotificationListener
                                                                                                                            +
                                                                                                                            FlySafeDatabaseListener +
                                                                                                                            +
                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                            +
                                                                                                                            MegaphoneInfoListener +
                                                                                                                            +
                                                                                                                            MegaphoneInfo +
                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                            +
                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                            +
                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                            +
                                                                                                                            RealNameRegistrationStatus +
                                                                                                                            +
                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/IUASRemoteIDManager/IUASRemoteIDManager.html b/Docs/Android_API/en/Components/IUASRemoteIDManager/IUASRemoteIDManager.html index fa99324f..aec12016 100644 --- a/Docs/Android_API/en/Components/IUASRemoteIDManager/IUASRemoteIDManager.html +++ b/Docs/Android_API/en/Components/IUASRemoteIDManager/IUASRemoteIDManager.html @@ -228,8 +228,6 @@
                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                            +
                                                                                                                            ICameraStreamManager + +
                                                                                                                            IMediaManager
                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                            FlySafeNotificationListener
                                                                                                                            +
                                                                                                                            FlySafeDatabaseListener +
                                                                                                                            +
                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                            +
                                                                                                                            MegaphoneInfoListener +
                                                                                                                            +
                                                                                                                            MegaphoneInfo +
                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                            +
                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                            +
                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                            +
                                                                                                                            RealNameRegistrationStatus +
                                                                                                                            +
                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                            ILDMManager @@ -589,20 +617,20 @@

                                                                                                                            Area code

                                                                                                                            IDJIError setAreaCode(AreaCode areaCode)
                                                                                                                            Package:dji.v5.manager.interfaces
                                                                                                                            Description:
                                                                                                                            -

                                                                                                                            Set the area code of country or area. The UAS remote identification function supported by the country or area can only be used after the corresponding area code is set.

                                                                                                                            Currently the supported country or area list and the supported function list is as follows:

                                                                                                                          • USA: remote identification broadcast of drone
                                                                                                                          • Japan: remote identification broadcast of drone, registration number of drone.
                                                                                                                          • Frence: EID Switch


                                                                                                                          • Note: This interface has been deprecated since MSDK 5.3.0. Please call setUASRemoteIDAreaStrategy instead of this function.

                                                                                                                            Supported since MSDK 5.0.0

                                                                                                                            +

                                                                                                                            Set the area code of country or area. The UAS remote identification function supported by the country or area can only be used after the corresponding area code is set.

                                                                                                                            Currently the supported country or area list and the supported function list is as follows:

                                                                                                                          • USA: remote identification broadcast of drone
                                                                                                                          • Japan: remote identification broadcast of drone, registration number of drone.
                                                                                                                          • Frence: EID Switch


                                                                                                                          • Note: This interface has been deprecated since MSDK 5.3.0. Please call setUASRemoteIDAreaStrategy instead of this function.

                                                                                                                            Supported since MSDK 5.0.0

                                                                                                                            Input Parameters:
                                                                                                                            AreaCode areaCodeArea code of country or area.
                                                                                                                            Return:
                                                                                                                            IDJIErrorReturn the setting execution result of area code.


                                                                                                                            Area strategy

                                                                                                                            -
                                                                                                                            +
                                                                                                                            method setUASRemoteIDAreaStrategy
                                                                                                                            IDJIError setUASRemoteIDAreaStrategy(AreaStrategy strategy)
                                                                                                                            Package:dji.v5.manager.interfaces
                                                                                                                            Description:
                                                                                                                            -

                                                                                                                            Set the area strategy, and the UAS remote identification function supported by the country or area can be used only after the corresponding area strategy is set. After MSDK obtains the area code of the current area, it will set the corresponding area strategy by default. If you need to set other area strategy for development, you can call this interface to set the corresponding area strategy to make it take effect.

                                                                                                                            Currently the supported country or area list and the supported function list is as follows:

                                                                                                                          • USA: remote identification broadcast of drone
                                                                                                                          • Japan: remote identification broadcast of drone, registration number of drone.
                                                                                                                          • Frence: EID Switch


                                                                                                                          • Supported since MSDK 5.3.0

                                                                                                                            +

                                                                                                                            Set the area strategy, and the UAS remote identification function supported by the country or area can be used only after the corresponding area strategy is set. After MSDK obtains the area code of the current area, it will set the corresponding area strategy by default. If you need to set other area strategy for development, you can call this interface to set the corresponding area strategy to make it take effect.

                                                                                                                            Currently the supported country or area list and the supported function list is as follows:

                                                                                                                          • USA: remote identification broadcast of drone
                                                                                                                          • Japan: remote identification broadcast of drone, registration number of drone.
                                                                                                                          • European: remote identification broadcast of drone, registration number of operator.
                                                                                                                          • China: real name.
                                                                                                                          • Frence: EID Switch


                                                                                                                          • Supported since MSDK 5.3.0

                                                                                                                            Input Parameters:
                                                                                                                            AreaStrategy strategyArea strategy
                                                                                                                            Return:
                                                                                                                            @@ -615,7 +643,7 @@

                                                                                                                            Remote identification broa
                                                                                                                            UASRemoteIDStatus getUASRemoteIDStatus()
                                                                                                                            Package:dji.v5.manager.interfaces

                                                                                                                            Description:
                                                                                                                            -

                                                                                                                            Get the remote identification status of the drone system.

                                                                                                                            Supported since MSDK 5.0.0

                                                                                                                            +

                                                                                                                            Get the remote identification broadcast status of the drone system.

                                                                                                                            Supported since MSDK 5.0.0

                                                                                                                            Return:
                                                                                                                            UASRemoteIDStatusReturn the remote identification status of the drone system.
                                                                                                                            @@ -624,25 +652,25 @@
                                                                                                                            Return:
                                                                                                                            void addUASRemoteIDStatusListener(UASRemoteIDStatusListener listener)
                                                                                                                            Package:dji.v5.manager.interfaces
                                                                                                                            Description:
                                                                                                                            -

                                                                                                                            Add the remote identification status listener of the drone system.

                                                                                                                            Supported since MSDK 5.0.0

                                                                                                                            +

                                                                                                                            Add the remote identification broadcast status listener of the drone system.

                                                                                                                            Supported since MSDK 5.0.0

                                                                                                                            Input Parameters:
                                                                                                                            -
                                                                                                                            UASRemoteIDStatusListener listenerThe remote identification status listener of the drone system
                                                                                                                            +
                                                                                                                            UASRemoteIDStatusListener listenerThe remote identification broadcast status listener of the drone system
                                                                                                                            method removeUASRemoteIDStatusListener
                                                                                                                            void removeUASRemoteIDStatusListener(UASRemoteIDStatusListener listener)
                                                                                                                            Package:dji.v5.manager.interfaces
                                                                                                                            Description:
                                                                                                                            -

                                                                                                                            Remove the remote identification status listener of the drone system.

                                                                                                                            Supported since MSDK 5.0.0

                                                                                                                            +

                                                                                                                            Remove the remote identification broadcast status listener of the drone system.

                                                                                                                            Supported since MSDK 5.0.0

                                                                                                                            Input Parameters:
                                                                                                                            -
                                                                                                                            UASRemoteIDStatusListener listenerThe remote identification status listener of the drone system
                                                                                                                            +
                                                                                                                            UASRemoteIDStatusListener listenerThe remote identification broadcast status listener of the drone system
                                                                                                                            method clearUASRemoteIDStatusListener
                                                                                                                            void clearUASRemoteIDStatusListener()
                                                                                                                            Package:dji.v5.manager.interfaces
                                                                                                                            Description:
                                                                                                                            -

                                                                                                                            Remove all the remote identification status listeners of the drone system.

                                                                                                                            Supported since MSDK 5.0.0

                                                                                                                            +

                                                                                                                            Remove all the remote identification broadcast status listeners of the drone system.

                                                                                                                            Supported since MSDK 5.0.0


                                                                                                                            EID Switch

                                                                                                                            @@ -698,7 +726,7 @@

                                                                                                                            Registration number of the drone

                                                                                                                            void setUARegistrationNumber(String number, @NonNull CommonCallbacks.CompletionCallback callback)
                                                                                                                            Package:dji.v5.manager.interfaces
                                                                                                                            Description:
                                                                                                                            -

                                                                                                                            Set the registration number based on the drone management policies and regulations of different countries.

                                                                                                                          • The drone registration number application entrance of Japan: https://www.dips.mlit.go.jp,无人机注册码的格式为:{"registration_code":"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx","key_info":"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx","nonce_info":"xxxxxxxxxxxx"},设置了无人机注册码以后,isBroadcastRemoteIdEnabled将会被开启。


                                                                                                                          • Supported since MSDK 5.0.0

                                                                                                                            +

                                                                                                                            Set the registration number based on the drone management policies and regulations of different countries.

                                                                                                                          • The drone registration number application entrance of Japan: https://www.dips.mlit.go.jp,Format of drone registration code:{"registration_code":"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx","key_info":"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx","nonce_info":"xxxxxxxxxxxx"}, After setting the drone registration code, isBroadcastRemoteIdEnabled will be enabled.


                                                                                                                          • Supported since MSDK 5.0.0

                                                                                                                            Input Parameters:
                                                                                                                            String numberThe information registration number of the drone
                                                                                                                            @NonNull CommonCallbacks.CompletionCallback callbackReturn the result of the execution result.
                                                                                                                            @@ -737,17 +765,106 @@
                                                                                                                            Description:

                                                                                                                            Remove all the registration number status listeners of the drone.

                                                                                                                            Supported since MSDK 5.0.0


                                                                                                                            +

                                                                                                                            Registration number of the operator

                                                                                                                            +
                                                                                                                            +
                                                                                                                            method setOperatorRegistrationNumber
                                                                                                                            + +
                                                                                                                            void setOperatorRegistrationNumber(String number,  @NonNull CommonCallbacks.CompletionCallback callback)
                                                                                                                            +
                                                                                                                            Package:dji.v5.manager.interfaces
                                                                                                                            +
                                                                                                                            Description:
                                                                                                                            +

                                                                                                                            Set operator registration code. It needs to be applied and set up according to the drone control policies and regulations of each country.

                                                                                                                            +
                                                                                                                          • EU operator registration code application portal: https://www.easa.europa.eu /en/domains/civil-drones/naa, after setting the operator registration code, isBroadcastRemoteIdEnabled will be enabled.
                                                                                                                          • +

                                                                                                                            Supported since MSDK 5.8.0 +
                                                                                                                            Input Parameters:
                                                                                                                            +
                                                                                                                            String numberThe information registration number of the operator
                                                                                                                            @NonNull CommonCallbacks.CompletionCallback callbackReturn the result of the execution result.
                                                                                                                            +
                                                                                                                            +
                                                                                                                            method getOperatorRegistrationNumber
                                                                                                                            + +
                                                                                                                            void getOperatorRegistrationNumber(@NonNull CommonCallbacks.CompletionCallbackWithParam<String> callback)
                                                                                                                            +
                                                                                                                            Package:dji.v5.manager.interfaces
                                                                                                                            +
                                                                                                                            Description:
                                                                                                                            +

                                                                                                                            Get the set operator registration number.

                                                                                                                            Supported since MSDK 5.8.0

                                                                                                                            +
                                                                                                                            Input Parameters:
                                                                                                                            +
                                                                                                                            @NonNull CommonCallbacks.CompletionCallbackWithParam<String> callbackReturn the result of the execution result.
                                                                                                                            +
                                                                                                                            +
                                                                                                                            method addOperatorRegistrationNumberStatusListener
                                                                                                                            + +
                                                                                                                            void addOperatorRegistrationNumberStatusListener(OperatorRegistrationNumberStatusListener listener)
                                                                                                                            +
                                                                                                                            Package:dji.v5.manager.interfaces
                                                                                                                            +
                                                                                                                            Description:
                                                                                                                            +

                                                                                                                            Add the registration number status listener of the operator.

                                                                                                                            Supported since MSDK 5.8.0

                                                                                                                            +
                                                                                                                            Input Parameters:
                                                                                                                            +
                                                                                                                            OperatorRegistrationNumberStatusListener listenerThe registration number status listener of the operator
                                                                                                                            +
                                                                                                                            +
                                                                                                                            method removeOperatorRegistrationNumberStatusListener
                                                                                                                            + +
                                                                                                                            void removeOperatorRegistrationNumberStatusListener(OperatorRegistrationNumberStatusListener listener)
                                                                                                                            +
                                                                                                                            Package:dji.v5.manager.interfaces
                                                                                                                            +
                                                                                                                            Description:
                                                                                                                            +

                                                                                                                            Remove the registration number status listener of the opeartor.

                                                                                                                            Supported since MSDK 5.8.0

                                                                                                                            +
                                                                                                                            Input Parameters:
                                                                                                                            +
                                                                                                                            OperatorRegistrationNumberStatusListener listenerThe registration number status listener of the operator
                                                                                                                            +
                                                                                                                            +
                                                                                                                            method clearAllOperatorRegistrationNumberStatusListener
                                                                                                                            + +
                                                                                                                            void clearAllOperatorRegistrationNumberStatusListener()
                                                                                                                            +
                                                                                                                            Package:dji.v5.manager.interfaces
                                                                                                                            +
                                                                                                                            Description:
                                                                                                                            +

                                                                                                                            Remove all the registration number status listeners of the operator.

                                                                                                                            Supported since MSDK 5.8.0

                                                                                                                            +
                                                                                                                            +


                                                                                                                            +

                                                                                                                            Real name

                                                                                                                            +
                                                                                                                            +
                                                                                                                            method addRealNameRegistrationStatusListener
                                                                                                                            + +
                                                                                                                            void addRealNameRegistrationStatusListener(RealNameRegistrationStatusListener listener)
                                                                                                                            +
                                                                                                                            Package:dji.v5.manager.interfaces
                                                                                                                            +
                                                                                                                            Description:
                                                                                                                            +

                                                                                                                            Add the real name status listener. +

                                                                                                                            Supported since MSDK 5.8.0

                                                                                                                            +
                                                                                                                            Input Parameters:
                                                                                                                            +
                                                                                                                            RealNameRegistrationStatusListener listenerReal name status listener
                                                                                                                            +
                                                                                                                            +
                                                                                                                            method removeRealNameRegistrationStatusListener
                                                                                                                            + +
                                                                                                                            void removeRealNameRegistrationStatusListener(RealNameRegistrationStatusListener listener)
                                                                                                                            +
                                                                                                                            Package:dji.v5.manager.interfaces
                                                                                                                            +
                                                                                                                            Description:
                                                                                                                            +

                                                                                                                            Remove the real name status listener.

                                                                                                                            Supported since MSDK 5.8.0

                                                                                                                            +
                                                                                                                            Input Parameters:
                                                                                                                            +
                                                                                                                            RealNameRegistrationStatusListener listenerReal name status listener
                                                                                                                            +
                                                                                                                            +
                                                                                                                            method clearAllRealNameRegistrationStatusListener
                                                                                                                            + +
                                                                                                                            void clearAllRealNameRegistrationStatusListener()
                                                                                                                            +
                                                                                                                            Package:dji.v5.manager.interfaces
                                                                                                                            +
                                                                                                                            Description:
                                                                                                                            +

                                                                                                                            Remove all the real name status listener. +

                                                                                                                            Supported since MSDK 5.8.0

                                                                                                                            +
                                                                                                                            +
                                                                                                                            +
                                                                                                                            method updateRealNameRegistrationStateFromUOM
                                                                                                                            + +
                                                                                                                            void updateRealNameRegistrationStateFromUOM( CommonCallbacks.CompletionCallback callback)
                                                                                                                            +
                                                                                                                            Package:dji.v5.manager.interfaces
                                                                                                                            +
                                                                                                                            Description:
                                                                                                                            +

                                                                                                                            Update the real name system status to the aircraft from the China UOM system. In accordance with the requirements of mainland China's unmanned aircraft flight management regulations, starting from January 1, 2024, any flying drone purchased and activated after this date to fly in mainland China will need to register with a real name on the UOM system, and You need to be connected to the Internet to update the real name registration information to the aircraft, otherwise the aircraft will not be able to take off normally.

                                                                                                                            +
                                                                                                                          • Real name registration portal: https://uom.caac.gov.cn/#/login, After the real name registration is implemented, you can call this interface to update the real name status to the aircraft.
                                                                                                                          • +

                                                                                                                            Supported since MSDK 5.8.0 +
                                                                                                                            Input Parameters:
                                                                                                                            +
                                                                                                                            CommonCallbacks.CompletionCallback callbackReturn the result of the execution result.
                                                                                                                            +


                                                                                                                            enum AreaStrategy
                                                                                                                            enum AreaStrategy
                                                                                                                            Package:dji.v5.manager.aircraft.uas
                                                                                                                            -
                                                                                                                            Description:
                                                                                                                            +
                                                                                                                            Description:

                                                                                                                            The remote identification area strategy.

                                                                                                                            Supported since MSDK 5.3.0

                                                                                                                            Enum Members:
                                                                                                                            -
                                                                                                                            US_STRATEGYAmerica strategy.
                                                                                                                            FRANCE_STRATEGYFrance strategy.
                                                                                                                            JAPAN_STRATEGYJapan strategy.
                                                                                                                            +
                                                                                                                            US_STRATEGYAmerica strategy.
                                                                                                                            FRANCE_STRATEGYFrance strategy.
                                                                                                                            JAPAN_STRATEGYJapan strategy.
                                                                                                                            EUROPEAN_STRATEGYEuropean strategy.
                                                                                                                            Class Members:
                                                                                                                            @@ -755,13 +872,24 @@
                                                                                                                            Class Members:
                                                                                                                            enum RemoteIdWorkingState
                                                                                                                            Package:dji.v5.manager.aircraft.uas
                                                                                                                            -
                                                                                                                            Description:
                                                                                                                            +
                                                                                                                            Description:

                                                                                                                            The remote identification working status of the drone.

                                                                                                                            Supported since MSDK 5.1.0

                                                                                                                            Enum Members:
                                                                                                                            -
                                                                                                                            IDLEIdle, initialization state.
                                                                                                                            WORKINGWorking, it indicates that Remote ID is broadcasting.
                                                                                                                            OPERATOR_LOCATION_LOST_ERRORNot working, because the operator's position is lost, resulting in the Remote ID not being broadcast.
                                                                                                                            FIRMWARE_ERRORNot working, because the firmware error, resulting in the Remote ID not being broadcast.
                                                                                                                            UNKNOWN_ERRORNot working, because the unknown error, resulting in the Remote ID not being broadcast.
                                                                                                                            +
                                                                                                                            IDLEIdle, initialization state.
                                                                                                                            WORKINGWorking, it indicates that Remote ID is broadcasting.
                                                                                                                            OPERATOR_LOCATION_LOST_ERRORNot working, because the operator's position is lost, resulting in the Remote ID not being broadcast.
                                                                                                                            FIRMWARE_ERRORNot working, because the firmware error, resulting in the Remote ID not being broadcast.
                                                                                                                            NO_BROADCASTNot broadcast.
                                                                                                                            NOT_SUPPORTEDNot supported.
                                                                                                                            NOT_SUPPORTEDNot working, because the unknown error, resulting in the Remote ID not being broadcast.
                                                                                                                            Class Members:
                                                                                                                            - +
                                                                                                                            +
                                                                                                                            enum RealNameRegistrationState
                                                                                                                            + +
                                                                                                                            enum RealNameRegistrationState implements JNIProguardKeepTag
                                                                                                                            +
                                                                                                                            Package:dji.sdk.keyvalue.value.flightcontroller
                                                                                                                            +
                                                                                                                            Description:
                                                                                                                            +

                                                                                                                            Real name registration status of aircraft. +

                                                                                                                            Supported since MSDK 5.8.0

                                                                                                                            +
                                                                                                                            Enum Members:
                                                                                                                            +
                                                                                                                            NOT_AUTHNOT AUTH, the aircraft will not be able to take off. In accordance with the requirements of mainland China's unmanned aircraft flight management regulations, if you need to fly in mainland China, please register with your real name on the UOM system.
                                                                                                                          • Real name registration portal: https://uom.caac.gov.cn/#/login, After the real name registration is implemented, you can call this interface to update the real name status to the aircraft.
                                                                                                                          • VAILD_AUTHVAILD AUTH, the aircraft can take off normally.
                                                                                                                            CANCELLEDCANCELLED, the registration information on the UOM system has been canceled and the aircraft will not be able to take off. In accordance with the requirements of mainland China's unmanned aircraft flight management regulations, if you need to fly in mainland China, please register with your real name on the UOM system.
                                                                                                                          • Real name registration portal: https://uom.caac.gov.cn/#/login, After the real name registration is implemented, you can call this interface to update the real name status to the aircraft.
                                                                                                                          • NETWORK_ERRORNETWORK ERROR, lease make sure the network is normal and try again
                                                                                                                            VERIFIED_AND_CANCLLEDVERIFIED AND CANCLLED, after the aircraft has been authenticated, the status on the UOM system has been canceled. In accordance with the requirements of mainland China's unmanned aircraft flight management regulations, if you need to fly in mainland China, please register with your real name on the UOM system.
                                                                                                                          • Real name registration portal: https://uom.caac.gov.cn/#/login, After the real name registration is implemented, you can call this interface to update the real name status to the aircraft.
                                                                                                                          • UNSUPPORTEDThe aircraft does not support the real name function.
                                                                                                                            NOT_ACTIVE_YETThe aircraft has not been activated. Please activate it with the DJI official APP first.
                                                                                                                            DONT_NEED_CHECK_REALNAMEThe aircraft does not need the real name function.
                                                                                                                            DONT_IN_CHINA_MAINLANDThe aircraft is not in mainland China.
                                                                                                                            +
                                                                                                                            Class Members:
                                                                                                                            +
                                                                                                                            diff --git a/Docs/Android_API/en/Components/IUASRemoteIDManager/IUASRemoteIDManager_ElectronicIDStatus.html b/Docs/Android_API/en/Components/IUASRemoteIDManager/IUASRemoteIDManager_ElectronicIDStatus.html index 3588f8bb..f5599beb 100644 --- a/Docs/Android_API/en/Components/IUASRemoteIDManager/IUASRemoteIDManager_ElectronicIDStatus.html +++ b/Docs/Android_API/en/Components/IUASRemoteIDManager/IUASRemoteIDManager_ElectronicIDStatus.html @@ -228,8 +228,6 @@
                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                            +
                                                                                                                            ICameraStreamManager + +
                                                                                                                            IMediaManager
                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                            FlySafeNotificationListener
                                                                                                                            +
                                                                                                                            FlySafeDatabaseListener +
                                                                                                                            +
                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                            +
                                                                                                                            MegaphoneInfoListener +
                                                                                                                            +
                                                                                                                            MegaphoneInfo +
                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                            +
                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                            +
                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                            +
                                                                                                                            RealNameRegistrationStatus +
                                                                                                                            +
                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/IUASRemoteIDManager/IUASRemoteIDManager_ElectronicIDStatusListener.html b/Docs/Android_API/en/Components/IUASRemoteIDManager/IUASRemoteIDManager_ElectronicIDStatusListener.html index e127cb68..6cf5350e 100644 --- a/Docs/Android_API/en/Components/IUASRemoteIDManager/IUASRemoteIDManager_ElectronicIDStatusListener.html +++ b/Docs/Android_API/en/Components/IUASRemoteIDManager/IUASRemoteIDManager_ElectronicIDStatusListener.html @@ -228,8 +228,6 @@
                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                            +
                                                                                                                            ICameraStreamManager + +
                                                                                                                            IMediaManager
                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                            FlySafeNotificationListener
                                                                                                                            +
                                                                                                                            FlySafeDatabaseListener +
                                                                                                                            +
                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                            +
                                                                                                                            MegaphoneInfoListener +
                                                                                                                            +
                                                                                                                            MegaphoneInfo +
                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                            +
                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                            +
                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                            +
                                                                                                                            RealNameRegistrationStatus +
                                                                                                                            +
                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/IUASRemoteIDManager/IUASRemoteIDManager_OperatorRegistrationNumberStatus.html b/Docs/Android_API/en/Components/IUASRemoteIDManager/IUASRemoteIDManager_OperatorRegistrationNumberStatus.html new file mode 100644 index 00000000..a9bdef7c --- /dev/null +++ b/Docs/Android_API/en/Components/IUASRemoteIDManager/IUASRemoteIDManager_OperatorRegistrationNumberStatus.html @@ -0,0 +1,676 @@ + + + + + + + DJI Mobile SDK Documentation + + + + +
                                                                                                                            +
                                                                                                                            +
                                                                                                                            +
                                                                                                                            +
                                                                                                                            +
                                                                                                                            +
                                                                                                                            + + +
                                                                                                                            +
                                                                                                                            +
                                                                                                                            +
                                                                                                                            +
                                                                                                                              +
                                                                                                                              +
                                                                                                                              +
                                                                                                                                +
                                                                                                                                +
                                                                                                                                +
                                                                                                                                + +
                                                                                                                                +
                                                                                                                                +

                                                                                                                                class OperatorRegistrationNumberStatus

                                                                                                                                +
                                                                                                                                class OperatorRegistrationNumberStatus implements KeepProguard
                                                                                                                                +
                                                                                                                                Package:dji.v5.manager.aircraft.uas
                                                                                                                                +
                                                                                                                                Description:
                                                                                                                                +

                                                                                                                                The registration number status of the operator. +

                                                                                                                                Supported since MSDK 5.8.0

                                                                                                                                + +
                                                                                                                                +
                                                                                                                                +
                                                                                                                                + +
                                                                                                                                + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Docs/Android_API/en/Components/IUASRemoteIDManager/IUASRemoteIDManager_OperatorRegistrationNumberStatusListener.html b/Docs/Android_API/en/Components/IUASRemoteIDManager/IUASRemoteIDManager_OperatorRegistrationNumberStatusListener.html new file mode 100644 index 00000000..61585683 --- /dev/null +++ b/Docs/Android_API/en/Components/IUASRemoteIDManager/IUASRemoteIDManager_OperatorRegistrationNumberStatusListener.html @@ -0,0 +1,685 @@ + + + + + + + DJI Mobile SDK Documentation + + + + +
                                                                                                                                +
                                                                                                                                +
                                                                                                                                +
                                                                                                                                +
                                                                                                                                +
                                                                                                                                +
                                                                                                                                + + +
                                                                                                                                +
                                                                                                                                +
                                                                                                                                +
                                                                                                                                +
                                                                                                                                  +
                                                                                                                                  +
                                                                                                                                  +
                                                                                                                                    +
                                                                                                                                    +
                                                                                                                                    +
                                                                                                                                    + +
                                                                                                                                    +
                                                                                                                                    +

                                                                                                                                    class OperatorRegistrationNumberStatusListener

                                                                                                                                    +
                                                                                                                                    interface OperatorRegistrationNumberStatusListener
                                                                                                                                    +
                                                                                                                                    Package:dji.v5.manager.aircraft.uas
                                                                                                                                    +
                                                                                                                                    Description:
                                                                                                                                    +

                                                                                                                                    The registration number status listener of the operator.

                                                                                                                                    Supported since MSDK 5.8.0

                                                                                                                                    +
                                                                                                                                    Class Members:
                                                                                                                                    +
                                                                                                                                    method
                                                                                                                                    +
                                                                                                                                    method onUpdate
                                                                                                                                    + +
                                                                                                                                    void onUpdate(OperatorRegistrationNumberStatus operatorRegNumberStatus)
                                                                                                                                    +
                                                                                                                                    Package:dji.v5.manager.aircraft.uas
                                                                                                                                    +
                                                                                                                                    Description:
                                                                                                                                    +

                                                                                                                                    When the registration number status of the operator changes, this method will be called back.

                                                                                                                                    Supported since MSDK 5.8.0

                                                                                                                                    +
                                                                                                                                    Input Parameters:
                                                                                                                                    +
                                                                                                                                    OperatorRegistrationNumberStatus operatorRegNumberStatusThe registration number status of the opeartor
                                                                                                                                    + +
                                                                                                                                    +
                                                                                                                                    +
                                                                                                                                    + +
                                                                                                                                    + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Docs/Android_API/en/Components/IUASRemoteIDManager/IUASRemoteIDManager_RealNameRegistrationStatus.html b/Docs/Android_API/en/Components/IUASRemoteIDManager/IUASRemoteIDManager_RealNameRegistrationStatus.html new file mode 100644 index 00000000..aa703c34 --- /dev/null +++ b/Docs/Android_API/en/Components/IUASRemoteIDManager/IUASRemoteIDManager_RealNameRegistrationStatus.html @@ -0,0 +1,686 @@ + + + + + + + DJI Mobile SDK Documentation + + + + +
                                                                                                                                    +
                                                                                                                                    +
                                                                                                                                    +
                                                                                                                                    +
                                                                                                                                    +
                                                                                                                                    +
                                                                                                                                    + + +
                                                                                                                                    +
                                                                                                                                    +
                                                                                                                                    +
                                                                                                                                    +
                                                                                                                                      +
                                                                                                                                      +
                                                                                                                                      +
                                                                                                                                        +
                                                                                                                                        +
                                                                                                                                        +
                                                                                                                                        + +
                                                                                                                                        +
                                                                                                                                        +

                                                                                                                                        class RealNameRegistrationStatus

                                                                                                                                        +
                                                                                                                                        class RealNameRegistrationStatus
                                                                                                                                        +
                                                                                                                                        Package:dji.v5.manager.aircraft.uas
                                                                                                                                        +
                                                                                                                                        Description:
                                                                                                                                        +

                                                                                                                                        Real name registration status. +

                                                                                                                                        Supported since MSDK 5.8.0

                                                                                                                                        +
                                                                                                                                        Class Members:
                                                                                                                                        +
                                                                                                                                        +
                                                                                                                                        method getRealNameRegistrationStateFromAircraft
                                                                                                                                        + +
                                                                                                                                        @Keep
                                                                                                                                        RealNameRegistrationState getRealNameRegistrationStateFromAircraft()
                                                                                                                                        +
                                                                                                                                        Package:dji.v5.manager.aircraft.uas
                                                                                                                                        +
                                                                                                                                        Description:
                                                                                                                                        +

                                                                                                                                        Get the real name reegistoration status from aircraft.

                                                                                                                                        +
                                                                                                                                        Return:
                                                                                                                                        +
                                                                                                                                        RealNameRegistrationStateReturn the real name reegistoration status from aircraft.
                                                                                                                                        + +
                                                                                                                                        +
                                                                                                                                        +
                                                                                                                                        + +
                                                                                                                                        + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Docs/Android_API/en/Components/IUASRemoteIDManager/IUASRemoteIDManager_RealNameRegistrationStatusListener.html b/Docs/Android_API/en/Components/IUASRemoteIDManager/IUASRemoteIDManager_RealNameRegistrationStatusListener.html new file mode 100644 index 00000000..67814672 --- /dev/null +++ b/Docs/Android_API/en/Components/IUASRemoteIDManager/IUASRemoteIDManager_RealNameRegistrationStatusListener.html @@ -0,0 +1,685 @@ + + + + + + + DJI Mobile SDK Documentation + + + + +
                                                                                                                                        +
                                                                                                                                        +
                                                                                                                                        +
                                                                                                                                        +
                                                                                                                                        +
                                                                                                                                        +
                                                                                                                                        + + +
                                                                                                                                        +
                                                                                                                                        +
                                                                                                                                        +
                                                                                                                                        +
                                                                                                                                          +
                                                                                                                                          +
                                                                                                                                          +
                                                                                                                                            +
                                                                                                                                            +
                                                                                                                                            +
                                                                                                                                            + +
                                                                                                                                            +
                                                                                                                                            +

                                                                                                                                            class RealNameRegistrationStatusListener

                                                                                                                                            +
                                                                                                                                            interface RealNameRegistrationStatusListener
                                                                                                                                            +
                                                                                                                                            Package:dji.v5.manager.aircraft.uas
                                                                                                                                            +
                                                                                                                                            Description:
                                                                                                                                            +

                                                                                                                                            Real name registration status listener.

                                                                                                                                            Supported since MSDK 5.8.0

                                                                                                                                            +
                                                                                                                                            Class Members:
                                                                                                                                            +
                                                                                                                                            method
                                                                                                                                            +
                                                                                                                                            method onUpdate
                                                                                                                                            + +
                                                                                                                                            void onUpdate(RealNameRegistrationStatus realNameRegistrationStatus)
                                                                                                                                            +
                                                                                                                                            Package:dji.v5.manager.aircraft.uas
                                                                                                                                            +
                                                                                                                                            Description:
                                                                                                                                            +

                                                                                                                                            When the real name registration status changes, this method will be called back.

                                                                                                                                            Supported since MSDK 5.8.0

                                                                                                                                            +
                                                                                                                                            Input Parameters:
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatus realNameRegistrationStatusReal name registration status.
                                                                                                                                            + +
                                                                                                                                            +
                                                                                                                                            +
                                                                                                                                            + +
                                                                                                                                            + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Docs/Android_API/en/Components/IUASRemoteIDManager/IUASRemoteIDManager_UARegistrationNumberStatus.html b/Docs/Android_API/en/Components/IUASRemoteIDManager/IUASRemoteIDManager_UARegistrationNumberStatus.html index f9e9a38f..c0fb3237 100644 --- a/Docs/Android_API/en/Components/IUASRemoteIDManager/IUASRemoteIDManager_UARegistrationNumberStatus.html +++ b/Docs/Android_API/en/Components/IUASRemoteIDManager/IUASRemoteIDManager_UARegistrationNumberStatus.html @@ -228,8 +228,6 @@
                                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                                            +
                                                                                                                                            ICameraStreamManager + +
                                                                                                                                            IMediaManager
                                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                                            FlySafeNotificationListener
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseListener +
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                                            +
                                                                                                                                            MegaphoneInfoListener +
                                                                                                                                            +
                                                                                                                                            MegaphoneInfo +
                                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatus +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                                            ILDMManager @@ -592,6 +620,15 @@
                                                                                                                                            Description:

                                                                                                                                            Get whether the registration number of the drone is imported.

                                                                                                                                            Return:
                                                                                                                                            booleanReturn whether the registration number of the drone is imported.
                                                                                                                                            +
                                                                                                                                            +
                                                                                                                                            method isOperatorRegistrationNumberImport
                                                                                                                                            + +
                                                                                                                                            boolean isOperatorRegistrationNumberImport()
                                                                                                                                            +
                                                                                                                                            Package:dji.v5.manager.aircraft.uas
                                                                                                                                            +
                                                                                                                                            Description:
                                                                                                                                            +

                                                                                                                                            Get whether the registration number of the opeartor is imported.

                                                                                                                                            +
                                                                                                                                            Return:
                                                                                                                                            +
                                                                                                                                            booleanReturn whether the registration number of the opeartor is imported.
                                                                                                                                            diff --git a/Docs/Android_API/en/Components/IUASRemoteIDManager/IUASRemoteIDManager_UARegistrationNumberStatusListener.html b/Docs/Android_API/en/Components/IUASRemoteIDManager/IUASRemoteIDManager_UARegistrationNumberStatusListener.html index 0013360b..bab67118 100644 --- a/Docs/Android_API/en/Components/IUASRemoteIDManager/IUASRemoteIDManager_UARegistrationNumberStatusListener.html +++ b/Docs/Android_API/en/Components/IUASRemoteIDManager/IUASRemoteIDManager_UARegistrationNumberStatusListener.html @@ -228,8 +228,6 @@
                                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                                            +
                                                                                                                                            ICameraStreamManager + +
                                                                                                                                            IMediaManager
                                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                                            FlySafeNotificationListener
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseListener +
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                                            +
                                                                                                                                            MegaphoneInfoListener +
                                                                                                                                            +
                                                                                                                                            MegaphoneInfo +
                                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatus +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/IUASRemoteIDManager/IUASRemoteIDManager_UASRemoteIDStatus.html b/Docs/Android_API/en/Components/IUASRemoteIDManager/IUASRemoteIDManager_UASRemoteIDStatus.html index 547fd950..3ceff4ba 100644 --- a/Docs/Android_API/en/Components/IUASRemoteIDManager/IUASRemoteIDManager_UASRemoteIDStatus.html +++ b/Docs/Android_API/en/Components/IUASRemoteIDManager/IUASRemoteIDManager_UASRemoteIDStatus.html @@ -228,8 +228,6 @@
                                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                                            +
                                                                                                                                            ICameraStreamManager + +
                                                                                                                                            IMediaManager
                                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                                            FlySafeNotificationListener
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseListener +
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                                            +
                                                                                                                                            MegaphoneInfoListener +
                                                                                                                                            +
                                                                                                                                            MegaphoneInfo +
                                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatus +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                                            ILDMManager @@ -577,7 +605,7 @@

                                                                                                                                            class UASRemoteIDStatus

                                                                                                                                            -
                                                                                                                                            class UASRemoteIDStatus
                                                                                                                                            +
                                                                                                                                            @Keep
                                                                                                                                            class UASRemoteIDStatus
                                                                                                                                            Package:dji.v5.manager.aircraft.uas
                                                                                                                                            Description:

                                                                                                                                            The remote identification status of the drone. @@ -598,9 +626,9 @@

                                                                                                                                            Return:
                                                                                                                                            RemoteIdWorkingState getRemoteIdWorkingState()
                                                                                                                                            Package:dji.v5.manager.aircraft.uas
                                                                                                                                            Description:
                                                                                                                                            -

                                                                                                                                            Get the working state of UAS remote identification(RID).

                                                                                                                                            +

                                                                                                                                            Get the broadcast state of UAS remote identification(RID) .

                                                                                                                                            Return:
                                                                                                                                            -
                                                                                                                                            RemoteIdWorkingStateReturn the working state of UAS remote identification(RID).
                                                                                                                                            +
                                                                                                                                            RemoteIdWorkingStateReturn the broadcast state of UAS remote identification(RID).
                                                                                                                                            diff --git a/Docs/Android_API/en/Components/IUASRemoteIDManager/IUASRemoteIDManager_UASRemoteIDStatusListener.html b/Docs/Android_API/en/Components/IUASRemoteIDManager/IUASRemoteIDManager_UASRemoteIDStatusListener.html index a0a3ab12..75f06995 100644 --- a/Docs/Android_API/en/Components/IUASRemoteIDManager/IUASRemoteIDManager_UASRemoteIDStatusListener.html +++ b/Docs/Android_API/en/Components/IUASRemoteIDManager/IUASRemoteIDManager_UASRemoteIDStatusListener.html @@ -228,8 +228,6 @@
                                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                                            +
                                                                                                                                            ICameraStreamManager + +
                                                                                                                                            IMediaManager
                                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                                            FlySafeNotificationListener
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseListener +
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                                            +
                                                                                                                                            MegaphoneInfoListener +
                                                                                                                                            +
                                                                                                                                            MegaphoneInfo +
                                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatus +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                                            ILDMManager @@ -588,9 +616,9 @@
                                                                                                                                            Class Members:
                                                                                                                                            void onUpdate(UASRemoteIDStatus uasRemoteIDStatus)
                                                                                                                                            Package:dji.v5.manager.aircraft.uas
                                                                                                                                            Description:
                                                                                                                                            -

                                                                                                                                            When the RID status of the drone changes, this method will be called back.

                                                                                                                                            Supported since MSDK 5.0.0

                                                                                                                                            +

                                                                                                                                            When the RID broadcast status of the drone changes, this method will be called back.

                                                                                                                                            Supported since MSDK 5.0.0

                                                                                                                                            Input Parameters:
                                                                                                                                            -
                                                                                                                                            UASRemoteIDStatus uasRemoteIDStatusThe RID status of the drone.
                                                                                                                                            +
                                                                                                                                            UASRemoteIDStatus uasRemoteIDStatusThe RID broadcast status of the drone.
                                                                                                                                            diff --git a/Docs/Android_API/en/Components/IUpgradeManager/IUpgradeManager.html b/Docs/Android_API/en/Components/IUpgradeManager/IUpgradeManager.html index 1ee3ffe0..3af258c1 100644 --- a/Docs/Android_API/en/Components/IUpgradeManager/IUpgradeManager.html +++ b/Docs/Android_API/en/Components/IUpgradeManager/IUpgradeManager.html @@ -228,8 +228,6 @@
                                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                                            +
                                                                                                                                            ICameraStreamManager + +
                                                                                                                                            IMediaManager
                                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                                            FlySafeNotificationListener
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseListener +
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                                            +
                                                                                                                                            MegaphoneInfoListener +
                                                                                                                                            +
                                                                                                                                            MegaphoneInfo +
                                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatus +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/IUpgradeManager/IUpgradeManager_FirmwareInformation.html b/Docs/Android_API/en/Components/IUpgradeManager/IUpgradeManager_FirmwareInformation.html index 6658c959..a697e278 100644 --- a/Docs/Android_API/en/Components/IUpgradeManager/IUpgradeManager_FirmwareInformation.html +++ b/Docs/Android_API/en/Components/IUpgradeManager/IUpgradeManager_FirmwareInformation.html @@ -228,8 +228,6 @@
                                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                                            +
                                                                                                                                            ICameraStreamManager + +
                                                                                                                                            IMediaManager
                                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                                            FlySafeNotificationListener
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseListener +
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                                            +
                                                                                                                                            MegaphoneInfoListener +
                                                                                                                                            +
                                                                                                                                            MegaphoneInfo +
                                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatus +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/IUpgradeManager/IUpgradeManager_UpgradeInfo.html b/Docs/Android_API/en/Components/IUpgradeManager/IUpgradeManager_UpgradeInfo.html index 2972b3ae..53f028fa 100644 --- a/Docs/Android_API/en/Components/IUpgradeManager/IUpgradeManager_UpgradeInfo.html +++ b/Docs/Android_API/en/Components/IUpgradeManager/IUpgradeManager_UpgradeInfo.html @@ -228,8 +228,6 @@
                                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                                            +
                                                                                                                                            ICameraStreamManager + +
                                                                                                                                            IMediaManager
                                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                                            FlySafeNotificationListener
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseListener +
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                                            +
                                                                                                                                            MegaphoneInfoListener +
                                                                                                                                            +
                                                                                                                                            MegaphoneInfo +
                                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatus +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/IUpgradeManager/IUpgradeManager_UpgradeInfoListener.html b/Docs/Android_API/en/Components/IUpgradeManager/IUpgradeManager_UpgradeInfoListener.html index 09790808..5aa24dee 100644 --- a/Docs/Android_API/en/Components/IUpgradeManager/IUpgradeManager_UpgradeInfoListener.html +++ b/Docs/Android_API/en/Components/IUpgradeManager/IUpgradeManager_UpgradeInfoListener.html @@ -228,8 +228,6 @@
                                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                                            +
                                                                                                                                            ICameraStreamManager + +
                                                                                                                                            IMediaManager
                                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                                            FlySafeNotificationListener
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseListener +
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                                            +
                                                                                                                                            MegaphoneInfoListener +
                                                                                                                                            +
                                                                                                                                            MegaphoneInfo +
                                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatus +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/IUpgradeManager/IUpgradeManager_UpgradeableComponent.html b/Docs/Android_API/en/Components/IUpgradeManager/IUpgradeManager_UpgradeableComponent.html index 3ec29e63..63b344a0 100644 --- a/Docs/Android_API/en/Components/IUpgradeManager/IUpgradeManager_UpgradeableComponent.html +++ b/Docs/Android_API/en/Components/IUpgradeManager/IUpgradeManager_UpgradeableComponent.html @@ -228,8 +228,6 @@
                                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                                            +
                                                                                                                                            ICameraStreamManager + +
                                                                                                                                            IMediaManager
                                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                                            FlySafeNotificationListener
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseListener +
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                                            +
                                                                                                                                            MegaphoneInfoListener +
                                                                                                                                            +
                                                                                                                                            MegaphoneInfo +
                                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatus +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/IUpgradeManager/IUpgradeManager_UpgradeableComponentListener.html b/Docs/Android_API/en/Components/IUpgradeManager/IUpgradeManager_UpgradeableComponentListener.html index 8576f46c..5786edb1 100644 --- a/Docs/Android_API/en/Components/IUpgradeManager/IUpgradeManager_UpgradeableComponentListener.html +++ b/Docs/Android_API/en/Components/IUpgradeManager/IUpgradeManager_UpgradeableComponentListener.html @@ -228,8 +228,6 @@
                                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                                            +
                                                                                                                                            ICameraStreamManager + +
                                                                                                                                            IMediaManager
                                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                                            FlySafeNotificationListener
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseListener +
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                                            +
                                                                                                                                            MegaphoneInfoListener +
                                                                                                                                            +
                                                                                                                                            MegaphoneInfo +
                                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatus +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/IUserAccountManager/IUserAccountManager.html b/Docs/Android_API/en/Components/IUserAccountManager/IUserAccountManager.html index 7acc9689..ac7ad358 100644 --- a/Docs/Android_API/en/Components/IUserAccountManager/IUserAccountManager.html +++ b/Docs/Android_API/en/Components/IUserAccountManager/IUserAccountManager.html @@ -228,8 +228,6 @@
                                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                                            +
                                                                                                                                            ICameraStreamManager + +
                                                                                                                                            IMediaManager
                                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                                            FlySafeNotificationListener
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseListener +
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                                            +
                                                                                                                                            MegaphoneInfoListener +
                                                                                                                                            +
                                                                                                                                            MegaphoneInfo +
                                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatus +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/IUserAccountManager/IUserAccountManager_LoginInfo.html b/Docs/Android_API/en/Components/IUserAccountManager/IUserAccountManager_LoginInfo.html index ee3842a0..8b2c8d0c 100644 --- a/Docs/Android_API/en/Components/IUserAccountManager/IUserAccountManager_LoginInfo.html +++ b/Docs/Android_API/en/Components/IUserAccountManager/IUserAccountManager_LoginInfo.html @@ -228,8 +228,6 @@
                                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                                            +
                                                                                                                                            ICameraStreamManager + +
                                                                                                                                            IMediaManager
                                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                                            FlySafeNotificationListener
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseListener +
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                                            +
                                                                                                                                            MegaphoneInfoListener +
                                                                                                                                            +
                                                                                                                                            MegaphoneInfo +
                                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatus +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/IUserAccountManager/IUserAccountManager_LoginInfoUpdateListener.html b/Docs/Android_API/en/Components/IUserAccountManager/IUserAccountManager_LoginInfoUpdateListener.html index ca48fbe4..da968a5f 100644 --- a/Docs/Android_API/en/Components/IUserAccountManager/IUserAccountManager_LoginInfoUpdateListener.html +++ b/Docs/Android_API/en/Components/IUserAccountManager/IUserAccountManager_LoginInfoUpdateListener.html @@ -228,8 +228,6 @@
                                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                                            +
                                                                                                                                            ICameraStreamManager + +
                                                                                                                                            IMediaManager
                                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                                            FlySafeNotificationListener
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseListener +
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                                            +
                                                                                                                                            MegaphoneInfoListener +
                                                                                                                                            +
                                                                                                                                            MegaphoneInfo +
                                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatus +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/IVirtualStickManager/IVirtualStickManager.html b/Docs/Android_API/en/Components/IVirtualStickManager/IVirtualStickManager.html index 5ba003f7..e4a3196a 100644 --- a/Docs/Android_API/en/Components/IVirtualStickManager/IVirtualStickManager.html +++ b/Docs/Android_API/en/Components/IVirtualStickManager/IVirtualStickManager.html @@ -228,8 +228,6 @@
                                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                                            +
                                                                                                                                            ICameraStreamManager + +
                                                                                                                                            IMediaManager
                                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                                            FlySafeNotificationListener
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseListener +
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                                            +
                                                                                                                                            MegaphoneInfoListener +
                                                                                                                                            +
                                                                                                                                            MegaphoneInfo +
                                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatus +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/IVirtualStickManager/IVirtualStickManager_DJIStick.html b/Docs/Android_API/en/Components/IVirtualStickManager/IVirtualStickManager_DJIStick.html index a42894eb..c7e1112f 100644 --- a/Docs/Android_API/en/Components/IVirtualStickManager/IVirtualStickManager_DJIStick.html +++ b/Docs/Android_API/en/Components/IVirtualStickManager/IVirtualStickManager_DJIStick.html @@ -228,8 +228,6 @@
                                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                                            +
                                                                                                                                            ICameraStreamManager + +
                                                                                                                                            IMediaManager
                                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                                            FlySafeNotificationListener
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseListener +
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                                            +
                                                                                                                                            MegaphoneInfoListener +
                                                                                                                                            +
                                                                                                                                            MegaphoneInfo +
                                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatus +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/IVirtualStickManager/IVirtualStickManager_VirtualStickRange.html b/Docs/Android_API/en/Components/IVirtualStickManager/IVirtualStickManager_VirtualStickRange.html index ecda559f..b3da263e 100644 --- a/Docs/Android_API/en/Components/IVirtualStickManager/IVirtualStickManager_VirtualStickRange.html +++ b/Docs/Android_API/en/Components/IVirtualStickManager/IVirtualStickManager_VirtualStickRange.html @@ -228,8 +228,6 @@
                                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                                            +
                                                                                                                                            ICameraStreamManager + +
                                                                                                                                            IMediaManager
                                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                                            FlySafeNotificationListener
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseListener +
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                                            +
                                                                                                                                            MegaphoneInfoListener +
                                                                                                                                            +
                                                                                                                                            MegaphoneInfo +
                                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatus +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/IVirtualStickManager/IVirtualStickManager_VirtualStickState.html b/Docs/Android_API/en/Components/IVirtualStickManager/IVirtualStickManager_VirtualStickState.html index 4eaf7022..a8ab826c 100644 --- a/Docs/Android_API/en/Components/IVirtualStickManager/IVirtualStickManager_VirtualStickState.html +++ b/Docs/Android_API/en/Components/IVirtualStickManager/IVirtualStickManager_VirtualStickState.html @@ -228,8 +228,6 @@
                                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                                            +
                                                                                                                                            ICameraStreamManager + +
                                                                                                                                            IMediaManager
                                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                                            FlySafeNotificationListener
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseListener +
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                                            +
                                                                                                                                            MegaphoneInfoListener +
                                                                                                                                            +
                                                                                                                                            MegaphoneInfo +
                                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatus +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/IVirtualStickManager/IVirtualStickManager_VirtualStickStateListener.html b/Docs/Android_API/en/Components/IVirtualStickManager/IVirtualStickManager_VirtualStickStateListener.html index acc54b82..1fa28e7b 100644 --- a/Docs/Android_API/en/Components/IVirtualStickManager/IVirtualStickManager_VirtualStickStateListener.html +++ b/Docs/Android_API/en/Components/IVirtualStickManager/IVirtualStickManager_VirtualStickStateListener.html @@ -228,8 +228,6 @@
                                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                                            +
                                                                                                                                            ICameraStreamManager + +
                                                                                                                                            IMediaManager
                                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                                            FlySafeNotificationListener
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseListener +
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                                            +
                                                                                                                                            MegaphoneInfoListener +
                                                                                                                                            +
                                                                                                                                            MegaphoneInfo +
                                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatus +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/IVirtualStickManager/Value_FlightController_Struct_VirtualStickFlightControlParam.html b/Docs/Android_API/en/Components/IVirtualStickManager/Value_FlightController_Struct_VirtualStickFlightControlParam.html index 52aed955..fbb21077 100644 --- a/Docs/Android_API/en/Components/IVirtualStickManager/Value_FlightController_Struct_VirtualStickFlightControlParam.html +++ b/Docs/Android_API/en/Components/IVirtualStickManager/Value_FlightController_Struct_VirtualStickFlightControlParam.html @@ -228,8 +228,6 @@
                                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                                            +
                                                                                                                                            ICameraStreamManager + +
                                                                                                                                            IMediaManager
                                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                                            FlySafeNotificationListener
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseListener +
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                                            +
                                                                                                                                            MegaphoneInfoListener +
                                                                                                                                            +
                                                                                                                                            MegaphoneInfo +
                                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatus +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/IWaypointMissionManager/IWPMZManager.html b/Docs/Android_API/en/Components/IWaypointMissionManager/IWPMZManager.html index 658226dc..f7ff4fd8 100644 --- a/Docs/Android_API/en/Components/IWaypointMissionManager/IWPMZManager.html +++ b/Docs/Android_API/en/Components/IWaypointMissionManager/IWPMZManager.html @@ -228,8 +228,6 @@
                                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                                            +
                                                                                                                                            ICameraStreamManager + +
                                                                                                                                            IMediaManager
                                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                                            FlySafeNotificationListener
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseListener +
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                                            +
                                                                                                                                            MegaphoneInfoListener +
                                                                                                                                            +
                                                                                                                                            MegaphoneInfo +
                                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatus +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/IWaypointMissionManager/IWaypointMissionManager.html b/Docs/Android_API/en/Components/IWaypointMissionManager/IWaypointMissionManager.html index d174f3c8..9905a025 100644 --- a/Docs/Android_API/en/Components/IWaypointMissionManager/IWaypointMissionManager.html +++ b/Docs/Android_API/en/Components/IWaypointMissionManager/IWaypointMissionManager.html @@ -228,8 +228,6 @@
                                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                                            +
                                                                                                                                            ICameraStreamManager + +
                                                                                                                                            IMediaManager
                                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                                            FlySafeNotificationListener
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseListener +
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                                            +
                                                                                                                                            MegaphoneInfoListener +
                                                                                                                                            +
                                                                                                                                            MegaphoneInfo +
                                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatus +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                                            ILDMManager @@ -685,7 +713,7 @@
                                                                                                                                            Input Parameters:
                                                                                                                                            List<Integer> getAvailableWaylineIDs(String missionFileName)
                                                                                                                                            Package:dji.v5.manager.interfaces
                                                                                                                                            Description:
                                                                                                                                            -

                                                                                                                                            Returns a list of wayline IDs available in the specified mission file. After obtaining this wayline ID list, you can select the wayline ID to be executed and pass it as a parameter to startMission to execute the waypoint mission.

                                                                                                                                            Supported since MSDK 5.1.0

                                                                                                                                            +

                                                                                                                                            Returns a list of wayline IDs available in the specified mission file. After obtaining this wayline ID list, you can select the wayline ID to be executed and pass it as a parameter to startMission to execute the waypoint mission.
                                                                                                                                            Note: M300 RTK and M350 RTK only support 1 wayline ID.

                                                                                                                                            Supported since MSDK 5.1.0

                                                                                                                                            Input Parameters:
                                                                                                                                            String missionFileNameThe specified mission filename.
                                                                                                                                            Return:
                                                                                                                                            @@ -696,7 +724,7 @@
                                                                                                                                            Return:
                                                                                                                                            void startMission(String missionFileName, List<Integer> waylineIDs, CommonCallbacks.CompletionCallback callback)
                                                                                                                                            Package:dji.v5.manager.interfaces
                                                                                                                                            Description:
                                                                                                                                            -

                                                                                                                                            Start executing the waypoint mission of the specified Wayline IDs list. A list of available wayline IDs can be obtained through getAvailableWaylineIDs, after obtaining this wayline IDs list, you can select the wayline ID to be executed as a parameter and pass it to this interface, the aircraft will execute the waypoint mission in sequence in the order of the wayline IDs list. If the wayline IDs list parameter is empty or the length of the wayline IDs list is 0, the aircraft will execute all waylines in the waypoint mission.

                                                                                                                                            Supported since MSDK 5.1.0

                                                                                                                                            +

                                                                                                                                            Start executing the waypoint mission of the specified Wayline IDs list. A list of available wayline IDs can be obtained through getAvailableWaylineIDs, after obtaining this wayline IDs list, you can select the wayline ID to be executed as a parameter and pass it to this interface, the aircraft will execute the waypoint mission in sequence in the order of the wayline IDs list. If the wayline IDs list parameter is empty or the length of the wayline IDs list is 0, the aircraft will execute all waylines in the waypoint mission.
                                                                                                                                            Note: M300 RTK and M350 RTK only support 1 wayline ID.

                                                                                                                                            Supported since MSDK 5.1.0

                                                                                                                                            Input Parameters:
                                                                                                                                            String missionFileNameThe file name of the Mission to be executed.
                                                                                                                                            List<Integer> waylineIDsThe wayline IDs list to be executed.
                                                                                                                                            CommonCallbacks.CompletionCallback callbackReturn the execution result.
                                                                                                                                            diff --git a/Docs/Android_API/en/Components/IWaypointMissionManager/IWaypointMissionManager_BreakPointInfo.html b/Docs/Android_API/en/Components/IWaypointMissionManager/IWaypointMissionManager_BreakPointInfo.html index 57e4a9d5..3bcddc5d 100644 --- a/Docs/Android_API/en/Components/IWaypointMissionManager/IWaypointMissionManager_BreakPointInfo.html +++ b/Docs/Android_API/en/Components/IWaypointMissionManager/IWaypointMissionManager_BreakPointInfo.html @@ -228,8 +228,6 @@
                                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                                            +
                                                                                                                                            ICameraStreamManager + +
                                                                                                                                            IMediaManager
                                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                                            FlySafeNotificationListener
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseListener +
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                                            +
                                                                                                                                            MegaphoneInfoListener +
                                                                                                                                            +
                                                                                                                                            MegaphoneInfo +
                                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatus +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/IWaypointMissionManager/IWaypointMissionManager_WaylineExecutingInfo.html b/Docs/Android_API/en/Components/IWaypointMissionManager/IWaypointMissionManager_WaylineExecutingInfo.html index 33eb9733..46c651d9 100644 --- a/Docs/Android_API/en/Components/IWaypointMissionManager/IWaypointMissionManager_WaylineExecutingInfo.html +++ b/Docs/Android_API/en/Components/IWaypointMissionManager/IWaypointMissionManager_WaylineExecutingInfo.html @@ -228,8 +228,6 @@
                                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                                            +
                                                                                                                                            ICameraStreamManager + +
                                                                                                                                            IMediaManager
                                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                                            FlySafeNotificationListener
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseListener +
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                                            +
                                                                                                                                            MegaphoneInfoListener +
                                                                                                                                            +
                                                                                                                                            MegaphoneInfo +
                                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatus +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/IWaypointMissionManager/IWaypointMissionManager_WaylineExecutingInfoListener.html b/Docs/Android_API/en/Components/IWaypointMissionManager/IWaypointMissionManager_WaylineExecutingInfoListener.html index 3551d376..e25c99a6 100644 --- a/Docs/Android_API/en/Components/IWaypointMissionManager/IWaypointMissionManager_WaylineExecutingInfoListener.html +++ b/Docs/Android_API/en/Components/IWaypointMissionManager/IWaypointMissionManager_WaylineExecutingInfoListener.html @@ -228,8 +228,6 @@
                                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                                            +
                                                                                                                                            ICameraStreamManager + +
                                                                                                                                            IMediaManager
                                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                                            FlySafeNotificationListener
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseListener +
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                                            +
                                                                                                                                            MegaphoneInfoListener +
                                                                                                                                            +
                                                                                                                                            MegaphoneInfo +
                                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatus +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/IWaypointMissionManager/IWaypointMissionManager_WaypointActionListener.html b/Docs/Android_API/en/Components/IWaypointMissionManager/IWaypointMissionManager_WaypointActionListener.html index 31b9b8cc..902ad79f 100644 --- a/Docs/Android_API/en/Components/IWaypointMissionManager/IWaypointMissionManager_WaypointActionListener.html +++ b/Docs/Android_API/en/Components/IWaypointMissionManager/IWaypointMissionManager_WaypointActionListener.html @@ -228,8 +228,6 @@
                                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                                            +
                                                                                                                                            ICameraStreamManager + +
                                                                                                                                            IMediaManager
                                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                                            FlySafeNotificationListener
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseListener +
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                                            +
                                                                                                                                            MegaphoneInfoListener +
                                                                                                                                            +
                                                                                                                                            MegaphoneInfo +
                                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatus +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                                            ILDMManager @@ -585,7 +613,7 @@
                                                                                                                                            Class Members:
                                                                                                                                            method onExecutionStart
                                                                                                                                            -
                                                                                                                                            void onExecutionStart(int actionId)
                                                                                                                                            +
                                                                                                                                            @Deprecated
                                                                                                                                            void onExecutionStart(int actionId)
                                                                                                                                            Package:dji.v5.manager.aircraft.waypoint3
                                                                                                                                            Description:

                                                                                                                                            This method will be called back when the waypint action starts to execute.

                                                                                                                                            Supported since MSDK 5.6.0

                                                                                                                                            @@ -594,12 +622,30 @@
                                                                                                                                            Input Parameters:
                                                                                                                                            method onExecutionFinish
                                                                                                                                            -
                                                                                                                                            void onExecutionFinish(int actionId, @Nullable IDJIError error)
                                                                                                                                            +
                                                                                                                                            @Deprecated
                                                                                                                                            void onExecutionFinish(int actionId, @Nullable IDJIError error)
                                                                                                                                            Package:dji.v5.manager.aircraft.waypoint3
                                                                                                                                            Description:

                                                                                                                                            This method will be called back when the waypoint action finishes executing.

                                                                                                                                            Supported since MSDK 5.6.0

                                                                                                                                            Input Parameters:
                                                                                                                                            int actionIdThe waypoint action ID to end execution.
                                                                                                                                            @Nullable IDJIError errorThe error code for the execution interruption of the waypoint action.
                                                                                                                                            +
                                                                                                                                            +
                                                                                                                                            method onExecutionStart
                                                                                                                                            + +
                                                                                                                                            void onExecutionStart(int actionGroup , int actionId)
                                                                                                                                            +
                                                                                                                                            Package:dji.v5.manager.aircraft.waypoint3
                                                                                                                                            +
                                                                                                                                            Description:
                                                                                                                                            +

                                                                                                                                            This method will be called back when the waypint action starts to execute.

                                                                                                                                            Supported since MSDK 5.8.0

                                                                                                                                            +
                                                                                                                                            Input Parameters:
                                                                                                                                            +
                                                                                                                                            int actionGroupThe waypoint action group to start executing.
                                                                                                                                            int actionIdThe waypoint action ID to start executing.
                                                                                                                                            +
                                                                                                                                            +
                                                                                                                                            method onExecutionFinish
                                                                                                                                            + +
                                                                                                                                            void onExecutionFinish(int actionGroup, int actionId, @Nullable IDJIError error)
                                                                                                                                            +
                                                                                                                                            Package:dji.v5.manager.aircraft.waypoint3
                                                                                                                                            +
                                                                                                                                            Description:
                                                                                                                                            +

                                                                                                                                            This method will be called back when the waypoint action finishes executing.

                                                                                                                                            Supported since MSDK 5.8.0

                                                                                                                                            +
                                                                                                                                            Input Parameters:
                                                                                                                                            +
                                                                                                                                            int actionGroupThe waypoint action group to start executing.
                                                                                                                                            int actionIdThe waypoint action ID to end execution.
                                                                                                                                            @Nullable IDJIError errorThe error code for the execution interruption of the waypoint action.
                                                                                                                                            diff --git a/Docs/Android_API/en/Components/IWaypointMissionManager/IWaypointMissionManager_WaypointMissionExecuteStateListener.html b/Docs/Android_API/en/Components/IWaypointMissionManager/IWaypointMissionManager_WaypointMissionExecuteStateListener.html index c76725e0..b49f02e1 100644 --- a/Docs/Android_API/en/Components/IWaypointMissionManager/IWaypointMissionManager_WaypointMissionExecuteStateListener.html +++ b/Docs/Android_API/en/Components/IWaypointMissionManager/IWaypointMissionManager_WaypointMissionExecuteStateListener.html @@ -228,8 +228,6 @@
                                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                                            +
                                                                                                                                            ICameraStreamManager + +
                                                                                                                                            IMediaManager
                                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                                            FlySafeNotificationListener
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseListener +
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                                            +
                                                                                                                                            MegaphoneInfoListener +
                                                                                                                                            +
                                                                                                                                            MegaphoneInfo +
                                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatus +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/KeyManager/DJIKey.html b/Docs/Android_API/en/Components/KeyManager/DJIKey.html index 87edc81d..247cde95 100644 --- a/Docs/Android_API/en/Components/KeyManager/DJIKey.html +++ b/Docs/Android_API/en/Components/KeyManager/DJIKey.html @@ -228,8 +228,6 @@
                                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                                            +
                                                                                                                                            ICameraStreamManager + +
                                                                                                                                            IMediaManager
                                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                                            FlySafeNotificationListener
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseListener +
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                                            +
                                                                                                                                            MegaphoneInfoListener +
                                                                                                                                            +
                                                                                                                                            MegaphoneInfo +
                                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatus +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/KeyManager/DJIKeyManager.html b/Docs/Android_API/en/Components/KeyManager/DJIKeyManager.html index 747cd8ca..498b046f 100644 --- a/Docs/Android_API/en/Components/KeyManager/DJIKeyManager.html +++ b/Docs/Android_API/en/Components/KeyManager/DJIKeyManager.html @@ -228,8 +228,6 @@
                                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                                            +
                                                                                                                                            ICameraStreamManager + +
                                                                                                                                            IMediaManager
                                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                                            FlySafeNotificationListener
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseListener +
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                                            +
                                                                                                                                            MegaphoneInfoListener +
                                                                                                                                            +
                                                                                                                                            MegaphoneInfo +
                                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatus +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/KeyManager/DJIValue.html b/Docs/Android_API/en/Components/KeyManager/DJIValue.html index ee152a9a..1fb16b12 100644 --- a/Docs/Android_API/en/Components/KeyManager/DJIValue.html +++ b/Docs/Android_API/en/Components/KeyManager/DJIValue.html @@ -228,8 +228,6 @@
                                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                                            +
                                                                                                                                            ICameraStreamManager + +
                                                                                                                                            IMediaManager
                                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                                            FlySafeNotificationListener
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseListener +
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                                            +
                                                                                                                                            MegaphoneInfoListener +
                                                                                                                                            +
                                                                                                                                            MegaphoneInfo +
                                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatus +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/KeyManager/Key_Airlink_DJIAirlinkKey.html b/Docs/Android_API/en/Components/KeyManager/Key_Airlink_DJIAirlinkKey.html index f5e519ef..d025255d 100644 --- a/Docs/Android_API/en/Components/KeyManager/Key_Airlink_DJIAirlinkKey.html +++ b/Docs/Android_API/en/Components/KeyManager/Key_Airlink_DJIAirlinkKey.html @@ -228,8 +228,6 @@
                                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                                            +
                                                                                                                                            ICameraStreamManager + +
                                                                                                                                            IMediaManager
                                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                                            FlySafeNotificationListener
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseListener +
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                                            +
                                                                                                                                            MegaphoneInfoListener +
                                                                                                                                            +
                                                                                                                                            MegaphoneInfo +
                                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatus +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/KeyManager/Key_Battery_DJIBatteryKey.html b/Docs/Android_API/en/Components/KeyManager/Key_Battery_DJIBatteryKey.html index 8805eca4..e04c23c9 100644 --- a/Docs/Android_API/en/Components/KeyManager/Key_Battery_DJIBatteryKey.html +++ b/Docs/Android_API/en/Components/KeyManager/Key_Battery_DJIBatteryKey.html @@ -228,8 +228,6 @@
                                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                                            +
                                                                                                                                            ICameraStreamManager + +
                                                                                                                                            IMediaManager
                                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                                            FlySafeNotificationListener
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseListener +
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                                            +
                                                                                                                                            MegaphoneInfoListener +
                                                                                                                                            +
                                                                                                                                            MegaphoneInfo +
                                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatus +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/KeyManager/Key_Camera_DJICameraKey.html b/Docs/Android_API/en/Components/KeyManager/Key_Camera_DJICameraKey.html index a08e593c..6794573e 100644 --- a/Docs/Android_API/en/Components/KeyManager/Key_Camera_DJICameraKey.html +++ b/Docs/Android_API/en/Components/KeyManager/Key_Camera_DJICameraKey.html @@ -228,8 +228,6 @@
                                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                                            +
                                                                                                                                            ICameraStreamManager + +
                                                                                                                                            IMediaManager
                                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                                            FlySafeNotificationListener
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseListener +
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                                            +
                                                                                                                                            MegaphoneInfoListener +
                                                                                                                                            +
                                                                                                                                            MegaphoneInfo +
                                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatus +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/KeyManager/Key_FlightAssistant_DJIFlightAssistantKey.html b/Docs/Android_API/en/Components/KeyManager/Key_FlightAssistant_DJIFlightAssistantKey.html index 0a676287..cbae888b 100644 --- a/Docs/Android_API/en/Components/KeyManager/Key_FlightAssistant_DJIFlightAssistantKey.html +++ b/Docs/Android_API/en/Components/KeyManager/Key_FlightAssistant_DJIFlightAssistantKey.html @@ -228,8 +228,6 @@
                                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                                            +
                                                                                                                                            ICameraStreamManager + +
                                                                                                                                            IMediaManager
                                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                                            FlySafeNotificationListener
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseListener +
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                                            +
                                                                                                                                            MegaphoneInfoListener +
                                                                                                                                            +
                                                                                                                                            MegaphoneInfo +
                                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatus +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/KeyManager/Key_FlightController_DJIFlightControllerKey.html b/Docs/Android_API/en/Components/KeyManager/Key_FlightController_DJIFlightControllerKey.html index 3cbfe7ab..b9981883 100644 --- a/Docs/Android_API/en/Components/KeyManager/Key_FlightController_DJIFlightControllerKey.html +++ b/Docs/Android_API/en/Components/KeyManager/Key_FlightController_DJIFlightControllerKey.html @@ -228,8 +228,6 @@
                                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                                            +
                                                                                                                                            ICameraStreamManager + +
                                                                                                                                            IMediaManager
                                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                                            FlySafeNotificationListener
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseListener +
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                                            +
                                                                                                                                            MegaphoneInfoListener +
                                                                                                                                            +
                                                                                                                                            MegaphoneInfo +
                                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatus +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/KeyManager/Key_Gimbal_DJIGimbalKey.html b/Docs/Android_API/en/Components/KeyManager/Key_Gimbal_DJIGimbalKey.html index e3bed759..7ace1adc 100644 --- a/Docs/Android_API/en/Components/KeyManager/Key_Gimbal_DJIGimbalKey.html +++ b/Docs/Android_API/en/Components/KeyManager/Key_Gimbal_DJIGimbalKey.html @@ -228,8 +228,6 @@
                                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                                            +
                                                                                                                                            ICameraStreamManager + +
                                                                                                                                            IMediaManager
                                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                                            FlySafeNotificationListener
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseListener +
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                                            +
                                                                                                                                            MegaphoneInfoListener +
                                                                                                                                            +
                                                                                                                                            MegaphoneInfo +
                                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatus +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/KeyManager/Key_Product_DJIProductKey.html b/Docs/Android_API/en/Components/KeyManager/Key_Product_DJIProductKey.html index a9abb7ed..8d5bfa0c 100644 --- a/Docs/Android_API/en/Components/KeyManager/Key_Product_DJIProductKey.html +++ b/Docs/Android_API/en/Components/KeyManager/Key_Product_DJIProductKey.html @@ -228,8 +228,6 @@
                                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                                            +
                                                                                                                                            ICameraStreamManager + +
                                                                                                                                            IMediaManager
                                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                                            FlySafeNotificationListener
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseListener +
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                                            +
                                                                                                                                            MegaphoneInfoListener +
                                                                                                                                            +
                                                                                                                                            MegaphoneInfo +
                                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatus +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/KeyManager/Key_RemoteController_DJIRemoteControllerKey.html b/Docs/Android_API/en/Components/KeyManager/Key_RemoteController_DJIRemoteControllerKey.html index e8acd5c4..0af407f1 100644 --- a/Docs/Android_API/en/Components/KeyManager/Key_RemoteController_DJIRemoteControllerKey.html +++ b/Docs/Android_API/en/Components/KeyManager/Key_RemoteController_DJIRemoteControllerKey.html @@ -228,8 +228,6 @@
                                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                                            +
                                                                                                                                            ICameraStreamManager + +
                                                                                                                                            IMediaManager
                                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                                            FlySafeNotificationListener
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseListener +
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                                            +
                                                                                                                                            MegaphoneInfoListener +
                                                                                                                                            +
                                                                                                                                            MegaphoneInfo +
                                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatus +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/KeyManager/Key_RtkBaseStation_DJIRtkBaseStationKey.html b/Docs/Android_API/en/Components/KeyManager/Key_RtkBaseStation_DJIRtkBaseStationKey.html index 2b48e863..c13460f8 100644 --- a/Docs/Android_API/en/Components/KeyManager/Key_RtkBaseStation_DJIRtkBaseStationKey.html +++ b/Docs/Android_API/en/Components/KeyManager/Key_RtkBaseStation_DJIRtkBaseStationKey.html @@ -228,8 +228,6 @@
                                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                                            +
                                                                                                                                            ICameraStreamManager + +
                                                                                                                                            IMediaManager
                                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                                            FlySafeNotificationListener
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseListener +
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                                            +
                                                                                                                                            MegaphoneInfoListener +
                                                                                                                                            +
                                                                                                                                            MegaphoneInfo +
                                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatus +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/KeyManager/Value_Accessory_Struct_PlayingAudioFileInfo.html b/Docs/Android_API/en/Components/KeyManager/Value_Accessory_Struct_PlayingAudioFileInfo.html index a1d1bd74..caa4e68e 100644 --- a/Docs/Android_API/en/Components/KeyManager/Value_Accessory_Struct_PlayingAudioFileInfo.html +++ b/Docs/Android_API/en/Components/KeyManager/Value_Accessory_Struct_PlayingAudioFileInfo.html @@ -228,8 +228,6 @@
                                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                                            +
                                                                                                                                            ICameraStreamManager + +
                                                                                                                                            IMediaManager
                                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                                            FlySafeNotificationListener
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseListener +
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                                            +
                                                                                                                                            MegaphoneInfoListener +
                                                                                                                                            +
                                                                                                                                            MegaphoneInfo +
                                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatus +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/KeyManager/Value_Airlink_Struct_FrequencyInterference.html b/Docs/Android_API/en/Components/KeyManager/Value_Airlink_Struct_FrequencyInterference.html index f7051a78..64a0272e 100644 --- a/Docs/Android_API/en/Components/KeyManager/Value_Airlink_Struct_FrequencyInterference.html +++ b/Docs/Android_API/en/Components/KeyManager/Value_Airlink_Struct_FrequencyInterference.html @@ -228,8 +228,6 @@
                                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                                            +
                                                                                                                                            ICameraStreamManager + +
                                                                                                                                            IMediaManager
                                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                                            FlySafeNotificationListener
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseListener +
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                                            +
                                                                                                                                            MegaphoneInfoListener +
                                                                                                                                            +
                                                                                                                                            MegaphoneInfo +
                                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatus +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/KeyManager/Value_Battery_Struct_BatteryLedsControlMsg.html b/Docs/Android_API/en/Components/KeyManager/Value_Battery_Struct_BatteryLedsControlMsg.html index ed446009..6b71f9b5 100644 --- a/Docs/Android_API/en/Components/KeyManager/Value_Battery_Struct_BatteryLedsControlMsg.html +++ b/Docs/Android_API/en/Components/KeyManager/Value_Battery_Struct_BatteryLedsControlMsg.html @@ -228,8 +228,6 @@
                                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                                            +
                                                                                                                                            ICameraStreamManager + +
                                                                                                                                            IMediaManager
                                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                                            FlySafeNotificationListener
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseListener +
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                                            +
                                                                                                                                            MegaphoneInfoListener +
                                                                                                                                            +
                                                                                                                                            MegaphoneInfo +
                                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatus +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/KeyManager/Value_Camera_Struct_CameraHybridZoomSpec.html b/Docs/Android_API/en/Components/KeyManager/Value_Camera_Struct_CameraHybridZoomSpec.html index f3fc7e00..cb9aee07 100644 --- a/Docs/Android_API/en/Components/KeyManager/Value_Camera_Struct_CameraHybridZoomSpec.html +++ b/Docs/Android_API/en/Components/KeyManager/Value_Camera_Struct_CameraHybridZoomSpec.html @@ -228,8 +228,6 @@
                                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                                            +
                                                                                                                                            ICameraStreamManager + +
                                                                                                                                            IMediaManager
                                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                                            FlySafeNotificationListener
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseListener +
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                                            +
                                                                                                                                            MegaphoneInfoListener +
                                                                                                                                            +
                                                                                                                                            MegaphoneInfo +
                                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatus +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/KeyManager/Value_Camera_Struct_CameraStorageState.html b/Docs/Android_API/en/Components/KeyManager/Value_Camera_Struct_CameraStorageState.html index d0edec02..ff8beac1 100644 --- a/Docs/Android_API/en/Components/KeyManager/Value_Camera_Struct_CameraStorageState.html +++ b/Docs/Android_API/en/Components/KeyManager/Value_Camera_Struct_CameraStorageState.html @@ -228,8 +228,6 @@
                                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                                            +
                                                                                                                                            ICameraStreamManager + +
                                                                                                                                            IMediaManager
                                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                                            FlySafeNotificationListener
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseListener +
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                                            +
                                                                                                                                            MegaphoneInfoListener +
                                                                                                                                            +
                                                                                                                                            MegaphoneInfo +
                                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatus +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/KeyManager/Value_Camera_Struct_CameraStorageStateMsg.html b/Docs/Android_API/en/Components/KeyManager/Value_Camera_Struct_CameraStorageStateMsg.html index 623a6aa0..4d518ba1 100644 --- a/Docs/Android_API/en/Components/KeyManager/Value_Camera_Struct_CameraStorageStateMsg.html +++ b/Docs/Android_API/en/Components/KeyManager/Value_Camera_Struct_CameraStorageStateMsg.html @@ -228,8 +228,6 @@
                                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                                            +
                                                                                                                                            ICameraStreamManager + +
                                                                                                                                            IMediaManager
                                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                                            FlySafeNotificationListener
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseListener +
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                                            +
                                                                                                                                            MegaphoneInfoListener +
                                                                                                                                            +
                                                                                                                                            MegaphoneInfo +
                                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatus +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/KeyManager/Value_Camera_Struct_CameraStreamSettingsMsg.html b/Docs/Android_API/en/Components/KeyManager/Value_Camera_Struct_CameraStreamSettingsMsg.html index 0797ab7d..36a0f7a0 100644 --- a/Docs/Android_API/en/Components/KeyManager/Value_Camera_Struct_CameraStreamSettingsMsg.html +++ b/Docs/Android_API/en/Components/KeyManager/Value_Camera_Struct_CameraStreamSettingsMsg.html @@ -228,8 +228,6 @@
                                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                                            +
                                                                                                                                            ICameraStreamManager + +
                                                                                                                                            IMediaManager
                                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                                            FlySafeNotificationListener
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseListener +
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                                            +
                                                                                                                                            MegaphoneInfoListener +
                                                                                                                                            +
                                                                                                                                            MegaphoneInfo +
                                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatus +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/KeyManager/Value_Camera_Struct_CameraWatermarkSettings.html b/Docs/Android_API/en/Components/KeyManager/Value_Camera_Struct_CameraWatermarkSettings.html index 7cb8fe48..4a95921f 100644 --- a/Docs/Android_API/en/Components/KeyManager/Value_Camera_Struct_CameraWatermarkSettings.html +++ b/Docs/Android_API/en/Components/KeyManager/Value_Camera_Struct_CameraWatermarkSettings.html @@ -228,8 +228,6 @@
                                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                                            +
                                                                                                                                            ICameraStreamManager + +
                                                                                                                                            IMediaManager
                                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                                            FlySafeNotificationListener
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseListener +
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                                            +
                                                                                                                                            MegaphoneInfoListener +
                                                                                                                                            +
                                                                                                                                            MegaphoneInfo +
                                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatus +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/KeyManager/Value_Camera_Struct_CustomExpandNameSettings.html b/Docs/Android_API/en/Components/KeyManager/Value_Camera_Struct_CustomExpandNameSettings.html index 12efb88d..fe96a82a 100644 --- a/Docs/Android_API/en/Components/KeyManager/Value_Camera_Struct_CustomExpandNameSettings.html +++ b/Docs/Android_API/en/Components/KeyManager/Value_Camera_Struct_CustomExpandNameSettings.html @@ -228,8 +228,6 @@
                                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                                            +
                                                                                                                                            ICameraStreamManager + +
                                                                                                                                            IMediaManager
                                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                                            FlySafeNotificationListener
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseListener +
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                                            +
                                                                                                                                            MegaphoneInfoListener +
                                                                                                                                            +
                                                                                                                                            MegaphoneInfo +
                                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatus +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/KeyManager/Value_Camera_Struct_DateTime.html b/Docs/Android_API/en/Components/KeyManager/Value_Camera_Struct_DateTime.html index 3ad1d2f5..b235d436 100644 --- a/Docs/Android_API/en/Components/KeyManager/Value_Camera_Struct_DateTime.html +++ b/Docs/Android_API/en/Components/KeyManager/Value_Camera_Struct_DateTime.html @@ -228,8 +228,6 @@
                                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                                            +
                                                                                                                                            ICameraStreamManager + +
                                                                                                                                            IMediaManager
                                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                                            FlySafeNotificationListener
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseListener +
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                                            +
                                                                                                                                            MegaphoneInfoListener +
                                                                                                                                            +
                                                                                                                                            MegaphoneInfo +
                                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatus +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/KeyManager/Value_Camera_Struct_GeneratedMediaFileInfo.html b/Docs/Android_API/en/Components/KeyManager/Value_Camera_Struct_GeneratedMediaFileInfo.html index 79c7063f..6fbb540d 100644 --- a/Docs/Android_API/en/Components/KeyManager/Value_Camera_Struct_GeneratedMediaFileInfo.html +++ b/Docs/Android_API/en/Components/KeyManager/Value_Camera_Struct_GeneratedMediaFileInfo.html @@ -228,8 +228,6 @@
                                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                                            +
                                                                                                                                            ICameraStreamManager + +
                                                                                                                                            IMediaManager
                                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                                            FlySafeNotificationListener
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseListener +
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                                            +
                                                                                                                                            MegaphoneInfoListener +
                                                                                                                                            +
                                                                                                                                            MegaphoneInfo +
                                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatus +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/KeyManager/Value_Camera_Struct_PhotoIntervalShootSettings.html b/Docs/Android_API/en/Components/KeyManager/Value_Camera_Struct_PhotoIntervalShootSettings.html index 4a43c946..830fe518 100644 --- a/Docs/Android_API/en/Components/KeyManager/Value_Camera_Struct_PhotoIntervalShootSettings.html +++ b/Docs/Android_API/en/Components/KeyManager/Value_Camera_Struct_PhotoIntervalShootSettings.html @@ -228,8 +228,6 @@
                                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                                            +
                                                                                                                                            ICameraStreamManager + +
                                                                                                                                            IMediaManager
                                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                                            FlySafeNotificationListener
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseListener +
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                                            +
                                                                                                                                            MegaphoneInfoListener +
                                                                                                                                            +
                                                                                                                                            MegaphoneInfo +
                                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatus +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/KeyManager/Value_Camera_Struct_SuperResolutionStateMsg.html b/Docs/Android_API/en/Components/KeyManager/Value_Camera_Struct_SuperResolutionStateMsg.html index 3508f841..ec26d7a8 100644 --- a/Docs/Android_API/en/Components/KeyManager/Value_Camera_Struct_SuperResolutionStateMsg.html +++ b/Docs/Android_API/en/Components/KeyManager/Value_Camera_Struct_SuperResolutionStateMsg.html @@ -228,8 +228,6 @@
                                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                                            +
                                                                                                                                            ICameraStreamManager + +
                                                                                                                                            IMediaManager
                                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                                            FlySafeNotificationListener
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseListener +
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                                            +
                                                                                                                                            MegaphoneInfoListener +
                                                                                                                                            +
                                                                                                                                            MegaphoneInfo +
                                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatus +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/KeyManager/Value_Camera_Struct_ThermalAreaTemperatureAggregationsMsg.html b/Docs/Android_API/en/Components/KeyManager/Value_Camera_Struct_ThermalAreaTemperatureAggregationsMsg.html index 94ca8f26..64bae2e4 100644 --- a/Docs/Android_API/en/Components/KeyManager/Value_Camera_Struct_ThermalAreaTemperatureAggregationsMsg.html +++ b/Docs/Android_API/en/Components/KeyManager/Value_Camera_Struct_ThermalAreaTemperatureAggregationsMsg.html @@ -228,8 +228,6 @@
                                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                                            +
                                                                                                                                            ICameraStreamManager + +
                                                                                                                                            IMediaManager
                                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                                            FlySafeNotificationListener
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseListener +
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                                            +
                                                                                                                                            MegaphoneInfoListener +
                                                                                                                                            +
                                                                                                                                            MegaphoneInfo +
                                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatus +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/KeyManager/Value_Camera_Struct_ThermalGainModeTemperatureRangeMsg.html b/Docs/Android_API/en/Components/KeyManager/Value_Camera_Struct_ThermalGainModeTemperatureRangeMsg.html index 9516d438..02c7426d 100644 --- a/Docs/Android_API/en/Components/KeyManager/Value_Camera_Struct_ThermalGainModeTemperatureRangeMsg.html +++ b/Docs/Android_API/en/Components/KeyManager/Value_Camera_Struct_ThermalGainModeTemperatureRangeMsg.html @@ -228,8 +228,6 @@
                                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                                            +
                                                                                                                                            ICameraStreamManager + +
                                                                                                                                            IMediaManager
                                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                                            FlySafeNotificationListener
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseListener +
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                                            +
                                                                                                                                            MegaphoneInfoListener +
                                                                                                                                            +
                                                                                                                                            MegaphoneInfo +
                                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatus +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/KeyManager/Value_Camera_Struct_VideoResolutionFrameRate.html b/Docs/Android_API/en/Components/KeyManager/Value_Camera_Struct_VideoResolutionFrameRate.html index d086a778..562ba310 100644 --- a/Docs/Android_API/en/Components/KeyManager/Value_Camera_Struct_VideoResolutionFrameRate.html +++ b/Docs/Android_API/en/Components/KeyManager/Value_Camera_Struct_VideoResolutionFrameRate.html @@ -228,8 +228,6 @@
                                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                                            +
                                                                                                                                            ICameraStreamManager + +
                                                                                                                                            IMediaManager
                                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                                            FlySafeNotificationListener
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseListener +
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                                            +
                                                                                                                                            MegaphoneInfoListener +
                                                                                                                                            +
                                                                                                                                            MegaphoneInfo +
                                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatus +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/KeyManager/Value_Camera_Struct_WatermarkDisplayContentSettings.html b/Docs/Android_API/en/Components/KeyManager/Value_Camera_Struct_WatermarkDisplayContentSettings.html index 6ed0cb24..746cc2f9 100644 --- a/Docs/Android_API/en/Components/KeyManager/Value_Camera_Struct_WatermarkDisplayContentSettings.html +++ b/Docs/Android_API/en/Components/KeyManager/Value_Camera_Struct_WatermarkDisplayContentSettings.html @@ -228,8 +228,6 @@
                                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                                            +
                                                                                                                                            ICameraStreamManager + +
                                                                                                                                            IMediaManager
                                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                                            FlySafeNotificationListener
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseListener +
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                                            +
                                                                                                                                            MegaphoneInfoListener +
                                                                                                                                            +
                                                                                                                                            MegaphoneInfo +
                                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatus +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/KeyManager/Value_Common_Struct_Attitude.html b/Docs/Android_API/en/Components/KeyManager/Value_Common_Struct_Attitude.html index 8bb9e299..31d93abf 100644 --- a/Docs/Android_API/en/Components/KeyManager/Value_Common_Struct_Attitude.html +++ b/Docs/Android_API/en/Components/KeyManager/Value_Common_Struct_Attitude.html @@ -228,8 +228,6 @@
                                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                                            +
                                                                                                                                            ICameraStreamManager + +
                                                                                                                                            IMediaManager
                                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                                            FlySafeNotificationListener
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseListener +
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                                            +
                                                                                                                                            MegaphoneInfoListener +
                                                                                                                                            +
                                                                                                                                            MegaphoneInfo +
                                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatus +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/KeyManager/Value_Common_Struct_Date.html b/Docs/Android_API/en/Components/KeyManager/Value_Common_Struct_Date.html index d8918c1b..ef7c1aeb 100644 --- a/Docs/Android_API/en/Components/KeyManager/Value_Common_Struct_Date.html +++ b/Docs/Android_API/en/Components/KeyManager/Value_Common_Struct_Date.html @@ -228,8 +228,6 @@
                                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                                            +
                                                                                                                                            ICameraStreamManager + +
                                                                                                                                            IMediaManager
                                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                                            FlySafeNotificationListener
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseListener +
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                                            +
                                                                                                                                            MegaphoneInfoListener +
                                                                                                                                            +
                                                                                                                                            MegaphoneInfo +
                                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatus +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/KeyManager/Value_Common_Struct_DoubleMinMax.html b/Docs/Android_API/en/Components/KeyManager/Value_Common_Struct_DoubleMinMax.html index ef43a717..f99588f0 100644 --- a/Docs/Android_API/en/Components/KeyManager/Value_Common_Struct_DoubleMinMax.html +++ b/Docs/Android_API/en/Components/KeyManager/Value_Common_Struct_DoubleMinMax.html @@ -228,8 +228,6 @@
                                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                                            +
                                                                                                                                            ICameraStreamManager + +
                                                                                                                                            IMediaManager
                                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                                            FlySafeNotificationListener
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseListener +
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                                            +
                                                                                                                                            MegaphoneInfoListener +
                                                                                                                                            +
                                                                                                                                            MegaphoneInfo +
                                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatus +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/KeyManager/Value_Common_Struct_DoublePoint2D.html b/Docs/Android_API/en/Components/KeyManager/Value_Common_Struct_DoublePoint2D.html index 223d36bb..d6731fd2 100644 --- a/Docs/Android_API/en/Components/KeyManager/Value_Common_Struct_DoublePoint2D.html +++ b/Docs/Android_API/en/Components/KeyManager/Value_Common_Struct_DoublePoint2D.html @@ -228,8 +228,6 @@
                                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                                            +
                                                                                                                                            ICameraStreamManager + +
                                                                                                                                            IMediaManager
                                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                                            FlySafeNotificationListener
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseListener +
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                                            +
                                                                                                                                            MegaphoneInfoListener +
                                                                                                                                            +
                                                                                                                                            MegaphoneInfo +
                                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatus +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/KeyManager/Value_Common_Struct_DoubleRect.html b/Docs/Android_API/en/Components/KeyManager/Value_Common_Struct_DoubleRect.html index 54d51f37..8c336610 100644 --- a/Docs/Android_API/en/Components/KeyManager/Value_Common_Struct_DoubleRect.html +++ b/Docs/Android_API/en/Components/KeyManager/Value_Common_Struct_DoubleRect.html @@ -228,8 +228,6 @@
                                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                                            +
                                                                                                                                            ICameraStreamManager + +
                                                                                                                                            IMediaManager
                                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                                            FlySafeNotificationListener
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseListener +
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                                            +
                                                                                                                                            MegaphoneInfoListener +
                                                                                                                                            +
                                                                                                                                            MegaphoneInfo +
                                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatus +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/KeyManager/Value_Common_Struct_IntValueConfig.html b/Docs/Android_API/en/Components/KeyManager/Value_Common_Struct_IntValueConfig.html index 9b381962..eaca49dd 100644 --- a/Docs/Android_API/en/Components/KeyManager/Value_Common_Struct_IntValueConfig.html +++ b/Docs/Android_API/en/Components/KeyManager/Value_Common_Struct_IntValueConfig.html @@ -228,8 +228,6 @@
                                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                                            +
                                                                                                                                            ICameraStreamManager + +
                                                                                                                                            IMediaManager
                                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                                            FlySafeNotificationListener
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseListener +
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                                            +
                                                                                                                                            MegaphoneInfoListener +
                                                                                                                                            +
                                                                                                                                            MegaphoneInfo +
                                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatus +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/KeyManager/Value_Common_Struct_LocationCoordinate2D.html b/Docs/Android_API/en/Components/KeyManager/Value_Common_Struct_LocationCoordinate2D.html index 67ee8089..52787e71 100644 --- a/Docs/Android_API/en/Components/KeyManager/Value_Common_Struct_LocationCoordinate2D.html +++ b/Docs/Android_API/en/Components/KeyManager/Value_Common_Struct_LocationCoordinate2D.html @@ -228,8 +228,6 @@
                                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                                            +
                                                                                                                                            ICameraStreamManager + +
                                                                                                                                            IMediaManager
                                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                                            FlySafeNotificationListener
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseListener +
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                                            +
                                                                                                                                            MegaphoneInfoListener +
                                                                                                                                            +
                                                                                                                                            MegaphoneInfo +
                                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatus +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/KeyManager/Value_Common_Struct_RCAuthorityLockControlMsg.html b/Docs/Android_API/en/Components/KeyManager/Value_Common_Struct_RCAuthorityLockControlMsg.html index ffa8e9ee..b92e88c4 100644 --- a/Docs/Android_API/en/Components/KeyManager/Value_Common_Struct_RCAuthorityLockControlMsg.html +++ b/Docs/Android_API/en/Components/KeyManager/Value_Common_Struct_RCAuthorityLockControlMsg.html @@ -228,8 +228,6 @@
                                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                                            +
                                                                                                                                            ICameraStreamManager + +
                                                                                                                                            IMediaManager
                                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                                            FlySafeNotificationListener
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseListener +
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                                            +
                                                                                                                                            MegaphoneInfoListener +
                                                                                                                                            +
                                                                                                                                            MegaphoneInfo +
                                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatus +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/KeyManager/Value_Common_Struct_RCAuthorityModeMsg.html b/Docs/Android_API/en/Components/KeyManager/Value_Common_Struct_RCAuthorityModeMsg.html index 37759f17..37adb2ab 100644 --- a/Docs/Android_API/en/Components/KeyManager/Value_Common_Struct_RCAuthorityModeMsg.html +++ b/Docs/Android_API/en/Components/KeyManager/Value_Common_Struct_RCAuthorityModeMsg.html @@ -228,8 +228,6 @@
                                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                                            +
                                                                                                                                            ICameraStreamManager + +
                                                                                                                                            IMediaManager
                                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                                            FlySafeNotificationListener
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseListener +
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                                            +
                                                                                                                                            MegaphoneInfoListener +
                                                                                                                                            +
                                                                                                                                            MegaphoneInfo +
                                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatus +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/KeyManager/Value_Common_Struct_RectF.html b/Docs/Android_API/en/Components/KeyManager/Value_Common_Struct_RectF.html index 99da86a5..787d2a0e 100644 --- a/Docs/Android_API/en/Components/KeyManager/Value_Common_Struct_RectF.html +++ b/Docs/Android_API/en/Components/KeyManager/Value_Common_Struct_RectF.html @@ -228,8 +228,6 @@
                                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                                            +
                                                                                                                                            ICameraStreamManager + +
                                                                                                                                            IMediaManager
                                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                                            FlySafeNotificationListener
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseListener +
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                                            +
                                                                                                                                            MegaphoneInfoListener +
                                                                                                                                            +
                                                                                                                                            MegaphoneInfo +
                                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatus +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/KeyManager/Value_Common_Struct_Velocity3D.html b/Docs/Android_API/en/Components/KeyManager/Value_Common_Struct_Velocity3D.html index 82b4b57c..05f66c73 100644 --- a/Docs/Android_API/en/Components/KeyManager/Value_Common_Struct_Velocity3D.html +++ b/Docs/Android_API/en/Components/KeyManager/Value_Common_Struct_Velocity3D.html @@ -228,8 +228,6 @@
                                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                                            +
                                                                                                                                            ICameraStreamManager + +
                                                                                                                                            IMediaManager
                                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                                            FlySafeNotificationListener
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseListener +
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                                            +
                                                                                                                                            MegaphoneInfoListener +
                                                                                                                                            +
                                                                                                                                            MegaphoneInfo +
                                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatus +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/KeyManager/Value_FlightController_Struct_GoHomeAssessment.html b/Docs/Android_API/en/Components/KeyManager/Value_FlightController_Struct_GoHomeAssessment.html index db55127f..4d804d67 100644 --- a/Docs/Android_API/en/Components/KeyManager/Value_FlightController_Struct_GoHomeAssessment.html +++ b/Docs/Android_API/en/Components/KeyManager/Value_FlightController_Struct_GoHomeAssessment.html @@ -228,8 +228,6 @@
                                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                                            +
                                                                                                                                            ICameraStreamManager + +
                                                                                                                                            IMediaManager
                                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                                            FlySafeNotificationListener
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseListener +
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                                            +
                                                                                                                                            MegaphoneInfoListener +
                                                                                                                                            +
                                                                                                                                            MegaphoneInfo +
                                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatus +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/KeyManager/Value_FlightController_Struct_IMUState.html b/Docs/Android_API/en/Components/KeyManager/Value_FlightController_Struct_IMUState.html index 203a830a..6271cafc 100644 --- a/Docs/Android_API/en/Components/KeyManager/Value_FlightController_Struct_IMUState.html +++ b/Docs/Android_API/en/Components/KeyManager/Value_FlightController_Struct_IMUState.html @@ -228,8 +228,6 @@
                                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                                            +
                                                                                                                                            ICameraStreamManager + +
                                                                                                                                            IMediaManager
                                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                                            FlySafeNotificationListener
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseListener +
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                                            +
                                                                                                                                            MegaphoneInfoListener +
                                                                                                                                            +
                                                                                                                                            MegaphoneInfo +
                                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatus +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/KeyManager/Value_FlightController_Struct_LEDsSettings.html b/Docs/Android_API/en/Components/KeyManager/Value_FlightController_Struct_LEDsSettings.html index 63b385ee..d1eb7a71 100644 --- a/Docs/Android_API/en/Components/KeyManager/Value_FlightController_Struct_LEDsSettings.html +++ b/Docs/Android_API/en/Components/KeyManager/Value_FlightController_Struct_LEDsSettings.html @@ -228,8 +228,6 @@
                                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                                            +
                                                                                                                                            ICameraStreamManager + +
                                                                                                                                            IMediaManager
                                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                                            FlySafeNotificationListener
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseListener +
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                                            +
                                                                                                                                            MegaphoneInfoListener +
                                                                                                                                            +
                                                                                                                                            MegaphoneInfo +
                                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatus +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/KeyManager/Value_FlightController_Struct_RemoteControllerFlightModeMsg.html b/Docs/Android_API/en/Components/KeyManager/Value_FlightController_Struct_RemoteControllerFlightModeMsg.html index 48721a97..de122074 100644 --- a/Docs/Android_API/en/Components/KeyManager/Value_FlightController_Struct_RemoteControllerFlightModeMsg.html +++ b/Docs/Android_API/en/Components/KeyManager/Value_FlightController_Struct_RemoteControllerFlightModeMsg.html @@ -228,8 +228,6 @@
                                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                                            +
                                                                                                                                            ICameraStreamManager + +
                                                                                                                                            IMediaManager
                                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                                            FlySafeNotificationListener
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseListener +
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                                            +
                                                                                                                                            MegaphoneInfoListener +
                                                                                                                                            +
                                                                                                                                            MegaphoneInfo +
                                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatus +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/KeyManager/Value_Gimbal_Struct_GimbalAngleRotation.html b/Docs/Android_API/en/Components/KeyManager/Value_Gimbal_Struct_GimbalAngleRotation.html index 7028a9d0..81e14140 100644 --- a/Docs/Android_API/en/Components/KeyManager/Value_Gimbal_Struct_GimbalAngleRotation.html +++ b/Docs/Android_API/en/Components/KeyManager/Value_Gimbal_Struct_GimbalAngleRotation.html @@ -228,8 +228,6 @@
                                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                                            +
                                                                                                                                            ICameraStreamManager + +
                                                                                                                                            IMediaManager
                                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                                            FlySafeNotificationListener
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseListener +
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                                            +
                                                                                                                                            MegaphoneInfoListener +
                                                                                                                                            +
                                                                                                                                            MegaphoneInfo +
                                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatus +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/KeyManager/Value_Gimbal_Struct_GimbalAttitudeRange.html b/Docs/Android_API/en/Components/KeyManager/Value_Gimbal_Struct_GimbalAttitudeRange.html index 5a4b7e86..8958dbe5 100644 --- a/Docs/Android_API/en/Components/KeyManager/Value_Gimbal_Struct_GimbalAttitudeRange.html +++ b/Docs/Android_API/en/Components/KeyManager/Value_Gimbal_Struct_GimbalAttitudeRange.html @@ -228,8 +228,6 @@
                                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                                            +
                                                                                                                                            ICameraStreamManager + +
                                                                                                                                            IMediaManager
                                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                                            FlySafeNotificationListener
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseListener +
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                                            +
                                                                                                                                            MegaphoneInfoListener +
                                                                                                                                            +
                                                                                                                                            MegaphoneInfo +
                                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatus +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/KeyManager/Value_Gimbal_Struct_GimbalCalibrationState.html b/Docs/Android_API/en/Components/KeyManager/Value_Gimbal_Struct_GimbalCalibrationState.html index d6486fc8..6d521fc4 100644 --- a/Docs/Android_API/en/Components/KeyManager/Value_Gimbal_Struct_GimbalCalibrationState.html +++ b/Docs/Android_API/en/Components/KeyManager/Value_Gimbal_Struct_GimbalCalibrationState.html @@ -228,8 +228,6 @@
                                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                                            +
                                                                                                                                            ICameraStreamManager + +
                                                                                                                                            IMediaManager
                                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                                            FlySafeNotificationListener
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseListener +
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                                            +
                                                                                                                                            MegaphoneInfoListener +
                                                                                                                                            +
                                                                                                                                            MegaphoneInfo +
                                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatus +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/KeyManager/Value_Gimbal_Struct_GimbalSpeedRotation.html b/Docs/Android_API/en/Components/KeyManager/Value_Gimbal_Struct_GimbalSpeedRotation.html index 06c0f76a..ddfeb07f 100644 --- a/Docs/Android_API/en/Components/KeyManager/Value_Gimbal_Struct_GimbalSpeedRotation.html +++ b/Docs/Android_API/en/Components/KeyManager/Value_Gimbal_Struct_GimbalSpeedRotation.html @@ -228,8 +228,6 @@
                                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                                            +
                                                                                                                                            ICameraStreamManager + +
                                                                                                                                            IMediaManager
                                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                                            FlySafeNotificationListener
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseListener +
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                                            +
                                                                                                                                            MegaphoneInfoListener +
                                                                                                                                            +
                                                                                                                                            MegaphoneInfo +
                                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatus +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/KeyManager/Value_RemoteController_Struct_MultiRCFlightControlAuthOwnerMsg.html b/Docs/Android_API/en/Components/KeyManager/Value_RemoteController_Struct_MultiRCFlightControlAuthOwnerMsg.html index 5a66ae8c..ab5f7073 100644 --- a/Docs/Android_API/en/Components/KeyManager/Value_RemoteController_Struct_MultiRCFlightControlAuthOwnerMsg.html +++ b/Docs/Android_API/en/Components/KeyManager/Value_RemoteController_Struct_MultiRCFlightControlAuthOwnerMsg.html @@ -228,8 +228,6 @@
                                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                                            +
                                                                                                                                            ICameraStreamManager + +
                                                                                                                                            IMediaManager
                                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                                            FlySafeNotificationListener
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseListener +
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                                            +
                                                                                                                                            MegaphoneInfoListener +
                                                                                                                                            +
                                                                                                                                            MegaphoneInfo +
                                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatus +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/KeyManager/Value_RemoteController_Struct_RCAuthorityLockControlMsg.html b/Docs/Android_API/en/Components/KeyManager/Value_RemoteController_Struct_RCAuthorityLockControlMsg.html index 92d6cb5e..a7d65d39 100644 --- a/Docs/Android_API/en/Components/KeyManager/Value_RemoteController_Struct_RCAuthorityLockControlMsg.html +++ b/Docs/Android_API/en/Components/KeyManager/Value_RemoteController_Struct_RCAuthorityLockControlMsg.html @@ -228,8 +228,6 @@
                                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                                            +
                                                                                                                                            ICameraStreamManager + +
                                                                                                                                            IMediaManager
                                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                                            FlySafeNotificationListener
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseListener +
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                                            +
                                                                                                                                            MegaphoneInfoListener +
                                                                                                                                            +
                                                                                                                                            MegaphoneInfo +
                                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatus +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/KeyManager/Value_RemoteController_Struct_RCAuthorityLostPushMsg.html b/Docs/Android_API/en/Components/KeyManager/Value_RemoteController_Struct_RCAuthorityLostPushMsg.html index 01bc5481..d936fa05 100644 --- a/Docs/Android_API/en/Components/KeyManager/Value_RemoteController_Struct_RCAuthorityLostPushMsg.html +++ b/Docs/Android_API/en/Components/KeyManager/Value_RemoteController_Struct_RCAuthorityLostPushMsg.html @@ -228,8 +228,6 @@
                                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                                            +
                                                                                                                                            ICameraStreamManager + +
                                                                                                                                            IMediaManager
                                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                                            FlySafeNotificationListener
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseListener +
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                                            +
                                                                                                                                            MegaphoneInfoListener +
                                                                                                                                            +
                                                                                                                                            MegaphoneInfo +
                                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatus +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/KeyManager/Value_RemoteController_Struct_RCAuthorityModeMsg.html b/Docs/Android_API/en/Components/KeyManager/Value_RemoteController_Struct_RCAuthorityModeMsg.html index 96a14fe0..7e48a5d8 100644 --- a/Docs/Android_API/en/Components/KeyManager/Value_RemoteController_Struct_RCAuthorityModeMsg.html +++ b/Docs/Android_API/en/Components/KeyManager/Value_RemoteController_Struct_RCAuthorityModeMsg.html @@ -228,8 +228,6 @@
                                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                                            +
                                                                                                                                            ICameraStreamManager + +
                                                                                                                                            IMediaManager
                                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                                            FlySafeNotificationListener
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseListener +
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                                            +
                                                                                                                                            MegaphoneInfoListener +
                                                                                                                                            +
                                                                                                                                            MegaphoneInfo +
                                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatus +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/KeyManager/Value_RemoteController_Struct_RCModeChannelTypeMsg.html b/Docs/Android_API/en/Components/KeyManager/Value_RemoteController_Struct_RCModeChannelTypeMsg.html index ae9a7168..07e8283c 100644 --- a/Docs/Android_API/en/Components/KeyManager/Value_RemoteController_Struct_RCModeChannelTypeMsg.html +++ b/Docs/Android_API/en/Components/KeyManager/Value_RemoteController_Struct_RCModeChannelTypeMsg.html @@ -228,8 +228,6 @@
                                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                                            +
                                                                                                                                            ICameraStreamManager + +
                                                                                                                                            IMediaManager
                                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                                            FlySafeNotificationListener
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseListener +
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                                            +
                                                                                                                                            MegaphoneInfoListener +
                                                                                                                                            +
                                                                                                                                            MegaphoneInfo +
                                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatus +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/KeyManager/Value_RemoteController_Struct_RcControllerModeMsg.html b/Docs/Android_API/en/Components/KeyManager/Value_RemoteController_Struct_RcControllerModeMsg.html index cda464b2..caecbaef 100644 --- a/Docs/Android_API/en/Components/KeyManager/Value_RemoteController_Struct_RcControllerModeMsg.html +++ b/Docs/Android_API/en/Components/KeyManager/Value_RemoteController_Struct_RcControllerModeMsg.html @@ -228,8 +228,6 @@
                                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                                            +
                                                                                                                                            ICameraStreamManager + +
                                                                                                                                            IMediaManager
                                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                                            FlySafeNotificationListener
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseListener +
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                                            +
                                                                                                                                            MegaphoneInfoListener +
                                                                                                                                            +
                                                                                                                                            MegaphoneInfo +
                                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatus +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/KeyManager/Value_RemoteController_Struct_RcFiveDimensionPressedStatus.html b/Docs/Android_API/en/Components/KeyManager/Value_RemoteController_Struct_RcFiveDimensionPressedStatus.html index 129c1000..d38f8935 100644 --- a/Docs/Android_API/en/Components/KeyManager/Value_RemoteController_Struct_RcFiveDimensionPressedStatus.html +++ b/Docs/Android_API/en/Components/KeyManager/Value_RemoteController_Struct_RcFiveDimensionPressedStatus.html @@ -228,8 +228,6 @@
                                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                                            +
                                                                                                                                            ICameraStreamManager + +
                                                                                                                                            IMediaManager
                                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                                            FlySafeNotificationListener
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseListener +
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                                            +
                                                                                                                                            MegaphoneInfoListener +
                                                                                                                                            +
                                                                                                                                            MegaphoneInfo +
                                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatus +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/KeyManager/Value_RemoteController_Struct_RcMultiStatusMsg.html b/Docs/Android_API/en/Components/KeyManager/Value_RemoteController_Struct_RcMultiStatusMsg.html index 2b3a4116..9ec2645b 100644 --- a/Docs/Android_API/en/Components/KeyManager/Value_RemoteController_Struct_RcMultiStatusMsg.html +++ b/Docs/Android_API/en/Components/KeyManager/Value_RemoteController_Struct_RcMultiStatusMsg.html @@ -228,8 +228,6 @@
                                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                                            +
                                                                                                                                            ICameraStreamManager + +
                                                                                                                                            IMediaManager
                                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                                            FlySafeNotificationListener
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseListener +
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                                            +
                                                                                                                                            MegaphoneInfoListener +
                                                                                                                                            +
                                                                                                                                            MegaphoneInfo +
                                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatus +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/KeyManager/Value_RemoteController_Struct_RcParamChargeRemainingInfo.html b/Docs/Android_API/en/Components/KeyManager/Value_RemoteController_Struct_RcParamChargeRemainingInfo.html index 110ffab1..06d4051f 100644 --- a/Docs/Android_API/en/Components/KeyManager/Value_RemoteController_Struct_RcParamChargeRemainingInfo.html +++ b/Docs/Android_API/en/Components/KeyManager/Value_RemoteController_Struct_RcParamChargeRemainingInfo.html @@ -228,8 +228,6 @@
                                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                                            +
                                                                                                                                            ICameraStreamManager + +
                                                                                                                                            IMediaManager
                                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                                            FlySafeNotificationListener
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseListener +
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                                            +
                                                                                                                                            MegaphoneInfoListener +
                                                                                                                                            +
                                                                                                                                            MegaphoneInfo +
                                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatus +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/KeyManager/Value_RtkBaseStation_Struct_NetworkRTKParam.html b/Docs/Android_API/en/Components/KeyManager/Value_RtkBaseStation_Struct_NetworkRTKParam.html index 2c251c61..8c678b4d 100644 --- a/Docs/Android_API/en/Components/KeyManager/Value_RtkBaseStation_Struct_NetworkRTKParam.html +++ b/Docs/Android_API/en/Components/KeyManager/Value_RtkBaseStation_Struct_NetworkRTKParam.html @@ -228,8 +228,6 @@
                                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                                            +
                                                                                                                                            ICameraStreamManager + +
                                                                                                                                            IMediaManager
                                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                                            FlySafeNotificationListener
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseListener +
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                                            +
                                                                                                                                            MegaphoneInfoListener +
                                                                                                                                            +
                                                                                                                                            MegaphoneInfo +
                                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatus +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/KeyManager/Value_RtkBaseStation_Struct_RTKReferenceStationSourceMsg.html b/Docs/Android_API/en/Components/KeyManager/Value_RtkBaseStation_Struct_RTKReferenceStationSourceMsg.html index 0e5638cc..22414841 100644 --- a/Docs/Android_API/en/Components/KeyManager/Value_RtkBaseStation_Struct_RTKReferenceStationSourceMsg.html +++ b/Docs/Android_API/en/Components/KeyManager/Value_RtkBaseStation_Struct_RTKReferenceStationSourceMsg.html @@ -228,8 +228,6 @@
                                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                                            +
                                                                                                                                            ICameraStreamManager + +
                                                                                                                                            IMediaManager
                                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                                            FlySafeNotificationListener
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseListener +
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                                            +
                                                                                                                                            MegaphoneInfoListener +
                                                                                                                                            +
                                                                                                                                            MegaphoneInfo +
                                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatus +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/LDMManager/DJILDMManager.html b/Docs/Android_API/en/Components/LDMManager/DJILDMManager.html index bd1ba686..82f557a8 100644 --- a/Docs/Android_API/en/Components/LDMManager/DJILDMManager.html +++ b/Docs/Android_API/en/Components/LDMManager/DJILDMManager.html @@ -228,8 +228,6 @@
                                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                                            +
                                                                                                                                            ICameraStreamManager + +
                                                                                                                                            IMediaManager
                                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                                            FlySafeNotificationListener
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseListener +
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                                            +
                                                                                                                                            MegaphoneInfoListener +
                                                                                                                                            +
                                                                                                                                            MegaphoneInfo +
                                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatus +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/LDMManager/ILDMManager.html b/Docs/Android_API/en/Components/LDMManager/ILDMManager.html index 7c01ddc3..2a7fbabe 100644 --- a/Docs/Android_API/en/Components/LDMManager/ILDMManager.html +++ b/Docs/Android_API/en/Components/LDMManager/ILDMManager.html @@ -228,8 +228,6 @@
                                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                                            +
                                                                                                                                            ICameraStreamManager + +
                                                                                                                                            IMediaManager
                                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                                            FlySafeNotificationListener
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseListener +
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                                            +
                                                                                                                                            MegaphoneInfoListener +
                                                                                                                                            +
                                                                                                                                            MegaphoneInfo +
                                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatus +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/LDMManager/LDMManager.html b/Docs/Android_API/en/Components/LDMManager/LDMManager.html index 34507b11..ab9c6d57 100644 --- a/Docs/Android_API/en/Components/LDMManager/LDMManager.html +++ b/Docs/Android_API/en/Components/LDMManager/LDMManager.html @@ -228,8 +228,6 @@
                                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                                            +
                                                                                                                                            ICameraStreamManager + +
                                                                                                                                            IMediaManager
                                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                                            FlySafeNotificationListener
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseListener +
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                                            +
                                                                                                                                            MegaphoneInfoListener +
                                                                                                                                            +
                                                                                                                                            MegaphoneInfo +
                                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatus +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/SDKManager/DJISDKManager.html b/Docs/Android_API/en/Components/SDKManager/DJISDKManager.html index eaeb4348..b641c751 100644 --- a/Docs/Android_API/en/Components/SDKManager/DJISDKManager.html +++ b/Docs/Android_API/en/Components/SDKManager/DJISDKManager.html @@ -228,8 +228,6 @@
                                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                                            +
                                                                                                                                            ICameraStreamManager + +
                                                                                                                                            IMediaManager
                                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                                            FlySafeNotificationListener
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseListener +
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                                            +
                                                                                                                                            MegaphoneInfoListener +
                                                                                                                                            +
                                                                                                                                            MegaphoneInfo +
                                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatus +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/SDKManager/ISDKManager_SDKManagerCallback.html b/Docs/Android_API/en/Components/SDKManager/ISDKManager_SDKManagerCallback.html index e6fef6da..cb3e9732 100644 --- a/Docs/Android_API/en/Components/SDKManager/ISDKManager_SDKManagerCallback.html +++ b/Docs/Android_API/en/Components/SDKManager/ISDKManager_SDKManagerCallback.html @@ -228,8 +228,6 @@
                                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                                            +
                                                                                                                                            ICameraStreamManager + +
                                                                                                                                            IMediaManager
                                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                                            FlySafeNotificationListener
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseListener +
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                                            +
                                                                                                                                            MegaphoneInfoListener +
                                                                                                                                            +
                                                                                                                                            MegaphoneInfo +
                                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatus +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/SDKManager/SDKManager.html b/Docs/Android_API/en/Components/SDKManager/SDKManager.html index 42a67e77..e7444318 100644 --- a/Docs/Android_API/en/Components/SDKManager/SDKManager.html +++ b/Docs/Android_API/en/Components/SDKManager/SDKManager.html @@ -228,8 +228,6 @@
                                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                                            +
                                                                                                                                            ICameraStreamManager + +
                                                                                                                                            IMediaManager
                                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                                            FlySafeNotificationListener
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseListener +
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                                            +
                                                                                                                                            MegaphoneInfoListener +
                                                                                                                                            +
                                                                                                                                            MegaphoneInfo +
                                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatus +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/VirtualStickManager/DJIVirtualStickManager.html b/Docs/Android_API/en/Components/VirtualStickManager/DJIVirtualStickManager.html index 9e24ec08..49d83323 100644 --- a/Docs/Android_API/en/Components/VirtualStickManager/DJIVirtualStickManager.html +++ b/Docs/Android_API/en/Components/VirtualStickManager/DJIVirtualStickManager.html @@ -228,8 +228,6 @@
                                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                                            +
                                                                                                                                            ICameraStreamManager + +
                                                                                                                                            IMediaManager
                                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                                            FlySafeNotificationListener
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseListener +
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                                            +
                                                                                                                                            MegaphoneInfoListener +
                                                                                                                                            +
                                                                                                                                            MegaphoneInfo +
                                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatus +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/VirtualStickManager/DJIVirtualStickManager_DJIStick.html b/Docs/Android_API/en/Components/VirtualStickManager/DJIVirtualStickManager_DJIStick.html index 4dcf5f3e..18fac510 100644 --- a/Docs/Android_API/en/Components/VirtualStickManager/DJIVirtualStickManager_DJIStick.html +++ b/Docs/Android_API/en/Components/VirtualStickManager/DJIVirtualStickManager_DJIStick.html @@ -228,8 +228,6 @@
                                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                                            +
                                                                                                                                            ICameraStreamManager + +
                                                                                                                                            IMediaManager
                                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                                            FlySafeNotificationListener
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseListener +
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                                            +
                                                                                                                                            MegaphoneInfoListener +
                                                                                                                                            +
                                                                                                                                            MegaphoneInfo +
                                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatus +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/VirtualStickManager/DJIVirtualStickManager_VirtualStickStateListener.html b/Docs/Android_API/en/Components/VirtualStickManager/DJIVirtualStickManager_VirtualStickStateListener.html index 46ee51a0..8867d1c1 100644 --- a/Docs/Android_API/en/Components/VirtualStickManager/DJIVirtualStickManager_VirtualStickStateListener.html +++ b/Docs/Android_API/en/Components/VirtualStickManager/DJIVirtualStickManager_VirtualStickStateListener.html @@ -228,8 +228,6 @@
                                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                                            +
                                                                                                                                            ICameraStreamManager + +
                                                                                                                                            IMediaManager
                                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                                            FlySafeNotificationListener
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseListener +
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                                            +
                                                                                                                                            MegaphoneInfoListener +
                                                                                                                                            +
                                                                                                                                            MegaphoneInfo +
                                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatus +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/VirtualStickManager/IVirtualStickManager.html b/Docs/Android_API/en/Components/VirtualStickManager/IVirtualStickManager.html index 8136de96..e41d0541 100644 --- a/Docs/Android_API/en/Components/VirtualStickManager/IVirtualStickManager.html +++ b/Docs/Android_API/en/Components/VirtualStickManager/IVirtualStickManager.html @@ -228,8 +228,6 @@
                                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                                            +
                                                                                                                                            ICameraStreamManager + +
                                                                                                                                            IMediaManager
                                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                                            FlySafeNotificationListener
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseListener +
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                                            +
                                                                                                                                            MegaphoneInfoListener +
                                                                                                                                            +
                                                                                                                                            MegaphoneInfo +
                                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatus +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/VirtualStickManager/IVirtualStickManager_DJIStick.html b/Docs/Android_API/en/Components/VirtualStickManager/IVirtualStickManager_DJIStick.html index d76d3ba5..c644f95c 100644 --- a/Docs/Android_API/en/Components/VirtualStickManager/IVirtualStickManager_DJIStick.html +++ b/Docs/Android_API/en/Components/VirtualStickManager/IVirtualStickManager_DJIStick.html @@ -228,8 +228,6 @@
                                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                                            +
                                                                                                                                            ICameraStreamManager + +
                                                                                                                                            IMediaManager
                                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                                            FlySafeNotificationListener
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseListener +
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                                            +
                                                                                                                                            MegaphoneInfoListener +
                                                                                                                                            +
                                                                                                                                            MegaphoneInfo +
                                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatus +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/VirtualStickManager/IVirtualStickManager_VirtualStickStateListener.html b/Docs/Android_API/en/Components/VirtualStickManager/IVirtualStickManager_VirtualStickStateListener.html index 248a883a..7416df18 100644 --- a/Docs/Android_API/en/Components/VirtualStickManager/IVirtualStickManager_VirtualStickStateListener.html +++ b/Docs/Android_API/en/Components/VirtualStickManager/IVirtualStickManager_VirtualStickStateListener.html @@ -228,8 +228,6 @@
                                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                                            +
                                                                                                                                            ICameraStreamManager + +
                                                                                                                                            IMediaManager
                                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                                            FlySafeNotificationListener
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseListener +
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                                            +
                                                                                                                                            MegaphoneInfoListener +
                                                                                                                                            +
                                                                                                                                            MegaphoneInfo +
                                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatus +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/VirtualStickManager/VirtualStickManager.html b/Docs/Android_API/en/Components/VirtualStickManager/VirtualStickManager.html index a0df2a27..40e850b8 100644 --- a/Docs/Android_API/en/Components/VirtualStickManager/VirtualStickManager.html +++ b/Docs/Android_API/en/Components/VirtualStickManager/VirtualStickManager.html @@ -228,8 +228,6 @@
                                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                                            +
                                                                                                                                            ICameraStreamManager + +
                                                                                                                                            IMediaManager
                                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                                            FlySafeNotificationListener
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseListener +
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                                            +
                                                                                                                                            MegaphoneInfoListener +
                                                                                                                                            +
                                                                                                                                            MegaphoneInfo +
                                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatus +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/VirtualStickManager/VirtualStickManager_DJIStick.html b/Docs/Android_API/en/Components/VirtualStickManager/VirtualStickManager_DJIStick.html index be462714..1fa3438a 100644 --- a/Docs/Android_API/en/Components/VirtualStickManager/VirtualStickManager_DJIStick.html +++ b/Docs/Android_API/en/Components/VirtualStickManager/VirtualStickManager_DJIStick.html @@ -228,8 +228,6 @@
                                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                                            +
                                                                                                                                            ICameraStreamManager + +
                                                                                                                                            IMediaManager
                                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                                            FlySafeNotificationListener
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseListener +
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                                            +
                                                                                                                                            MegaphoneInfoListener +
                                                                                                                                            +
                                                                                                                                            MegaphoneInfo +
                                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatus +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/Components/VirtualStickManager/VirtualStickManager_VirtualStickStateListener.html b/Docs/Android_API/en/Components/VirtualStickManager/VirtualStickManager_VirtualStickStateListener.html index 885deb9d..503dc1ea 100644 --- a/Docs/Android_API/en/Components/VirtualStickManager/VirtualStickManager_VirtualStickStateListener.html +++ b/Docs/Android_API/en/Components/VirtualStickManager/VirtualStickManager_VirtualStickStateListener.html @@ -228,8 +228,6 @@
                                                                                                                                            IVideoChannel @@ -248,6 +246,18 @@
                                                                                                                                            +
                                                                                                                                            ICameraStreamManager + +
                                                                                                                                            IMediaManager
                                                                                                                                            ILiveStreamManager @@ -430,6 +442,10 @@
                                                                                                                                            FlySafeNotificationListener
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseListener +
                                                                                                                                            +
                                                                                                                                            FlySafeDatabaseInfo +
                                                                                                                                            ILTEManager @@ -488,6 +504,10 @@
                                                                                                                                            RealTimeTransimissionStateListener
                                                                                                                                            +
                                                                                                                                            MegaphoneInfoListener +
                                                                                                                                            +
                                                                                                                                            MegaphoneInfo +
                                                                                                                                            IPipelineManager @@ -538,6 +558,14 @@
                                                                                                                                            UARegistrationNumberStatusListener
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatus +
                                                                                                                                            +
                                                                                                                                            OperatorRegistrationNumberStatusListener +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatus +
                                                                                                                                            +
                                                                                                                                            RealNameRegistrationStatusListener +
                                                                                                                                            ILDMManager diff --git a/Docs/Android_API/en/index.html b/Docs/Android_API/en/index.html index aa7699f3..feed85df 100644 --- a/Docs/Android_API/en/index.html +++ b/Docs/Android_API/en/index.html @@ -1,4 +1,4 @@ - + diff --git a/Docs/Android_API/en/javascripts/search_index.js b/Docs/Android_API/en/javascripts/search_index.js index 85484d95..cdfbcae5 100644 --- a/Docs/Android_API/en/javascripts/search_index.js +++ b/Docs/Android_API/en/javascripts/search_index.js @@ -10,7 +10,7 @@ var search_data = { "isimulatormanager", "class that is used for managing simulator. it can be used to enable/disable, set up parameters/listeners for simulator. supported since msdk 5.0.0", "imediadatacenter", - "class that is used for managing media data center. it can be used to get an instance of videostreammanager, mediamanager and livestreammanager. it provides the video stream, media data and live stream management capability. supported since msdk 5.0.0", + "class that is used for managing media data center. it can be used to get an instance of videostreammanager, mediamanager and livestreammanager. it provides the video stream, media data and live stream management capability. note: `ivideostreammanager` is deprecated starting from msdk 5.8.0. please use `icamerastreammanager` to implement video stream management related functions. supported since msdk 5.0.0", "iwaypointmissionmanager", "the class to manage the waypoint mission, it is used to upload, execute, pause and resume the mission and it also provides a listener to monitor the execution status of a waypoint mission. for waypoint editing functions, please refer to: `iwpmzmanager`. supported since msdk 5.0.0", "ivirtualstickmanager", @@ -20,7 +20,7 @@ var search_data = { "irtkcenter", "the class to manage rtk module. it is used to get an instance of chihiro network rtk, cmcc network rtk, ustom network rtk or rtk base station and provides the initialization of chihiro network rtk or custom network rtk, the connection and configuration of rtk base station. note: when calling `keymulticontrolrequestpairing` pair the remote controller to `channel_b`, rtk functions will not be available. supported since msdk 5.0.0", "iflyzonemanager", - "class to manage unlock fly zone, which mainly supports the following functions: - get the notification about flying safety. - get the fly zone around the aircraft. - unlock the enhanced warning zone. - unlock the authorization fly zone. - unlock the restricted fly zone: download the licenses for the restricted fly zone, push the licenses to the aircraft, and enable or disable the licenses for the aircraft. supported since msdk 5.3.0", + "class to manage unlock fly zone, which mainly supports the following functions: - get the notification about flying safety. - get the fly zone around the aircraft. - unlock the enhanced warning zone. - unlock the authorization fly zone. - unlock the restricted fly zone: download the licenses for the restricted fly zone, push the licenses to the aircraft, and enable or disable the licenses for the aircraft. - fly safety database upgrade. supported since msdk 5.3.0", "iltemanager", "lte (long term evolution) management class, used to authentication, enable and disable enhanced video transmission, and obtain lte signal level and lte status. this feature is currently only supported in mainland china. enhanced video transmission combines video transmission and lte 4g automatic enhanced video transmission technology. when the video transmission signal is good, the 4g link will maintain the basic data connection but no video transmission, in order to achieve high image quality and low latency, while reducing 4g traffic consumption. when the video transmission is interfered or blocked or in the scenario of long-distance transmission, the 4g transmission will be automatically turned on and enter the enhanced video transmission stage. after the video transmission is disconnected, the 4g transmission will work independently. at this time, the video transmission will be completely transmitted through the 4g transmission. supported since msdk 5.2.0", "ipayloadcenter", @@ -319,6 +319,10 @@ var search_data = { "the aircraft is in the authorized area. after the countdown is over, it will automatically drop to the limit height, you will not be able to control the throttle, but you can adjust the horizontal direction to avoid obstacles.", "have_three_min_will_apply_tfrs", "three minutes later, a temporary restricted flight zone will take effect nearby, please pay attention to fly safety.", + "onflysafedatabaseinfoupdate", + "when the fly safety database information changes, this method will be called back. supported since msdk 5.8.0 @param flysafedatabaseinfo fly safety database information.", + "onflysafedatabasestateupdate", + "when the fly safety database state changes, this method will be called back. supported since msdk 5.8.0 @param flysafedatabasestate fly safety database state", "getevent", "gets the event of fly safety tip. supported since msdk 5.3.0 @return returns the event of fly safety tip.", "getdescription", @@ -409,6 +413,12 @@ var search_data = { "gets the radius of the cylindrical restricted fly zone. supported since msdk 5.3.0 @return returns the radius of the cylindrical restricted fly zone.", "getpolygonpoints", "gets the range of the polygon's restricted fly zone. supported since msdk 5.3.0 @return returns the range of the polygon's restricted fly zone.", + "need_to_import", + "need to import. indicates that the current database of msdk does not contain data on the current position of the aircraft. please call `importflysafedynamicdatabasetomsdk` to import the database near the aircraft location.", + "need_to_sync", + "need to synchronize. indicates that the database in msdk needs to be synchronized to the aircraft. please call `pushflysafedynamicdatabasetoaircraft` to push the database in msdk to the aircraft.", + "up_to_date", + "up to date. indicates that the msdk database has been successfully synchronized to the aircraft.", "addflysafenotificationlistener", "add a listener for fly safety notification. fly safety n notification information includes: tips information, return home information, warning information, serious warning information, and fly zone near the aircraft. supported since msdk 5.3.0 @param listener fly safety notification listener.", "removeflysafenotificationlistener", @@ -416,7 +426,7 @@ var search_data = { "clearallflysafenotificationlistener", "clear all listeners for fly safety notification. supported since msdk 5.3.0", "getflyzonesinsurroundingarea", - "gets the fly zone within 50 kilometers from the central location. supported since msdk 5.3.0 @param location set the the central location. @param callback return the callback of execution result.", + "gets the fly zones within 50 kilometers from the central location. note: if there are too many fly zones obtained, drawing the fly zones on the map may cause anr problems. it is recommended to optimize the display. supported since msdk 5.3.0 @param location set the the central location. @param callback return the callback of execution result.", "unlockallenhancedwarningflyzone", "unlock all enhanced warning fly zones. after unlocking, the aircraft will no longer prompt any enhanced warning zone, and will continue to warn after reboot the aircraft. supported since msdk 5.3.0 @param callback return the callback of execution result.", "unlockauthorizationflyzone", @@ -433,6 +443,18 @@ var search_data = { "delete the licenses pushed to the aircraft. supported since msdk 5.3.0 @param callback return the callback of execution result.", "setflyzonelicensesenabled", "enable or disable unlock license. after enabling the license, the aircraft will be able to take off normally in the restricted fly zone. supported since msdk 5.3.0 @param info license information. @param isenabled `true` means enabled the licence. @param callback return the callback of execution result.", + "addflysafedatabaselistener", + "add a listener for the fly safety database. fly safety database information includes: database upgrade mode, database upgrade status, and manually imported database information. supported since msdk 5.8.0 @param listener fly safety database listener.", + "removeflysafedatabaselistener", + "remove the listener for fly safety database. supported since msdk 5.8.0 @param listener fly safety database listener.", + "clearallflysafedatabaselistener", + "clear all listeners for fly safety database. supported since msdk 5.8.0", + "setflysafedynamicdatabaseupgrademode", + "set the upgrade mode of the fly safety dynamic database. currently, only manual import of eu geozone data is supported. if you want to fly your drone compliantly in the eu, please refer to the following process to import eu geozone data into the aircraft. - check european aviation safety agency official website to download geozone data and import it into the aircraft.< /li> - call `setflysafedynamicdatabaseupgrademode` to set the fly safety dynamic database upgrade mode to manual import mode. - call `importflysafedynamicdatabasetomsdk` to import geozone data into msdk. - call `pushflysafedynamicdatabasetoaircraft` to synchronize geozone data to the aircraft. - call `getflyzonesinsurroundingarea` to obtain geozone data within a range of 50 kilometers centered on the aircraft. supported since msdk 5.8.0 @param flysafedynamicdatabaseupgrademode fly safety dynamic database upgrade mode. currently only supports manual import mode. @param callback return the callback of execution result.", + "importflysafedynamicdatabasetomsdk", + "import the fly safety dynamic database into the msdk. currently, only only support to import the eu geozone data. if you want to fly your drone compliantly in the eu, please refer to the following process to import eu geozone data into the aircraft. - check european aviation safety agency official website to download geozone data and import it into the aircraft.< /li> - call `setflysafedynamicdatabaseupgrademode` to set the fly safety dynamic database upgrade mode to manual import mode. - call `importflysafedynamicdatabasetomsdk` to import geozone data into msdk. - call `pushflysafedynamicdatabasetoaircraft` to synchronize geozone data to the aircraft. - call `getflyzonesinsurroundingarea` to obtain geozone data within a range of 50 kilometers centered on the aircraft. supported since msdk 5.8.0 @param databasefilepath database file path, the database file must be in json format and needs to comply with the ed-269 specification. @param callback return the callback of execution result.", + "pushflysafedynamicdatabasetoaircraft", + "synchronize the fly safety dynamic database to the aircraft. currently only support to synchronize the eu geozone data. if you want to fly your drone compliantly in the eu, please refer to the following process to import eu geozone data into the aircraft. - check european aviation safety agency official website to download geozone data and import it into the aircraft.< /li> - call `setflysafedynamicdatabaseupgrademode` to set the fly safety dynamic database upgrade mode to manual import mode. - call `importflysafedynamicdatabasetomsdk` to import geozone data into msdk. - call `pushflysafedynamicdatabasetoaircraft` to synchronize geozone data to the aircraft. - call `getflyzonesinsurroundingarea` to obtain geozone data within a range of 50 kilometers centered on the aircraft. supported since msdk 5.8.0 @param callback return the callback of execution result.", "flysafetipevent", "event enumeration of fly safety prompt information. supported since msdk 5.3.0", "flysafetipinformation", @@ -463,14 +485,30 @@ var search_data = { "restricted fl zone information class. including restricted-fly zone id, restricted fly zone name, type of restricted fly zone, restricted fly zone shape, restricted fly zone strategy, etc. supported since msdk 5.3.0", "flyzonelicenseinfo", "restricted fly zone licenses class. including the basic information of the unlocking licenses, such as license type, validity period, flight controller sn bound to the license, enabling status, etc. supported since msdk 5.3.0", + "ridunlocktype", + "rid unlock type. supported since msdk 5.8.0", "flysafenotificationlistener", "fly safety notification listener. supported since msdk 5.3.0", + "flysafedatabaselistener", + "fly safety database listener. supported since msdk 5.8.0", + "flysafedatabaseinfo", + "fly safety database information class. includes component type, upgrade mode, database name, databsase size and database import time. supported since msdk 5.8.0", + "flysafedatabaseupgrademode", + "fly safety database upgrade mode. includes manual import and automatic upgrade. msdk only supports manual import mode. if you need to use automatic upgrade mode, please use dji official app. supported since msdk 5.8.0", + "flysafedatabasecomponent", + "fly safety database component type. includes msdk and aircraft. supported since msdk 5.8.0", + "flysafedatabasestate", + "fly safety database state. supported since msdk 5.8.0", "getflyzoneid", "gets the fly zone's id. supported since msdk 5.3.0 @return returns the fly zone's id.", "getname", "gets the name of the fly zone. supported since msdk 5.3.0 @return returns the name of the fly zone.", "getflyzonetype", "gets the type fly zone. includes airports, parks, schools, stadium, etc. supported since msdk 5.3.0 @return returns the type fly zone.", + "getlowerlimit", + "gets the lower limit of geozone data, currently only supports eu geozone data. supported since msdk 5.3.0 @return returns the lower limit of geozone data.", + "getupperlimit", + "gets the upper limit of geozone data, currently only supports eu geozone data. supported since msdk 5.3.0 @return returns the upper limit of geozone data.", "getcategory", "gets the category of the fly zone. includes restricted zone, authorization zone, warning zone and enhanced warning zone, etc. supported since msdk 5.3.0 @return returns the category of the fly zone.", "getshape", @@ -513,6 +551,18 @@ var search_data = { "gets the unlock height limit. supported since msdk 5.3.0 @return returns the unlock height limit.", "getcountryid", "gets the country unlock zone id. supported since msdk 5.3.0 @return returns the country unlock zone id.", + "getridunlocktype", + "gets the rid unlock type. supported since msdk 5.8.0 @return returns the rid unlock type.", + "getcomponent", + "gets the component type of the fly safety database. supported since msdk 5.8.0 @return returns the component type of the fly safety database.", + "getflysafedatabaseupgrademode", + "gets the upgrade mode of the fly safety database. supported since msdk 5.8.0 @return returns the upgrade mode of the fly safety database.", + "getdatabasename", + "gets the name of the fly safety database. note: the database name on the aircraft cannot be obtained. supported since msdk 5.8.0 @return returns the name of the fly safety database.", + "getdatabasesize", + "gets the size of the fly safety database. note: the database size on the aircraft cannot be obtained. supported since msdk 5.8.0 @return returns the size of the fly safety database.", + "getdatabasetimestamp", + "gets the import timestamp of the fly safety database. supported since msdk 5.8.0 @return returns the import timestamp of the fly safety database.", "getevent", "gets the event of fly safety warning. supported since msdk 5.3.0 @return returns the event of fly safety warning.", "getdescription", @@ -521,6 +571,10 @@ var search_data = { "gets the height limit of current fly zone. returns 0 if not in the height limit zone. supported since msdk 5.3.0 @return returns the height limit of current fly zone.", "getflyzoneinformation", "gets information about the fly zones. returns null if not in a restricted fly zone. supported since msdk 5.3.0 @return returns information about the fly zones.", + "european", + "european.", + "china", + "china.", "circle", "circle.", "multi_polygon", @@ -533,6 +587,14 @@ var search_data = { "when the fly safety serious warning information changes, this method will be called back. supported since msdk 5.3.0 @param info fly safety serious warning information.", "onsurroundingflyzonesupdate", "when the restricted fly zones within 50 kilometers of the aircraft changes, this method will be called back. supported since msdk 5.3.0 @param infos restricted fly zones within 50 kilometers of the aircraft.", + "manual_import", + "manual import mode. msdk only supports manual upgrade mode. if you need to use automatic upgrade mode, please use the dji official app.", + "automatic_upgrade", + "automatic upgrade mode. msdk only supports manual upgrade mode. if you need to use automatic upgrade mode, please use the dji official app. the automatic update mode can only be used as a supplement for fly safety. if you want to fly your aircraft compliantly in the eu, please refer to manually importing eu geozone data into the aircraft.", + "aircraft", + "aircraft.", + "msdk", + "msdk.", "take_off_in_height_limit_zone_without_gps", "the aircraft is below the height limit zone and has no gps signal, please pay attention to flight safety.", "take_off_in_height_limit_zone", @@ -894,13 +956,17 @@ var search_data = { "getrtt", "get the latency of live video streaming. supported since msdk 5.0.0 @return return the latency of live video streaming.", "getvideostreammanager", - "get an instance of videostreammanager, this instance is used to manage the parameters and output of the video stream. note: you need to call this method again to get the instance of videostreammanager again when a new dji product is connected. the new dji hardware product connection can be obtained through `keyconnection` and `keyproducttype`. supported since msdk 5.0.0 @return return an instance of videostreammanager", + "get an instance of videostreammanager, this instance is used to manage the parameters and output of the video stream. note: 1. you need to call this method again to get the instance of videostreammanager again when a new dji product is connected. the new dji hardware product connection can be obtained through `keyconnection` and `keyproducttype`. 2. this interface is deprecated starting from msdk 5.8.0. please call `getcamerastreammanager` to obtain a camerastreammanager instance to implement video stream management related functions. supported since msdk 5.0.0 @return return an instance of videostreammanager", + "getcamerastreammanager", + "obtain the camerastreammanager instance, which supports functions such as camera lens video stream display, frame data and video stream data acquisition. camerastreammanager has an abstract design for videostreammanager, shielding the concept of underlying videochannel. make video stream management simpler and more stable. it is recommended that you use camerastreammanager instead of videostreammanager to implement video stream management related functions. supported since msdk 5.8.0 @return return an instance of camerastreammanager.", "getmediamanager", "get instance of mediamanager. this instance is used to manage the camera functions such as media file list download, media file preview, download and video playback. supported since msdk 5.0.0 @return return an instance of mediamanager.", "getlivestreammanager", "get an instance of livestreammanager, this instance is used to configure the live stream settings, start and stop the live streaming. supported since msdk 5.0.0 @return return an instance of livestreammanager.", "ivideostreammanager", - "class that used to manage the parameters and ouput of the video stream. you can learn how to use it below: - 1. call`getavailablestreamsources`to get an available video stream source - 2. call`getavailablevideochannels`to get an available video stream channel. - 3. call`getavailablevideochannels`'s`startchannel`to set the`streamsource`from step 1 to bind the video stream source with a channel and enable the channel. - 4. if you want to write your own decoder, you can add`addstreamdatalistener`to receive the video stream data. - 5. if you don't want to write your own decoder, you can use dji decoder`ivideodecoder`to decode. supported since msdk 5.0.0", + "class that used to manage the parameters and ouput of the video stream. you can learn how to use it below: - 1. call`getavailablestreamsources`to get an available video stream source - 2. call`getavailablevideochannels`to get an available video stream channel. - 3. call`getavailablevideochannels`'s`startchannel`to set the`streamsource`from step 1 to bind the video stream source with a channel and enable the channel. - 4. if you want to write your own decoder, you can add`addstreamdatalistener`to receive the video stream data. - 5. if you don't want to write your own decoder, you can use dji decoder`ivideodecoder`to decode. note: this interface is deprecated starting from msdk 5.8.0. please call `getcamerastreammanager` to obtain a camerastreammanager instance to implement video stream management related functions. supported since msdk 5.0.0", + "icamerastreammanager", + "camera stream management class. supports functions such as camera lens video stream display, video frame data and video stream data acquisition. the following is the interface usage process: - add a listener to obtain the available camera index through `addavailablecameraupdatedlistener`. - call `putcamerastreamsurface` to display the camera video stream to a specific surface. - add the video stream data listener `addreceivestreamlistener` to receive the video stream data. the video stream data can be used for functions such as self- decoding display and third-party livestreaem. - add the frame data listener `addframelistener` to receive frame data. frame data can be used for algorithm processing of functions such as ai recognition. supported since msdk 5.8.0", "imediamanager", "media file management class, which providing functions such as media file list download, media file preview, download and video playback. supported since msdk 5.0.0", "ilivestreammanager", @@ -926,7 +992,7 @@ var search_data = { "startchannel", "set the video source and enable it. the channel will start receiving video data after you call this method. you can call`addstreamdatalistener` to recive the video data. after receiving the video data, you can decode it and render it. you can use dji decoder`ivideodecoder`to decode the video stream, it supports yuv output mode and surface output mode. - you can call`addvideochannelstatechangelistener` to recive the video data. after enabling it, the channel state will change to`on`. supported since msdk 5.0.0 @param source an instance of video source. @param callback a callback that returns the execution result.", "closechannel", - "disable the video channel. after disabling the video channel, the`streamdatalistener`will stop receiving video data. after disabling the channel successfully, the channel state will change to`close`. supported since msdk 5.0.0 @param callback a callback which returns the execution result.", + "disable the video channel. after disabling the video channel, the`androidx.annotation.nonnull`will stop receiving video data. after disabling the channel successfully, the channel state will change to`close`. supported since msdk 5.0.0 @param callback a callback which returns the execution result.", "addstreamdatalistener", "add the video data listener. you can use this listener to receive the video data on video channel. supported since msdk 5.0.0 @param listener video data listener", "removestreamdatalistener", @@ -951,7 +1017,7 @@ var search_data = { "the state of video channel. supported since msdk 5.0.0", "videostreamformat", "video stream format. supported since msdk 5.1.0", - "streamdatalistener", + "androidx.annotation.nonnull", "video data listener. supported since msdk 5.0.0", "videochannelstatechangelistener", "video state listener. supported since msdk 5.0.0", @@ -996,9 +1062,13 @@ var search_data = { "getlivestreamsettings", "get the live stream settings. supported since msdk 5.0.0 @return return the live stream settings.", "setvideochanneltype", - "set the video channel for live streaming. supported since msdk 5.0.0 @param videochanneltype the type of video channel.", + "set the video channel for live streaming. note: this interface is deprecated starting from msdk 5.8.0. please call `setcameraindex` to set the camera index to live stream. supported since msdk 5.0.0 @param videochanneltype the type of video channel.", "getvideochanneltype", - "get the type of video channel for live streaming. supported since msdk 5.0.0 @return return the type of video channel.", + "get the type of video channel for live streaming. note: this interface is deprecated starting from msdk 5.8.0. please call `getcameraindex` to get the camera index. supported since msdk 5.0.0 @return return the type of video channel.", + "setcameraindex", + "set the camera index that needs to live stream. supported since msdk 5.8.0 @param cameraindex camera index set for live stream.", + "getcameraindex", + "gets the set camera index. supported since msdk 5.8.0 @return returns the set camera index.", "startstream", "start live streaming. supported since msdk 5.0.0 @param callback return the result of execution.", "stopstream", @@ -1178,7 +1248,9 @@ var search_data = { "getmediafilexmpcustominfo", "get the xmp custom information. notice: currently only supports zenmuse h20 series cameras, zenmuse l1 camera, and zenmuse p1 camera. supported since msdk 5.7.0 @param callback return the execution result of callback.", "playvideo", - "start to play the set media file. media file data can be obtained by callback method. - 1. if you want to decode to display the video by yourself, you can call custom decoder to decode the video through the video frame data `ivideoframe` obtained from callback. - 2. you can also use the decoder `ivideodecoder` provided by dji to decode video. using `extended_stream_channel` to init `ivideodecoder`, and then call `setmediafile` to set the media file into the decoder. finally, call `queueinframe` to send the video frame data `ivideoframe` to decode. supported since msdk 5.0.0 @param mediafile media file list that needs to playback. @param callback return the execution result of callback.", + "start to play the set media file. media file data can be obtained by callback method. - 1. if you want to decode to display the video by yourself, you can call custom decoder to decode the video through the video frame data `ivideoframe` obtained from callback. - 2. you can also use the decoder `ivideodecoder` provided by dji to decode video. using `extended_stream_channel` to init `ivideodecoder`, and then call `setmediafile` to set the media file into the decoder. finally, call `queueinframe` to send the video frame data `ivideoframe` to decode. note: this interface is deprecated starting from msdk 5.8.0. please call `playvideotosurface` to play media file. supported since msdk 5.0.0 @param mediafile media file list that needs to playback. @param callback return the execution result of callback.", + "playvideotosurface", + "start playing the set media file. media file data can be obtained by callback method. note: if you want to decode to display the video by yourself, you can call custom decoder to decode the video through the video stream data from the listener. supported since msdk 5.0.0 @param mediafile media file list that needs to playback. @param surface the surface that needs to be displayed. @param surfacewidth the width of surface that needs to be displayed. @param surfaceheight the height of surface that needs to be displayed. @param scaletype set the scale type required for video stream display. @param listener return the execution result of callback.", "seekvideo", "jump to play media file. you can set a new position to play. supported since msdk 5.0.0 @param position the location where you need to jump to play. unit:second. @param callback return the execution result of callback.", "pausevideo", @@ -1217,6 +1289,12 @@ var search_data = { "listener of media file playing status. supported since msdk 5.0.0", "mediafiledownloadlistener", "listener of media file download. supported since msdk 5.0.0", + "mediaframelistener", + "media file data listener. supported since msdk 5.8.0", + "onreceivestream", + "when the media file data is received, this method will be called back. supported since msdk 5.8.0 @param data media file data. @param offset media file data offset. @param length media file data length. @param info media file data information.", + "onerror", + "when an error occurs during media file playback., this method will be called back. supported since msdk 5.8.0 @param error error during playback of media files.", "onupdate", "when there are media file is added or deleted, this method will be called back. supported since msdk 5.0.0 @param mediafileliststate media file list status.", "idle", @@ -1245,6 +1323,80 @@ var search_data = { "get the data of medai file list. supported since msdk 5.0.0 @return return data of media file list.", "deletemediafiles", "delete the media file. supported since msdk 5.0.0 @param files media file list that needs to be deleted.", + "addavailablecameraupdatedlistener", + "set available camera listener. this listener allows you to listen for available camera indexes. after obtaining the available camera indexes, you can call `putcamerastreamsurface` to display the video stream of a specific camera. supported since msdk 5.8.0 @param listener available camera listener", + "removeavailablecameraupdatedlistener", + "remove the listener of avilable camera. supported since msdk 5.8.0 @param listener available camera listener", + "putcamerastreamsurface", + "display the camera video stream to a specific surface. a single surface can display at most one cameraindex camera video stream at the same time. if this interface is called multiple times for the same surface, the parameters of the surface will be updated, such as updating the camera index, surface's size or scale type. note: if you want to display images from different camera lenses, you can call `keycameravideostreamsource` to switch camera lenses. supported since msdk 5.8.0 @param cameraindex set the camera index for stream display. @param surface set the surface that needs to display the video stream. supports surfaceview, textureview and mediacodec surface, does not support glsurfaceview surface and any surface bound to opengl. @param surfacewidth set the surface width required for video stream display. @param surfaceheight set the surface height required for video stream display. @param scaletype set the scale type required for video stream display.", + "removecamerastreamsurface", + "remove the added surface. when you no longer need to use the surface, please call this interface to remove the added surface, otherwise it will cause memory leaks. after removal, the surface will no longer display the video stream. supported since msdk 5.8.0 @param surface set the surface to be removed.", + "addframelistener", + "add video frame data listener. this listener can listen the video frame data of the specified camera. you can use video frame data to implement functions such as ai recognition. supported since msdk 5.8.0 @param cameraindex set the camera index to be listen. @param format set the frame format to be listen. @param listener video frame data listener", + "removeframelistener", + "remove video frame data listener. supported since msdk 5.8.0 @param listener video frame data listener", + "addreceivestreamlistener", + "add a video stream data listener. through this listener, you can receive the raw video stream data of the specified camera. you can use this stream data to decode and display it yourself or implement functions such as third-party live streaming. supported since msdk 5.8.0 @param cameraindex set the camera index to be listen. @param listener video stream data listener", + "removereceivestreamlistener", + "remove video stream data listener. supported since msdk 5.8.0 @param listener video stream data listener", + "setkeepalivedecoding", + "whether to let the decoder continue decoding in the background, the default value is `false`. if it is `false`, when the manager does not reference any surface, receivestreamlistener, or cameraframelistener, the decoder will pause decoding to reduce background performance/power consumption, but this will increase the delay in pushing camera video stream data for the first time. if `true`, the decoder will continue to decode in the background, which will increase performance/power consumption, but can reduce the delay in pushing camera video stream data for the first time. supported since msdk 5.8.0 @param iskeepalive `true` means the decoder continues decoding in the background.", + "availablecameraupdatedlistener", + "available camera listener supported since msdk 5.8.0", + "onavailablecameraupdated", + "when the available camera list changed, this method will be called back. supported since msdk 5.8.0 @param availablecameralist available camera list.", + "cameraframelistener", + "video frame data listener. supported since msdk 5.8.0", + "onframe", + "when the video frame data is received, this method will be called back. supported since msdk 5.8.0 @param framedata video frame data. @param offset video frame data offset. @param length video frame data length. @param width video frame data width. @param height video frame data height. @param format video frame data format.", + "receivestreamlistener", + "video stream data listener supported since msdk 5.8.0", + "onreceivestream", + "when the video stream data is received, this method will be called back. supported since msdk 5.8.0 @param data video stream data. @param offset video stream data offset. @param length video stream data length. @param info video stream data information.", + "streaminfo", + "the video stream information class, which can obtain the width, height, frame rate and other information of the video stream. supported since msdk 5.8.0", + "getmimetype", + "gets the mime type of the video stream. @return returns the mime type of the video stream.", + "getwidth", + "gets the width of the video stream. @return returns the width of the video stream.", + "getheight", + "gets the height of the video stream. @return returns the height of the video stream.", + "getframerate", + "gets the frame rate of the video stream. @return returns the frame rate of the video stream.", + "getpresentationtimems", + "gets the presentation time stamp of the video stream. unit: milliseconds. @return returns the presentation time stamp of the video stream.", + "iskeyframe", + "gets if the current frame of video stream data is key frame. @return `true` indicates that the current frame of video stream data is key frame.", + "mimetype", + "mime type, supports h264 and h265. supported since msdk 5.8.0", + "h264", + "h264", + "h265", + "h265", + "scaletype", + "scale type. supported since msdk 5.8.0", + "fix_xy", + "fix_xy", + "center_crop", + "center_crop", + "center_inside", + "center_inside", + "frameformat", + "the format of the video stream data. supported since msdk 5.8.0", + "yuv420_888", + "yuv420_888", + "yuv444_888", + "yuv444_888", + "yuy2", + "yuv2", + "nv21", + "nv21", + "rgba_8888", + "rgba_8888", + "getrealnameregistrationstatefromaircraft", + "get the real name reegistoration status from aircraft. @return return the real name reegistoration status from aircraft.", + "onupdate", + "when the registration number status of the operator changes, this method will be called back. supported since msdk 5.8.0 @param operatorregnumberstatus the registration number status of the opeartor", "onupdate", "when the eid status changes, this method will be called back. supported since msdk 5.0.0 @param eidstatus eid status", "isuaregistrationnumberimport", @@ -1252,11 +1404,13 @@ var search_data = { "onupdate", "when the registration number status of the drone changes, this method will be called back. supported since msdk 5.0.0 @param uaregistrationnumberstatus the registration number status of the drone", "onupdate", - "when the rid status of the drone changes, this method will be called back. supported since msdk 5.0.0 @param uasremoteidstatus the rid status of the drone.", + "when the real name registration status changes, this method will be called back. supported since msdk 5.8.0 @param realnameregistrationstatus real name registration status.", + "onupdate", + "when the rid broadcast status of the drone changes, this method will be called back. supported since msdk 5.0.0 @param uasremoteidstatus the rid broadcast status of the drone.", "isbroadcastremoteidenabled", "get whether the rid broadcast function of the drone is enabled. @return return whether the rid broadcast function of the drone is enabled.", "getremoteidworkingstate", - "get the working state of uas remote identification(rid). @return return the working state of uas remote identification(rid).", + "get the broadcast state of uas remote identification(rid) . @return return the broadcast state of uas remote identification(rid).", "idle", "idle, initialization state.", "working", @@ -1265,28 +1419,54 @@ var search_data = { "not working, because the operator's position is lost, resulting in the remote id not being broadcast.", "firmware_error", "not working, because the firmware error, resulting in the remote id not being broadcast.", - "unknown_error", + "no_broadcast", + "not broadcast.", + "not_supported", + "not supported.", + "not_supported", "not working, because the unknown error, resulting in the remote id not being broadcast.", "iselectronicidenabled", "get whether the eid switch is turned on. @return return whether the eid switch is turned on.", + "isoperatorregistrationnumberimport", + "get whether the registration number of the opeartor is imported. @return return whether the registration number of the opeartor is imported.", + "not_auth", + "not auth, the aircraft will not be able to take off. in accordance with the requirements of mainland china's unmanned aircraft flight management regulations, if you need to fly in mainland china, please register with your real name on the uom system. - real name registration portal: https://uom.caac.gov.cn/#/login, after the real name registration is implemented, you can call this interface to update the real name status to the aircraft.", + "vaild_auth", + "vaild auth, the aircraft can take off normally.", + "cancelled", + "cancelled, the registration information on the uom system has been canceled and the aircraft will not be able to take off. in accordance with the requirements of mainland china's unmanned aircraft flight management regulations, if you need to fly in mainland china, please register with your real name on the uom system. - real name registration portal: https://uom.caac.gov.cn/#/login, after the real name registration is implemented, you can call this interface to update the real name status to the aircraft.", + "network_error", + "network error, lease make sure the network is normal and try again", + "verified_and_canclled", + "verified and canclled, after the aircraft has been authenticated, the status on the uom system has been canceled. in accordance with the requirements of mainland china's unmanned aircraft flight management regulations, if you need to fly in mainland china, please register with your real name on the uom system. - real name registration portal: https://uom.caac.gov.cn/#/login, after the real name registration is implemented, you can call this interface to update the real name status to the aircraft.", + "unsupported", + "the aircraft does not support the real name function.", + "not_active_yet", + "the aircraft has not been activated. please activate it with the dji official app first.", + "dont_need_check_realname", + "the aircraft does not need the real name function.", + "dont_in_china_mainland", + "the aircraft is not in mainland china.", "us_strategy", "america strategy.", "france_strategy", "france strategy.", "japan_strategy", "japan strategy.", + "european_strategy", + "european strategy.", "setareacode", "set the area code of country or area. the uas remote identification function supported by the country or area can only be used after the corresponding area code is set. currently the supported country or area list and the supported function list is as follows: - usa: remote identification broadcast of drone - japan: remote identification broadcast of drone, registration number of drone. - frence: eid switch note: this interface has been deprecated since msdk 5.3.0. please call `setuasremoteidareastrategy` instead of this function. supported since msdk 5.0.0 @param areacode area code of country or area. @return return the setting execution result of area code.", "setuasremoteidareastrategy", - "set the area strategy, and the uas remote identification function supported by the country or area can be used only after the corresponding area strategy is set. after msdk obtains the area code of the current area, it will set the corresponding area strategy by default. if you need to set other area strategy for development, you can call this interface to set the corresponding area strategy to make it take effect. currently the supported country or area list and the supported function list is as follows: - usa: remote identification broadcast of drone - japan: remote identification broadcast of drone, registration number of drone. - frence: eid switch supported since msdk 5.3.0 @param strategy area strategy @return return the setting execution result of area strategy.", + "set the area strategy, and the uas remote identification function supported by the country or area can be used only after the corresponding area strategy is set. after msdk obtains the area code of the current area, it will set the corresponding area strategy by default. if you need to set other area strategy for development, you can call this interface to set the corresponding area strategy to make it take effect. currently the supported country or area list and the supported function list is as follows: - usa: remote identification broadcast of drone - japan: remote identification broadcast of drone, registration number of drone. - european: remote identification broadcast of drone, registration number of operator. - china: real name. - frence: eid switch supported since msdk 5.3.0 @param strategy area strategy @return return the setting execution result of area strategy.", "getuasremoteidstatus", - "get the remote identification status of the drone system. supported since msdk 5.0.0 @return return the remote identification status of the drone system.", + "get the remote identification broadcast status of the drone system. supported since msdk 5.0.0 @return return the remote identification status of the drone system.", "adduasremoteidstatuslistener", - "add the remote identification status listener of the drone system. supported since msdk 5.0.0 @param listener the remote identification status listener of the drone system", + "add the remote identification broadcast status listener of the drone system. supported since msdk 5.0.0 @param listener the remote identification broadcast status listener of the drone system", "removeuasremoteidstatuslistener", - "remove the remote identification status listener of the drone system. supported since msdk 5.0.0 @param listener the remote identification status listener of the drone system", + "remove the remote identification broadcast status listener of the drone system. supported since msdk 5.0.0 @param listener the remote identification broadcast status listener of the drone system", "clearuasremoteidstatuslistener", - "remove all the remote identification status listeners of the drone system. supported since msdk 5.0.0", + "remove all the remote identification broadcast status listeners of the drone system. supported since msdk 5.0.0", "setelectronicidenabled", "enable or disable the eid function. after this function is enabled, the drone will broadcast the eid. eid is an electronic id standard dedined by frence. the value is the flight control sn of the drone. the prefix `1581f` means it is a droen produced by dji. for dji flight control sn that is not starting with `1581f`, `1581f` should be added to the flight control sn. for example: - for m300 rtk, this value is `1581f` + the flight control sn(`keyserialnumber`)+ `0` - for m350 rtk, m30 and m3e series, this value is the flight control sn(`keyserialnumber`) supported since msdk 5.0.0 @param isenabled `true` means the eid function is enabled. @param callback return the result of the execution result.", "getelectronicidenabled", @@ -1298,7 +1478,7 @@ var search_data = { "clearallelectronicidstatuslistener", "remove all the listeners of eid status. supported since msdk 5.0.0", "setuaregistrationnumber", - "set the registration number based on the drone management policies and regulations of different countries. - the drone registration number application entrance of japan: https://www.dips.mlit.g o.jp,无人机注册码的格式为:{registration_code:xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx,key_i nfo:xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx,nonce_info:xxxxxxxxxxxx},设置了无人机注册码以后 ,`isbroadcastremoteidenabled`将会被开启。 supported since msdk 5.0.0 @param number the information registration number of the drone @param callback return the result of the execution result.", + "set the registration number based on the drone management policies and regulations of different countries. - the drone registration number application entrance of japan: https://www.dips.mlit.go.jp,format of drone registration code:{registration_code:xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx,k ey_info:xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx,nonce_info:xxxxxxxxxxxx}, after setting the drone registration code, `isbroadcastremoteidenabled` will be enabled. supported since msdk 5.0.0 @param number the information registration number of the drone @param callback return the result of the execution result.", "getuaregistrationnumber", "get the set drone registration number. supported since msdk 5.0.0 @param callback return the result of the execution result.", "adduaregistrationnumberstatuslistener", @@ -1307,6 +1487,24 @@ var search_data = { "remove the registration number status listener of the drone. supported since msdk 5.0.0 @param listener the registration number status listener of the drone", "clearalluaregistrationnumberstatuslistener", "remove all the registration number status listeners of the drone. supported since msdk 5.0.0", + "setoperatorregistrationnumber", + "set operator registration code. it needs to be applied and set up according to the drone control policies and regulations of each country. - eu operator registration code application portal: https://www.easa.europa.eu /en/domains/civil-drones/naa, after setting the operator registration code, `isbroadcastremoteidenabled` will be enabled. supported since msdk 5.8.0 @param number the information registration number of the operator @param callback return the result of the execution result.", + "getoperatorregistrationnumber", + "get the set operator registration number. supported since msdk 5.8.0 @param callback return the result of the execution result.", + "addoperatorregistrationnumberstatuslistener", + "add the registration number status listener of the operator. supported since msdk 5.8.0 @param listener the registration number status listener of the operator", + "removeoperatorregistrationnumberstatuslistener", + "remove the registration number status listener of the opeartor. supported since msdk 5.8.0 @param listener the registration number status listener of the operator", + "clearalloperatorregistrationnumberstatuslistener", + "remove all the registration number status listeners of the operator. supported since msdk 5.8.0", + "addrealnameregistrationstatuslistener", + "add the real name status listener. supported since msdk 5.8.0 @param listener real name status listener", + "removerealnameregistrationstatuslistener", + "remove the real name status listener. supported since msdk 5.8.0 @param listener real name status listener", + "clearallrealnameregistrationstatuslistener", + "remove all the real name status listener. supported since msdk 5.8.0", + "updaterealnameregistrationstatefromuom", + "update the real name system status to the aircraft from the china uom system. in accordance with the requirements of mainland china's unmanned aircraft flight management regulations, starting from january 1, 2024, any flying drone purchased and activated after this date to fly in mainland china will need to register with a real name on the uom system, and you need to be connected to the internet to update the real name registration information to the aircraft, otherwise the aircraft will not be able to take off normally. - real name registration portal: https://uom.caac.gov.cn/#/login, after the real name registration is implemented, you can call this interface to update the real name status to the aircraft. supported since msdk 5.8.0 @param callback return the result of the execution result.", "areastrategy", "the remote identification area strategy. supported since msdk 5.3.0", "remoteidworkingstate", @@ -1323,6 +1521,16 @@ var search_data = { "the registration number status of the drone. supported since msdk 5.0.0", "uaregistrationnumberstatuslistener", "the registration number status listener of the drone. supported since msdk 5.0.0", + "operatorregistrationnumberstatus", + "the registration number status of the operator. supported since msdk 5.8.0", + "operatorregistrationnumberstatuslistener", + "the registration number status listener of the operator. supported since msdk 5.8.0", + "realnameregistrationstatus", + "real name registration status. supported since msdk 5.8.0", + "realnameregistrationstatuslistener", + "real name registration status listener. supported since msdk 5.8.0", + "realnameregistrationstate", + "real name registration status of aircraft. supported since msdk 5.8.0", "normal", "normal.", "notice", @@ -1603,6 +1811,12 @@ var search_data = { "single play mode.", "loop", "loop play mode.", + "addmegaphoneinfolistener", + "sets the listener of megaphone information. supported since msdk 5.8.0 @param listener megaphone information listener.", + "removemegaphoneinfolistener", + "remove the listener of megaphone information. supported since msdk 5.8.0 @param listener megaphone information listener.", + "clearallmegaphoneinfolistener", + "remove all the listeners of megaphone information. supported since msdk 5.8.0", "setvolume", "to set the volume of megaphone. supported since msdk 5.0.0 @param volume volume that needs to be set. @param callback return the callback of execution result.", "getvolume", @@ -1655,6 +1869,10 @@ var search_data = { "status listener for streaming mode. supported since msdk 5.0.0", "uploadstate", "streaming mode upload status. supported since msdk 5.0.0", + "megaphoneinfolistener", + "megaphone information listener. supported since msdk 5.8.0", + "megaphoneinfo", + "megaphone information class, including megaphone volume, play mode, work mode, status, etc. supported since msdk 5.8.0", "portside", "the magaphone is at portside(main).", "starboard", @@ -1677,6 +1895,16 @@ var search_data = { "to get the transfer progress for streaming mode. supported since msdk 5.0.0 @param sentbytes the number of bytes that have been transferred. @param totalbytes the total number of bytes that need to be transferred.", "onuploadedstatus", "to get the transmission status of the streaming mode. supported since msdk 5.0.0 @param uploadstate transmission status", + "onupdatemegaphoneinfo", + "when the megaphone information changes, this method will be called back. supported since msdk 5.2.0 @param megaphoneinfo egaphone information.", + "getvolume", + "gets the megaphone volume. @return return the megaphone volume.", + "getplaymode", + "gets the megaphone play mode. @return return the megaphone play mode.", + "getworkmode", + "gets the megaphone work mode. @return return the megaphone work mode.", + "getstatus", + "gets the megaphone status. @return return the megaphone status.", "setuploadtype", "to set the file type transferred, including local audio file data type and tts binary data type. when the type is local audio file data, you need to call `setfile` to set the local audio file path. when the type is tts binary data, you need to call `setdata` to set the tts binary data. @param uploadtype file type transferred.", "getuploadtype", @@ -1772,7 +2000,7 @@ var search_data = { "getvalue", "obtain the djivalue value of the djikey synchronously, which is the value obtained from the msdk cache. to get the value asynchronously from the hardware device, please call `getvalue`. supported since msdk 5.0.0 @param key `djikey` instance. @return return `djivalue` value.", "getvalue", - "obtain the djivalue value of the djikey synchronously, which is the value obtained from the msdk cache. if the value cannot be read, the set defaultvalue will be returned. to get the value asynchronously from the hardware device, please call `getvalue`. supported since msdk 5.0.0 @param key `djikey` instance. @param defaultvalue when the msdk cache value cannot be read, you want to return the default value. @return return `djivalue` value.", + "obtain the djivalue value of the djikey synchronously, which is the value obtained from the msdk cache. if the value cannot be read, the set defaultvalue will be returned. to get the value asynchronously from the hardware device, please call `getvalue`. supported since msdk 5.0.0 @param key `djikey` instance. @param defaultvalue when the msdk cache value cannot be read, will return the default value. @return return `djivalue` value.", "getvalue", "get the `djivalue` value of `djikey` asynchronously, which is the value obtained from the hardware device. to read the value from the msdk cache, please call `getvalue`. supported since msdk 5.0.0 @param key `djikey` instance. @param callback return callback of the execution result.", "setvalue", @@ -1802,7 +2030,7 @@ var search_data = { "keyremotecontrollertype", "parameter:`remotecontrollertype` to get remote controller type. supported since msdk 5.0.0", "keycontrolmode", - "parameter:`controlmode` to get remote controller control mode. supported since msdk 5.0.0", + "parameter:`controlmode` to get remote controller control mode. when calling the get method for the first time, you need to use the asynchronous method `getvalue` to get the value. supported since msdk 5.0.0", "keybatteryinfo", "parameter:`batteryinfo` to get remote controller battery power information. supported since msdk 5.0.0", "keysecondbatteryinfo", @@ -2188,7 +2416,7 @@ var search_data = { "keycamerafocustarget", "parameter:`doublepoint2d` the focus target of camera automaic focus. [0,0] means the upper left corner of camera screen. [1,1] means the lower right corner of camera screen. in `af` mode, camera will automatically focus on the focus target once after setting focus target. notice: 1. to use this function, please call `keycameravideostreamsource` to set the video source to `zoom_camera`. 2. when using `keytools` to create a `djikey` instance, please set `cameralenstype` to `camera_lens_zoom`. if it is an m3m aircraft, set it to `camera_lens_rgb`. if it is a single-lens aircraft, set it to `camera_lens_default`. supported since msdk 5.0.0", "keyircutenabled", - "parameter: boolean `true` means night scene mode is opened. night scene mode improves the shooting effect in low-light environments by turning on the infrared filter in the zoom camera. it only supports zoom lens. supported since msdk 5.0.0", + "parameter: boolean `true` means ir light is enabled. when enabled, zoom camera view will display in black and white. supported since msdk 5.0.0", "keycleanfog", "to perform once lens defogging operation, lens clean fog requires continuous heating for 5 seconds. supported since msdk 5.0.0", "keythermaltemperaturemeasuremode", @@ -2304,7 +2532,7 @@ var search_data = { "keyimucalibrationinfo", "parameter: `imucalibrationinfo` to get imu calibration information. imu calibration includes imu calibration of multiple aircraft orientations. imu calibration information includes the overall calibration status of imu, the calibration status of each aircraft orientation, as well as the list of uncalibrated aircraft orientations and the list of calibrated aircraft orientations. supported since msdk 5.1.0", "keyultrasonicheight", - "parameter: integer to get the height of ultrasound distance measuring. the height is the distance measured from top to bottom after the aircraft takes off. unit:dm. the maximum measurable distance is 25.5 meters. supported since msdk 5.0.0", + "parameter: integer to get the height of ultrasound distance measuring, unit:dm. the height is the distance measured from top to bottom after the aircraft takes off. barometer altitude is often incorporated to make the data more accurate. note: 1. the maximum measurable distance at this altitude is usually 25.5 meters, depending on the actual capabilities of the aircraft. 2. if the aircraft is equipped with a downward-looking sensor, this height will also be integrated with the ranging height of the downward-looking sensor. 3. if the aircraft is equipped with an infrared sensor, this altitude will also be combined with the infrared sensor ranging altitude. supported since msdk 5.0.0", "keywindwarning", "parameter: `windwarning` to get current wind speed level. supported since msdk 5.0.0", "keywindspeed", @@ -2391,8 +2619,10 @@ var search_data = { "parameter: `gohomestate` to get intelligent return-to-home status. supported since msdk 5.0.0", "keylowbatteryrthenabled", "parameter: boolean `true` means intelligent low battery return-to-home function is opened. to avoid unnecessary dangers dangerous due to the low battery, aircraft will intelligently judge whether the current battery is sufficient according to the flight position information. if current battery power is only enough to complete the return-to-home process, msdk will prompt whether operate the return-to-home process. if the user does not make a selection within 10s, msdk will automatically return-to-home after 10s. during the returning process, you can short press the smart return-to-home button on the remote control to cancel the return-to-home process. smart low battery return-to-home only occurs once during one flight. if the user cancels the low-battery return-to-home reminder and continues to fly, the aircraft may be forced to land due to insufficient power when returning, resulting in the aircraft being lost or crashed. for security reasons, it is not recommended to turn this function off. supported since msdk 5.0.0", - "keygohomeassessment", + "keylowbatteryrthinfo", "parameter: `lowbatteryrthinfo` to get related information of the intelligent low battery power. this function is only valid when `keylowbatteryrthenabled` is enabled. supported since msdk 5.0.0", + "keylowbatteryrthconfirm", + "parameter: boolean confirm or cancel the return home operation. when calling `keylowbatteryrthinfo` and the status obtained is `counting_down`, you can call this interface to confirm or cancel the return operation. `true` indicates confirmation of return. `false` means to cancel the return flight. supported since msdk 5.8.0", "keyaccesslockeralldevicestatus", "parameter: list<`accesslockerdevicestatus`> get the security code status of the storage device. through this interface, you can obtain whether the storage device on the aircraft supports the security code function, whether the security code function is enabled, and whether the security code needs to be verified. security code is to keep your media data safe. after the security code is set, the msdk app needs to perform password verification after connecting to the aircraft. after the verification is passed, it can take photos, record videos and read and write media data in the storage device. - `getisfeaturesupported` is `true`, indicating that the storage device supports the security code function. you can call `keyaccesslockersetsecuritycode` to set the security code. - `getisfeatureenabled` is `true`, indicating that the security code function of the storage device is enabled. you can call `keyaccesslockermodifysecuritycode` for security code modification. if you forget the security code, you can call `keyaccesslockerresetsecuritycode` to reset the security code. - `getisfeatureneedtobeverified` is `true`, indicating that the storage device needs to verify the security code. please call `keyaccesslockerverifysecuritycode` for security code verification, otherwise, you will not be able to take photos and record videos, and you will not be able to read and write media data in the storage device. the security code is usually required to be verified when the aircraft is restarted or the storage device is inserted. - security code is neither saved on device nor accessible by dji. - it is not possible to reset security code. if security code is lost, format sd card to delete code. - security code settings only available for zenmuse h20, matrice 30 series cameras and mavic 3 enterprise series cameras. zenmuse p1, zenmuse l1, and third-party payloads currently not supported. supported since msdk 5.1.0", "keyaccesslockersetsecuritycode", @@ -2859,6 +3089,8 @@ var search_data = { "zoom.", "infrared_camera", "infrared.", + "vision_camera", + "visible light. only supports mavic 3e series and mavic 3m.", "rgb_camera", "multispectral rgb.", "ndvi_camera", @@ -4018,7 +4250,7 @@ var search_data = { "getocusynclinkqualitylevel", "gets the ocusync link signal quality level. @return returns the ocusync link signal quality level.", "getltelinkqualitylevel", - "gets the tle link signal quality level. @return returns the tle link signal quality level.", + "gets the lte link signal quality level. @return returns the lte link signal quality level.", "wlmdongleinfo", "lte dongle status.", "getsn", @@ -4028,11 +4260,11 @@ var search_data = { "getissimcardinserted", "get whether the sim card is inserted. @return returns whether the sim card is inserted.", "getworkstate", - "gets the working status of tle dongle. @return returns the working status of tle dongle.", + "gets the working status of lte dongle. @return returns the working status of lte dongle.", "getversion", - "gets the version of the tle dongle. @return returns the version of the tle dongle.", + "gets the version of the lte dongle. @return returns the version of the lte dongle.", "wlmdongleworkstate", - "tle dongle working state.", + "lte dongle working state.", "not_register_no_search", "the sim card is not registered and the mobile network is not searched.", "not_register_searching", @@ -4147,6 +4379,10 @@ var search_data = { "this method will be called back when the waypint action starts to execute. supported since msdk 5.6.0 @param actionid the waypoint action id to start executing.", "onexecutionfinish", "this method will be called back when the waypoint action finishes executing. supported since msdk 5.6.0 @param actionid the waypoint action id to end execution. @param error the error code for the execution interruption of the waypoint action.", + "onexecutionstart", + "this method will be called back when the waypint action starts to execute. supported since msdk 5.8.0 @param actiongroup the waypoint action group to start executing. @param actionid the waypoint action id to start executing.", + "onexecutionfinish", + "this method will be called back when the waypoint action finishes executing. supported since msdk 5.8.0 @param actiongroup the waypoint action group to start executing. @param actionid the waypoint action id to end execution. @param error the error code for the execution interruption of the waypoint action.", "onmissionstateupdate", "the listener will return when the execution state of a waypoint mission is changed. supported since msdk 5.0.0 @param missionstate the execution state of a waypoint mission", "getmissionfilename", @@ -4182,9 +4418,9 @@ var search_data = { "startmission", "start the waypoint mission. supported since msdk 5.0.0 @param missionfilename the file name of the mission to be executed. @param callback return the execution result.", "getavailablewaylineids", - "returns a list of wayline ids available in the specified mission file. after obtaining this wayline id list, you can select the wayline id to be executed and pass it as a parameter to `startmission` to execute the waypoint mission. supported since msdk 5.1.0 @param missionfilename the specified mission filename. @return get a list of wayline ids available in the specified mission file.", + "returns a list of wayline ids available in the specified mission file. after obtaining this wayline id list, you can select the wayline id to be executed and pass it as a parameter to `startmission` to execute the waypoint mission. note: m300 rtk and m350 rtk only support 1 wayline id. supported since msdk 5.1.0 @param missionfilename the specified mission filename. @return get a list of wayline ids available in the specified mission file.", "startmission", - "start executing the waypoint mission of the specified wayline ids list. a list of available wayline ids can be obtained through `getavailablewaylineids`, after obtaining this wayline ids list, you can select the wayline id to be executed as a parameter and pass it to this interface, the aircraft will execute the waypoint mission in sequence in the order of the wayline ids list. if the wayline ids list parameter is empty or the length of the wayline ids list is 0, the aircraft will execute all waylines in the waypoint mission. supported since msdk 5.1.0 @param missionfilename the file name of the mission to be executed. @param waylineids the wayline ids list to be executed. @param callback return the execution result.", + "start executing the waypoint mission of the specified wayline ids list. a list of available wayline ids can be obtained through `getavailablewaylineids`, after obtaining this wayline ids list, you can select the wayline id to be executed as a parameter and pass it to this interface, the aircraft will execute the waypoint mission in sequence in the order of the wayline ids list. if the wayline ids list parameter is empty or the length of the wayline ids list is 0, the aircraft will execute all waylines in the waypoint mission. note: m300 rtk and m350 rtk only support 1 wayline id. supported since msdk 5.1.0 @param missionfilename the file name of the mission to be executed. @param waylineids the wayline ids list to be executed. @param callback return the execution result.", "querybreakpointinfofromaircraft", "query the breakpoint information when the waypoint mission is paused. the breakpoint information includes the position of the aircraft where the waypoint mission is paused. after the breakpoint information is obtained, it can be passed as a parameter to `startmission` or `resumemission` to execute the waypoint mission. the aircraft will fly to the incoming breakpoint position, and then execute the waypoint mission in sequence according to the waypoint order. note: 1. the m300 rtk and m350 rtk do not support the breakpoint function. 2. the breakpoint information can only be queried after calling the pause waypoint mission interface `pausemission`. supported since msdk 5.6.0 @param missionfilename the file name of the mission to be executed. @param callback return the execution result.", "startmission", @@ -4501,6 +4737,8 @@ var search_data = { "lte module. it can still access internet when ldm is enabled.", "fly_safe", "fly safe module. it can still access internet when ldm is enabled.", + "real_name", + "real name module. it can still access internet when ldm is enabled.", "getupwardobstacleavoidanceworking", "get whether the upward vision obstacle avoidance sensor is working. @return return whether the upward vision obstacle avoidance sensor is working.", "getdownwardobstacleavoidanceworking", @@ -4704,10 +4942,10 @@ var search_data = { 2, "/Components/IMediaDataCenter/IMediaDataCenter.html", "", - "Class that is used for managing media data center. It can be used to get an instance of VideoStreamManager, MediaManager and LiveStreamManager. It provides the video stream, media data and live stream management capability. Supported since MSDK 5.0.0", + "Class that is used for managing media data center. It can be used to get an instance of VideoStreamManager, MediaManager and LiveStreamManager. It provides the video stream, media data and live stream management capability. Note: `IVideoStreamManager` is deprecated starting from MSDK 5.8.0. Please use `ICameraStreamManager` to implement video stream management related functions. Supported since MSDK 5.0.0", ], [ - "Class that is used for managing media data center. It can be used to get an instance of VideoStreamManager, MediaManager and LiveStreamManager. It provides the video stream, media data and live stream management capability. Supported since MSDK 5.0.0", + "Class that is used for managing media data center. It can be used to get an instance of VideoStreamManager, MediaManager and LiveStreamManager. It provides the video stream, media data and live stream management capability. Note: `IVideoStreamManager` is deprecated starting from MSDK 5.8.0. Please use `ICameraStreamManager` to implement video stream management related functions. Supported since MSDK 5.0.0", 1, "/Components/IMediaDataCenter/IMediaDataCenter.html", "", @@ -4774,10 +5012,10 @@ var search_data = { 2, "/Components/IFlyZoneManager/IFlyZoneManager.html", "", - "Class to manage unlock fly zone, which mainly supports the following functions: - Get the notification about flying safety. - Get the fly zone around the aircraft. - Unlock the enhanced warning zone. - Unlock the authorization fly zone. - Unlock the restricted fly zone: download the licenses for the restricted fly zone, push the licenses to the aircraft, and enable or disable the licenses for the aircraft. Supported since MSDK 5.3.0", + "Class to manage unlock fly zone, which mainly supports the following functions: - Get the notification about flying safety. - Get the fly zone around the aircraft. - Unlock the enhanced warning zone. - Unlock the authorization fly zone. - Unlock the restricted fly zone: download the licenses for the restricted fly zone, push the licenses to the aircraft, and enable or disable the licenses for the aircraft. - Fly safety database upgrade. Supported since MSDK 5.3.0", ], [ - "Class to manage unlock fly zone, which mainly supports the following functions: - Get the notification about flying safety. - Get the fly zone around the aircraft. - Unlock the enhanced warning zone. - Unlock the authorization fly zone. - Unlock the restricted fly zone: download the licenses for the restricted fly zone, push the licenses to the aircraft, and enable or disable the licenses for the aircraft. Supported since MSDK 5.3.0", + "Class to manage unlock fly zone, which mainly supports the following functions: - Get the notification about flying safety. - Get the fly zone around the aircraft. - Unlock the enhanced warning zone. - Unlock the authorization fly zone. - Unlock the restricted fly zone: download the licenses for the restricted fly zone, push the licenses to the aircraft, and enable or disable the licenses for the aircraft. - Fly safety database upgrade. Supported since MSDK 5.3.0", 1, "/Components/IFlyZoneManager/IFlyZoneManager.html", "", @@ -6869,6 +7107,34 @@ var search_data = { "#IFlyZoneManager_FlySafeSeriousWarningEvent_HaveThreeMinWillApplyTFRs_inline", "", ], + [ + "onFlySafeDatabaseInfoUpdate", + 2, + "/Components/IFlyZoneManager/IFlyZoneManager_FlySafeDatabaseListener.html", + "#IFlyZoneManager_FlySafeDatabaseListener_onFlySafeDatabaseInfoUpdate_inline", + "When the fly safety database information changes, this method will be called back. Supported since MSDK 5.8.0 @param flySafeDatabaseInfo Fly Safety database information.", + ], + [ + "When the fly safety database information changes, this method will be called back. Supported since MSDK 5.8.0 @param flySafeDatabaseInfo Fly Safety database information.", + 1, + "/Components/IFlyZoneManager/IFlyZoneManager_FlySafeDatabaseListener.html", + "#IFlyZoneManager_FlySafeDatabaseListener_onFlySafeDatabaseInfoUpdate_inline", + "", + ], + [ + "onFlySafeDatabaseStateUpdate", + 2, + "/Components/IFlyZoneManager/IFlyZoneManager_FlySafeDatabaseListener.html", + "#IFlyZoneManager_FlySafeDatabaseListener_onFlySafeDatabaseStateUpdate_inline", + "When the fly safety database state changes, this method will be called back. Supported since MSDK 5.8.0 @param flySafeDatabaseState Fly Safety database state", + ], + [ + "When the fly safety database state changes, this method will be called back. Supported since MSDK 5.8.0 @param flySafeDatabaseState Fly Safety database state", + 1, + "/Components/IFlyZoneManager/IFlyZoneManager_FlySafeDatabaseListener.html", + "#IFlyZoneManager_FlySafeDatabaseListener_onFlySafeDatabaseStateUpdate_inline", + "", + ], [ "getEvent", 2, @@ -7499,6 +7765,48 @@ var search_data = { "#IFlyZoneManager_MultiPolygonFlyZoneInformation_getPolygonPoints_inline", "", ], + [ + "NEED_TO_IMPORT", + 2, + "/Components/IFlyZoneManager/IFlyZoneManager.html", + "#IFlyZoneManager_FlySafeDatabaseState_NEED_TO_IMPORT_inline", + "Need to import. Indicates that the current database of MSDK does not contain data on the current position of the aircraft. Please call `importFlySafeDynamicDatabaseToMSDK` to import the database near the aircraft location.", + ], + [ + "Need to import. Indicates that the current database of MSDK does not contain data on the current position of the aircraft. Please call `importFlySafeDynamicDatabaseToMSDK` to import the database near the aircraft location.", + 1, + "/Components/IFlyZoneManager/IFlyZoneManager.html", + "#IFlyZoneManager_FlySafeDatabaseState_NEED_TO_IMPORT_inline", + "", + ], + [ + "NEED_TO_SYNC", + 2, + "/Components/IFlyZoneManager/IFlyZoneManager.html", + "#IFlyZoneManager_FlySafeDatabaseState_NEED_TO_SYNC_inline", + "Need to synchronize. Indicates that the database in MSDK needs to be synchronized to the aircraft. Please call `pushFlySafeDynamicDatabaseToAircraft` to push the database in MSDK to the aircraft.", + ], + [ + "Need to synchronize. Indicates that the database in MSDK needs to be synchronized to the aircraft. Please call `pushFlySafeDynamicDatabaseToAircraft` to push the database in MSDK to the aircraft.", + 1, + "/Components/IFlyZoneManager/IFlyZoneManager.html", + "#IFlyZoneManager_FlySafeDatabaseState_NEED_TO_SYNC_inline", + "", + ], + [ + "UP_TO_DATE", + 2, + "/Components/IFlyZoneManager/IFlyZoneManager.html", + "#IFlyZoneManager_FlySafeDatabaseState_UP_TO_DATE_inline", + "Up to date. Indicates that the MSDK database has been successfully synchronized to the aircraft.", + ], + [ + "Up to date. Indicates that the MSDK database has been successfully synchronized to the aircraft.", + 1, + "/Components/IFlyZoneManager/IFlyZoneManager.html", + "#IFlyZoneManager_FlySafeDatabaseState_UP_TO_DATE_inline", + "", + ], [ "addFlySafeNotificationListener", 2, @@ -7546,10 +7854,10 @@ var search_data = { 2, "/Components/IFlyZoneManager/IFlyZoneManager.html", "#IFlyZoneManager_getFlyZonesInSurroundingArea_inline", - "Gets the fly zone within 50 kilometers from the central location. Supported since MSDK 5.3.0 @param location Set the the central location. @param callback Return the callback of execution result.", + "Gets the fly zones within 50 kilometers from the central location. Note: If there are too many fly zones obtained, drawing the fly zones on the map may cause ANR problems. It is recommended to optimize the display. Supported since MSDK 5.3.0 @param location Set the the central location. @param callback Return the callback of execution result.", ], [ - "Gets the fly zone within 50 kilometers from the central location. Supported since MSDK 5.3.0 @param location Set the the central location. @param callback Return the callback of execution result.", + "Gets the fly zones within 50 kilometers from the central location. Note: If there are too many fly zones obtained, drawing the fly zones on the map may cause ANR problems. It is recommended to optimize the display. Supported since MSDK 5.3.0 @param location Set the the central location. @param callback Return the callback of execution result.", 1, "/Components/IFlyZoneManager/IFlyZoneManager.html", "#IFlyZoneManager_getFlyZonesInSurroundingArea_inline", @@ -7667,6 +7975,90 @@ var search_data = { "#IFlyZoneManager_setFlyZoneLicensesEnabled_inline", "", ], + [ + "addFlySafeDatabaseListener", + 2, + "/Components/IFlyZoneManager/IFlyZoneManager.html", + "#IFlyZoneManager_addFlySafeDatabaseListener_inline", + "Add a listener for the fly safety database. Fly safety database information includes: database upgrade mode, database upgrade status, and manually imported database information. Supported since MSDK 5.8.0 @param listener Fly safety database listener.", + ], + [ + "Add a listener for the fly safety database. Fly safety database information includes: database upgrade mode, database upgrade status, and manually imported database information. Supported since MSDK 5.8.0 @param listener Fly safety database listener.", + 1, + "/Components/IFlyZoneManager/IFlyZoneManager.html", + "#IFlyZoneManager_addFlySafeDatabaseListener_inline", + "", + ], + [ + "removeFlySafeDatabaseListener", + 2, + "/Components/IFlyZoneManager/IFlyZoneManager.html", + "#IFlyZoneManager_removeFlySafeDatabaseListener_inline", + "Remove the listener for fly safety database. Supported since MSDK 5.8.0 @param listener Fly safety database listener.", + ], + [ + "Remove the listener for fly safety database. Supported since MSDK 5.8.0 @param listener Fly safety database listener.", + 1, + "/Components/IFlyZoneManager/IFlyZoneManager.html", + "#IFlyZoneManager_removeFlySafeDatabaseListener_inline", + "", + ], + [ + "clearAllFlySafeDatabaseListener", + 2, + "/Components/IFlyZoneManager/IFlyZoneManager.html", + "#IFlyZoneManager_clearAllFlySafeDatabaseListener_inline", + "Clear all listeners for fly safety database. Supported since MSDK 5.8.0", + ], + [ + "Clear all listeners for fly safety database. Supported since MSDK 5.8.0", + 1, + "/Components/IFlyZoneManager/IFlyZoneManager.html", + "#IFlyZoneManager_clearAllFlySafeDatabaseListener_inline", + "", + ], + [ + "setFlySafeDynamicDatabaseUpgradeMode", + 2, + "/Components/IFlyZoneManager/IFlyZoneManager.html", + "#IFlyZoneManager_setFlySafeDynamicDatabaseUpgradeMode_inline", + "Set the upgrade mode of the fly safety dynamic database. Currently, only manual import of EU GeoZone data is supported. If you want to fly your drone compliantly in the EU, please refer to the following process to import EU GeoZone data into the aircraft. - Check European Aviation Safety Agency official website to download GeoZone data and import it into the aircraft.< /li> - Call `setFlySafeDynamicDatabaseUpgradeMode` to set the fly safety dynamic database upgrade mode to manual import mode. - Call `importFlySafeDynamicDatabaseToMSDK` to import GeoZone data into MSDK. - Call `pushFlySafeDynamicDatabaseToAircraft` to synchronize GeoZone data to the aircraft. - Call `getFlyZonesInSurroundingArea` to obtain GeoZone data within a range of 50 kilometers centered on the aircraft. Supported since MSDK 5.8.0 @param flySafeDynamicDatabaseUpgradeMode Fly safety dynamic database upgrade mode. Currently only supports manual import mode. @param callback Return the callback of execution result.", + ], + [ + "Set the upgrade mode of the fly safety dynamic database. Currently, only manual import of EU GeoZone data is supported. If you want to fly your drone compliantly in the EU, please refer to the following process to import EU GeoZone data into the aircraft. - Check European Aviation Safety Agency official website to download GeoZone data and import it into the aircraft.< /li> - Call `setFlySafeDynamicDatabaseUpgradeMode` to set the fly safety dynamic database upgrade mode to manual import mode. - Call `importFlySafeDynamicDatabaseToMSDK` to import GeoZone data into MSDK. - Call `pushFlySafeDynamicDatabaseToAircraft` to synchronize GeoZone data to the aircraft. - Call `getFlyZonesInSurroundingArea` to obtain GeoZone data within a range of 50 kilometers centered on the aircraft. Supported since MSDK 5.8.0 @param flySafeDynamicDatabaseUpgradeMode Fly safety dynamic database upgrade mode. Currently only supports manual import mode. @param callback Return the callback of execution result.", + 1, + "/Components/IFlyZoneManager/IFlyZoneManager.html", + "#IFlyZoneManager_setFlySafeDynamicDatabaseUpgradeMode_inline", + "", + ], + [ + "importFlySafeDynamicDatabaseToMSDK", + 2, + "/Components/IFlyZoneManager/IFlyZoneManager.html", + "#IFlyZoneManager_importFlySafeDynamicDatabaseToMSDK_inline", + "Import the fly safety dynamic database into the MSDK. Currently, only only support to import the EU GeoZone data. If you want to fly your drone compliantly in the EU, please refer to the following process to import EU GeoZone data into the aircraft. - Check European Aviation Safety Agency official website to download GeoZone data and import it into the aircraft.< /li> - Call `setFlySafeDynamicDatabaseUpgradeMode` to set the fly safety dynamic database upgrade mode to manual import mode. - Call `importFlySafeDynamicDatabaseToMSDK` to import GeoZone data into MSDK. - Call `pushFlySafeDynamicDatabaseToAircraft` to synchronize GeoZone data to the aircraft. - Call `getFlyZonesInSurroundingArea` to obtain GeoZone data within a range of 50 kilometers centered on the aircraft. Supported since MSDK 5.8.0 @param databaseFilePath Database file path, the database file must be in JSON format and needs to comply with the ED-269 specification. @param callback Return the callback of execution result.", + ], + [ + "Import the fly safety dynamic database into the MSDK. Currently, only only support to import the EU GeoZone data. If you want to fly your drone compliantly in the EU, please refer to the following process to import EU GeoZone data into the aircraft. - Check European Aviation Safety Agency official website to download GeoZone data and import it into the aircraft.< /li> - Call `setFlySafeDynamicDatabaseUpgradeMode` to set the fly safety dynamic database upgrade mode to manual import mode. - Call `importFlySafeDynamicDatabaseToMSDK` to import GeoZone data into MSDK. - Call `pushFlySafeDynamicDatabaseToAircraft` to synchronize GeoZone data to the aircraft. - Call `getFlyZonesInSurroundingArea` to obtain GeoZone data within a range of 50 kilometers centered on the aircraft. Supported since MSDK 5.8.0 @param databaseFilePath Database file path, the database file must be in JSON format and needs to comply with the ED-269 specification. @param callback Return the callback of execution result.", + 1, + "/Components/IFlyZoneManager/IFlyZoneManager.html", + "#IFlyZoneManager_importFlySafeDynamicDatabaseToMSDK_inline", + "", + ], + [ + "pushFlySafeDynamicDatabaseToAircraft", + 2, + "/Components/IFlyZoneManager/IFlyZoneManager.html", + "#IFlyZoneManager_pushFlySafeDynamicDatabaseToAircraft_inline", + "Synchronize the fly safety dynamic database to the aircraft. Currently only support to synchronize the EU GeoZone data. If you want to fly your drone compliantly in the EU, please refer to the following process to import EU GeoZone data into the aircraft. - Check European Aviation Safety Agency official website to download GeoZone data and import it into the aircraft.< /li> - Call `setFlySafeDynamicDatabaseUpgradeMode` to set the fly safety dynamic database upgrade mode to manual import mode. - Call `importFlySafeDynamicDatabaseToMSDK` to import GeoZone data into MSDK. - Call `pushFlySafeDynamicDatabaseToAircraft` to synchronize GeoZone data to the aircraft. - Call `getFlyZonesInSurroundingArea` to obtain GeoZone data within a range of 50 kilometers centered on the aircraft. Supported since MSDK 5.8.0 @param callback Return the callback of execution result.", + ], + [ + "Synchronize the fly safety dynamic database to the aircraft. Currently only support to synchronize the EU GeoZone data. If you want to fly your drone compliantly in the EU, please refer to the following process to import EU GeoZone data into the aircraft. - Check European Aviation Safety Agency official website to download GeoZone data and import it into the aircraft.< /li> - Call `setFlySafeDynamicDatabaseUpgradeMode` to set the fly safety dynamic database upgrade mode to manual import mode. - Call `importFlySafeDynamicDatabaseToMSDK` to import GeoZone data into MSDK. - Call `pushFlySafeDynamicDatabaseToAircraft` to synchronize GeoZone data to the aircraft. - Call `getFlyZonesInSurroundingArea` to obtain GeoZone data within a range of 50 kilometers centered on the aircraft. Supported since MSDK 5.8.0 @param callback Return the callback of execution result.", + 1, + "/Components/IFlyZoneManager/IFlyZoneManager.html", + "#IFlyZoneManager_pushFlySafeDynamicDatabaseToAircraft_inline", + "", + ], [ "FlySafeTipEvent", 2, @@ -7877,6 +8269,20 @@ var search_data = { "", "", ], + [ + "RidUnlockType", + 2, + "/Components/IFlyZoneManager/IFlyZoneManager.html", + "#IFlyZoneManager_RidUnlockType_inline", + "RID unlock type. Supported since MSDK 5.8.0", + ], + [ + "RID unlock type. Supported since MSDK 5.8.0", + 1, + "/Components/IFlyZoneManager/IFlyZoneManager.html", + "#IFlyZoneManager_RidUnlockType_inline", + "", + ], [ "FlySafeNotificationListener", 2, @@ -7891,6 +8297,76 @@ var search_data = { "", "", ], + [ + "FlySafeDatabaseListener", + 2, + "/Components/IFlyZoneManager/IFlyZoneManager_FlySafeDatabaseListener.html", + "", + "Fly safety database listener. Supported since MSDK 5.8.0", + ], + [ + "Fly safety database listener. Supported since MSDK 5.8.0", + 1, + "/Components/IFlyZoneManager/IFlyZoneManager_FlySafeDatabaseListener.html", + "", + "", + ], + [ + "FlySafeDatabaseInfo", + 2, + "/Components/IFlyZoneManager/IFlyZoneManager_FlySafeDatabaseInfo.html", + "", + "Fly safety database information class. Includes component type, upgrade mode, database name, databsase size and database import time. Supported since MSDK 5.8.0", + ], + [ + "Fly safety database information class. Includes component type, upgrade mode, database name, databsase size and database import time. Supported since MSDK 5.8.0", + 1, + "/Components/IFlyZoneManager/IFlyZoneManager_FlySafeDatabaseInfo.html", + "", + "", + ], + [ + "FlySafeDatabaseUpgradeMode", + 2, + "/Components/IFlyZoneManager/IFlyZoneManager.html", + "#IFlyZoneManager_FlySafeDatabaseUpgradeMode_inline", + "Fly safety database upgrade mode. Includes manual import and automatic upgrade. MSDK only supports manual import mode. If you need to use automatic upgrade mode, please use DJI official APP. Supported since MSDK 5.8.0", + ], + [ + "Fly safety database upgrade mode. Includes manual import and automatic upgrade. MSDK only supports manual import mode. If you need to use automatic upgrade mode, please use DJI official APP. Supported since MSDK 5.8.0", + 1, + "/Components/IFlyZoneManager/IFlyZoneManager.html", + "#IFlyZoneManager_FlySafeDatabaseUpgradeMode_inline", + "", + ], + [ + "FlySafeDatabaseComponent", + 2, + "/Components/IFlyZoneManager/IFlyZoneManager.html", + "#IFlyZoneManager_FlySafeDatabaseComponent_inline", + "Fly safety database component type. Includes MSDK and aircraft. Supported since MSDK 5.8.0", + ], + [ + "Fly safety database component type. Includes MSDK and aircraft. Supported since MSDK 5.8.0", + 1, + "/Components/IFlyZoneManager/IFlyZoneManager.html", + "#IFlyZoneManager_FlySafeDatabaseComponent_inline", + "", + ], + [ + "FlySafeDatabaseState", + 2, + "/Components/IFlyZoneManager/IFlyZoneManager.html", + "#IFlyZoneManager_FlySafeDatabaseState_inline", + "Fly safety database state. Supported since MSDK 5.8.0", + ], + [ + "Fly safety database state. Supported since MSDK 5.8.0", + 1, + "/Components/IFlyZoneManager/IFlyZoneManager.html", + "#IFlyZoneManager_FlySafeDatabaseState_inline", + "", + ], [ "getFlyZoneID", 2, @@ -7933,6 +8409,34 @@ var search_data = { "#IFlyZoneManager_FlyZoneInformation_getFlyZoneType_inline", "", ], + [ + "getLowerLimit", + 2, + "/Components/IFlyZoneManager/IFlyZoneManager_FlyZoneInformation.html", + "#IFlyZoneManager_FlyZoneInformation_getLowerLimit_inline", + "Gets the lower limit of GeoZone data, currently only supports EU GeoZone data. Supported since MSDK 5.3.0 @return Returns the lower limit of GeoZone data.", + ], + [ + "Gets the lower limit of GeoZone data, currently only supports EU GeoZone data. Supported since MSDK 5.3.0 @return Returns the lower limit of GeoZone data.", + 1, + "/Components/IFlyZoneManager/IFlyZoneManager_FlyZoneInformation.html", + "#IFlyZoneManager_FlyZoneInformation_getLowerLimit_inline", + "", + ], + [ + "getUpperLimit", + 2, + "/Components/IFlyZoneManager/IFlyZoneManager_FlyZoneInformation.html", + "#IFlyZoneManager_FlyZoneInformation_getUpperLimit_inline", + "Gets the upper limit of GeoZone data, currently only supports EU GeoZone data. Supported since MSDK 5.3.0 @return Returns the upper limit of GeoZone data.", + ], + [ + "Gets the upper limit of GeoZone data, currently only supports EU GeoZone data. Supported since MSDK 5.3.0 @return Returns the upper limit of GeoZone data.", + 1, + "/Components/IFlyZoneManager/IFlyZoneManager_FlyZoneInformation.html", + "#IFlyZoneManager_FlyZoneInformation_getUpperLimit_inline", + "", + ], [ "getCategory", 2, @@ -8227,6 +8731,90 @@ var search_data = { "#IFlyZoneManager_FlyZoneLicenseInfo_getCountryId_inline", "", ], + [ + "getRidUnlockType", + 2, + "/Components/IFlyZoneManager/IFlyZoneManager_FlyZoneLicenseInfo.html", + "#IFlyZoneManager_FlyZoneLicenseInfo_getRidUnlockType_inline", + "Gets the RID unlock type. Supported since MSDK 5.8.0 @return Returns the RID unlock type.", + ], + [ + "Gets the RID unlock type. Supported since MSDK 5.8.0 @return Returns the RID unlock type.", + 1, + "/Components/IFlyZoneManager/IFlyZoneManager_FlyZoneLicenseInfo.html", + "#IFlyZoneManager_FlyZoneLicenseInfo_getRidUnlockType_inline", + "", + ], + [ + "getComponent", + 2, + "/Components/IFlyZoneManager/IFlyZoneManager_FlySafeDatabaseInfo.html", + "#IFlyZoneManager_FlySafeDatabaseInfo_getComponent_inline", + "Gets the component type of the fly safety database. Supported since MSDK 5.8.0 @return Returns the component type of the fly safety database.", + ], + [ + "Gets the component type of the fly safety database. Supported since MSDK 5.8.0 @return Returns the component type of the fly safety database.", + 1, + "/Components/IFlyZoneManager/IFlyZoneManager_FlySafeDatabaseInfo.html", + "#IFlyZoneManager_FlySafeDatabaseInfo_getComponent_inline", + "", + ], + [ + "getFlySafeDatabaseUpgradeMode", + 2, + "/Components/IFlyZoneManager/IFlyZoneManager_FlySafeDatabaseInfo.html", + "#IFlyZoneManager_FlySafeDatabaseInfo_getFlySafeDatabaseUpgradeMode_inline", + "Gets the upgrade mode of the fly safety database. Supported since MSDK 5.8.0 @return Returns the upgrade mode of the fly safety database.", + ], + [ + "Gets the upgrade mode of the fly safety database. Supported since MSDK 5.8.0 @return Returns the upgrade mode of the fly safety database.", + 1, + "/Components/IFlyZoneManager/IFlyZoneManager_FlySafeDatabaseInfo.html", + "#IFlyZoneManager_FlySafeDatabaseInfo_getFlySafeDatabaseUpgradeMode_inline", + "", + ], + [ + "getDatabaseName", + 2, + "/Components/IFlyZoneManager/IFlyZoneManager_FlySafeDatabaseInfo.html", + "#IFlyZoneManager_FlySafeDatabaseInfo_getDatabaseName_inline", + "Gets the name of the fly safety database. Note: The database name on the aircraft cannot be obtained. Supported since MSDK 5.8.0 @return Returns the name of the fly safety database.", + ], + [ + "Gets the name of the fly safety database. Note: The database name on the aircraft cannot be obtained. Supported since MSDK 5.8.0 @return Returns the name of the fly safety database.", + 1, + "/Components/IFlyZoneManager/IFlyZoneManager_FlySafeDatabaseInfo.html", + "#IFlyZoneManager_FlySafeDatabaseInfo_getDatabaseName_inline", + "", + ], + [ + "getDatabaseSize", + 2, + "/Components/IFlyZoneManager/IFlyZoneManager_FlySafeDatabaseInfo.html", + "#IFlyZoneManager_FlySafeDatabaseInfo_getDatabaseSize_inline", + "Gets the size of the fly safety database. Note: The database size on the aircraft cannot be obtained. Supported since MSDK 5.8.0 @return Returns the size of the fly safety database.", + ], + [ + "Gets the size of the fly safety database. Note: The database size on the aircraft cannot be obtained. Supported since MSDK 5.8.0 @return Returns the size of the fly safety database.", + 1, + "/Components/IFlyZoneManager/IFlyZoneManager_FlySafeDatabaseInfo.html", + "#IFlyZoneManager_FlySafeDatabaseInfo_getDatabaseSize_inline", + "", + ], + [ + "getDatabaseTimeStamp", + 2, + "/Components/IFlyZoneManager/IFlyZoneManager_FlySafeDatabaseInfo.html", + "#IFlyZoneManager_FlySafeDatabaseInfo_getDatabaseTimeStamp_inline", + "Gets the import timestamp of the fly safety database. Supported since MSDK 5.8.0 @return Returns the import timestamp of the fly safety database.", + ], + [ + "Gets the import timestamp of the fly safety database. Supported since MSDK 5.8.0 @return Returns the import timestamp of the fly safety database.", + 1, + "/Components/IFlyZoneManager/IFlyZoneManager_FlySafeDatabaseInfo.html", + "#IFlyZoneManager_FlySafeDatabaseInfo_getDatabaseTimeStamp_inline", + "", + ], [ "getEvent", 2, @@ -8283,6 +8871,34 @@ var search_data = { "#IFlyZoneManager_FlyingSafetyWarningInformation_getFlyZoneInformation_inline", "", ], + [ + "EUROPEAN", + 2, + "/Components/IFlyZoneManager/IFlyZoneManager.html", + "#IFlyZoneManager_RidUnlockType_EUROPEAN_inline", + "European.", + ], + [ + "European.", + 1, + "/Components/IFlyZoneManager/IFlyZoneManager.html", + "#IFlyZoneManager_RidUnlockType_EUROPEAN_inline", + "", + ], + [ + "CHINA", + 2, + "/Components/IFlyZoneManager/IFlyZoneManager.html", + "#IFlyZoneManager_RidUnlockType_CHINA_inline", + "China.", + ], + [ + "China.", + 1, + "/Components/IFlyZoneManager/IFlyZoneManager.html", + "#IFlyZoneManager_RidUnlockType_CHINA_inline", + "", + ], [ "CIRCLE", 2, @@ -8367,6 +8983,62 @@ var search_data = { "#IFlyZoneManager_FlySafeNotificationListener_onSurroundingFlyZonesUpdate_inline", "", ], + [ + "MANUAL_IMPORT", + 2, + "/Components/IFlyZoneManager/IFlyZoneManager.html", + "#IFlyZoneManager_FlySafeDatabaseUpgradeMode_MANUAL_IMPORT_inline", + "Manual import mode. MSDK only supports manual upgrade mode. If you need to use automatic upgrade mode, please use the DJI official APP.", + ], + [ + "Manual import mode. MSDK only supports manual upgrade mode. If you need to use automatic upgrade mode, please use the DJI official APP.", + 1, + "/Components/IFlyZoneManager/IFlyZoneManager.html", + "#IFlyZoneManager_FlySafeDatabaseUpgradeMode_MANUAL_IMPORT_inline", + "", + ], + [ + "AUTOMATIC_UPGRADE", + 2, + "/Components/IFlyZoneManager/IFlyZoneManager.html", + "#IFlyZoneManager_FlySafeDatabaseUpgradeMode_AUTOMATIC_UPGRADE_inline", + "Automatic upgrade mode. MSDK only supports manual upgrade mode. If you need to use automatic upgrade mode, please use the DJI official APP. The automatic update mode can only be used as a supplement for fly safety. If you want to fly your aircraft compliantly in the EU, please refer to manually importing EU GeoZone data into the aircraft.", + ], + [ + "Automatic upgrade mode. MSDK only supports manual upgrade mode. If you need to use automatic upgrade mode, please use the DJI official APP. The automatic update mode can only be used as a supplement for fly safety. If you want to fly your aircraft compliantly in the EU, please refer to manually importing EU GeoZone data into the aircraft.", + 1, + "/Components/IFlyZoneManager/IFlyZoneManager.html", + "#IFlyZoneManager_FlySafeDatabaseUpgradeMode_AUTOMATIC_UPGRADE_inline", + "", + ], + [ + "AIRCRAFT", + 2, + "/Components/IFlyZoneManager/IFlyZoneManager.html", + "#IFlyZoneManager_FlySafeDatabaseComponent_AIRCRAFT_inline", + "Aircraft.", + ], + [ + "Aircraft.", + 1, + "/Components/IFlyZoneManager/IFlyZoneManager.html", + "#IFlyZoneManager_FlySafeDatabaseComponent_AIRCRAFT_inline", + "", + ], + [ + "MSDK", + 2, + "/Components/IFlyZoneManager/IFlyZoneManager.html", + "#IFlyZoneManager_FlySafeDatabaseComponent_MSDK_inline", + "MSDK.", + ], + [ + "MSDK.", + 1, + "/Components/IFlyZoneManager/IFlyZoneManager.html", + "#IFlyZoneManager_FlySafeDatabaseComponent_MSDK_inline", + "", + ], [ "TAKE_OFF_IN_HEIGHT_LIMIT_ZONE_WITHOUT_GPS", 2, @@ -10892,15 +11564,29 @@ var search_data = { 2, "/Components/IMediaDataCenter/IMediaDataCenter.html", "#IMediaDataCenter_getVideoStreamManager_inline", - "Get an instance of VideoStreamManager, this instance is used to manage the parameters and output of the video stream. Note: You need to call this method again to get the instance of VideoStreamManager again when a new DJI product is connected. The new DJI hardware product connection can be obtained through `KeyConnection` and `KeyProductType`. Supported since MSDK 5.0.0 @return Return an instance of VideoStreamManager", + "Get an instance of VideoStreamManager, this instance is used to manage the parameters and output of the video stream. Note: 1. You need to call this method again to get the instance of VideoStreamManager again when a new DJI product is connected. The new DJI hardware product connection can be obtained through `KeyConnection` and `KeyProductType`. 2. This interface is deprecated starting from MSDK 5.8.0. Please call `getCameraStreamManager` to obtain a CameraStreamManager instance to implement video stream management related functions. Supported since MSDK 5.0.0 @return Return an instance of VideoStreamManager", ], [ - "Get an instance of VideoStreamManager, this instance is used to manage the parameters and output of the video stream. Note: You need to call this method again to get the instance of VideoStreamManager again when a new DJI product is connected. The new DJI hardware product connection can be obtained through `KeyConnection` and `KeyProductType`. Supported since MSDK 5.0.0 @return Return an instance of VideoStreamManager", + "Get an instance of VideoStreamManager, this instance is used to manage the parameters and output of the video stream. Note: 1. You need to call this method again to get the instance of VideoStreamManager again when a new DJI product is connected. The new DJI hardware product connection can be obtained through `KeyConnection` and `KeyProductType`. 2. This interface is deprecated starting from MSDK 5.8.0. Please call `getCameraStreamManager` to obtain a CameraStreamManager instance to implement video stream management related functions. Supported since MSDK 5.0.0 @return Return an instance of VideoStreamManager", 1, "/Components/IMediaDataCenter/IMediaDataCenter.html", "#IMediaDataCenter_getVideoStreamManager_inline", "", ], + [ + "getCameraStreamManager", + 2, + "/Components/IMediaDataCenter/IMediaDataCenter.html", + "#IMediaDataCenter_getCameraStreamManager_inline", + "Obtain the CameraStreamManager instance, which supports functions such as camera lens video stream display, frame data and video stream data acquisition. CameraStreamManager has an abstract design for VideoStreamManager, shielding the concept of underlying VideoChannel. Make video stream management simpler and more stable. It is recommended that you use CameraStreamManager instead of VideoStreamManager to implement video stream management related functions. Supported since MSDK 5.8.0 @return Return an instance of CameraStreamManager.", + ], + [ + "Obtain the CameraStreamManager instance, which supports functions such as camera lens video stream display, frame data and video stream data acquisition. CameraStreamManager has an abstract design for VideoStreamManager, shielding the concept of underlying VideoChannel. Make video stream management simpler and more stable. It is recommended that you use CameraStreamManager instead of VideoStreamManager to implement video stream management related functions. Supported since MSDK 5.8.0 @return Return an instance of CameraStreamManager.", + 1, + "/Components/IMediaDataCenter/IMediaDataCenter.html", + "#IMediaDataCenter_getCameraStreamManager_inline", + "", + ], [ "getMediaManager", 2, @@ -10934,15 +11620,29 @@ var search_data = { 2, "/Components/IMediaDataCenter/IVideoStreamManager.html", "", - "Class that used to manage the parameters and ouput of the video stream. You can learn how to use it below: - 1. Call`getAvailableStreamSources`to get an available video stream source - 2. Call`getAvailableVideoChannels`to get an available video stream channel. - 3. Call`getAvailableVideoChannels`'s`startChannel`to set the`StreamSource`from step 1 to bind the video stream source with a channel and enable the channel. - 4. If you want to write your own decoder, you can add`addStreamDataListener`to receive the video stream data. - 5. If you don't want to write your own decoder, you can use DJI decoder`IVideoDecoder`to decode. Supported since MSDK 5.0.0", + "Class that used to manage the parameters and ouput of the video stream. You can learn how to use it below: - 1. Call`getAvailableStreamSources`to get an available video stream source - 2. Call`getAvailableVideoChannels`to get an available video stream channel. - 3. Call`getAvailableVideoChannels`'s`startChannel`to set the`StreamSource`from step 1 to bind the video stream source with a channel and enable the channel. - 4. If you want to write your own decoder, you can add`addStreamDataListener`to receive the video stream data. - 5. If you don't want to write your own decoder, you can use DJI decoder`IVideoDecoder`to decode. Note: This interface is deprecated starting from MSDK 5.8.0. Please call `getCameraStreamManager` to obtain a CameraStreamManager instance to implement video stream management related functions. Supported since MSDK 5.0.0", ], [ - "Class that used to manage the parameters and ouput of the video stream. You can learn how to use it below: - 1. Call`getAvailableStreamSources`to get an available video stream source - 2. Call`getAvailableVideoChannels`to get an available video stream channel. - 3. Call`getAvailableVideoChannels`'s`startChannel`to set the`StreamSource`from step 1 to bind the video stream source with a channel and enable the channel. - 4. If you want to write your own decoder, you can add`addStreamDataListener`to receive the video stream data. - 5. If you don't want to write your own decoder, you can use DJI decoder`IVideoDecoder`to decode. Supported since MSDK 5.0.0", + "Class that used to manage the parameters and ouput of the video stream. You can learn how to use it below: - 1. Call`getAvailableStreamSources`to get an available video stream source - 2. Call`getAvailableVideoChannels`to get an available video stream channel. - 3. Call`getAvailableVideoChannels`'s`startChannel`to set the`StreamSource`from step 1 to bind the video stream source with a channel and enable the channel. - 4. If you want to write your own decoder, you can add`addStreamDataListener`to receive the video stream data. - 5. If you don't want to write your own decoder, you can use DJI decoder`IVideoDecoder`to decode. Note: This interface is deprecated starting from MSDK 5.8.0. Please call `getCameraStreamManager` to obtain a CameraStreamManager instance to implement video stream management related functions. Supported since MSDK 5.0.0", 1, "/Components/IMediaDataCenter/IVideoStreamManager.html", "", "", ], + [ + "ICameraStreamManager", + 2, + "/Components/IMediaDataCenter/ICameraStreamManager.html", + "", + "Camera stream management class. Supports functions such as camera lens video stream display, video frame data and video stream data acquisition. The following is the interface usage process: - Add a listener to obtain the available camera index through `addAvailableCameraUpdatedListener`. - Call `putCameraStreamSurface` to display the camera video stream to a specific surface. - Add the video stream data listener `addReceiveStreamListener` to receive the video stream data. The video stream data can be used for functions such as self- decoding display and third-party livestreaem. - Add the frame data listener `addFrameListener` to receive frame data. Frame data can be used for algorithm processing of functions such as AI recognition. Supported since MSDK 5.8.0", + ], + [ + "Camera stream management class. Supports functions such as camera lens video stream display, video frame data and video stream data acquisition. The following is the interface usage process: - Add a listener to obtain the available camera index through `addAvailableCameraUpdatedListener`. - Call `putCameraStreamSurface` to display the camera video stream to a specific surface. - Add the video stream data listener `addReceiveStreamListener` to receive the video stream data. The video stream data can be used for functions such as self- decoding display and third-party livestreaem. - Add the frame data listener `addFrameListener` to receive frame data. Frame data can be used for algorithm processing of functions such as AI recognition. Supported since MSDK 5.8.0", + 1, + "/Components/IMediaDataCenter/ICameraStreamManager.html", + "", + "", + ], [ "IMediaManager", 2, @@ -11116,10 +11816,10 @@ var search_data = { 2, "/Components/IMediaDataCenter/IVideoStreamManager_IVideoChannel.html", "#IVideoStreamManager_IVideoChannel_closeChannel_inline", - "Disable the video channel. After disabling the video channel, the`StreamDataListener`will stop receiving video data. After disabling the channel successfully, The channel state will change to`CLOSE`. Supported since MSDK 5.0.0 @param callback A callback which returns the execution result.", + "Disable the video channel. After disabling the video channel, the`androidx.annotation.NonNull`will stop receiving video data. After disabling the channel successfully, The channel state will change to`CLOSE`. Supported since MSDK 5.0.0 @param callback A callback which returns the execution result.", ], [ - "Disable the video channel. After disabling the video channel, the`StreamDataListener`will stop receiving video data. After disabling the channel successfully, The channel state will change to`CLOSE`. Supported since MSDK 5.0.0 @param callback A callback which returns the execution result.", + "Disable the video channel. After disabling the video channel, the`androidx.annotation.NonNull`will stop receiving video data. After disabling the channel successfully, The channel state will change to`CLOSE`. Supported since MSDK 5.0.0 @param callback A callback which returns the execution result.", 1, "/Components/IMediaDataCenter/IVideoStreamManager_IVideoChannel.html", "#IVideoStreamManager_IVideoChannel_closeChannel_inline", @@ -11294,17 +11994,17 @@ var search_data = { "", ], [ - "StreamDataListener", + "androidx.annotation.NonNull", 2, - "/Components/IMediaDataCenter/IVideoStreamManager_IVideoChannel_StreamDataListener.html", - "", + "/Components/IMediaDataCenter/IVideoStreamManager_IVideoChannel.html", + "#IVideoStreamManager_IVideoChannel_StreamDataListener_inline", "Video data listener. Supported since MSDK 5.0.0", ], [ "Video data listener. Supported since MSDK 5.0.0", 1, - "/Components/IMediaDataCenter/IVideoStreamManager_IVideoChannel_StreamDataListener.html", - "", + "/Components/IMediaDataCenter/IVideoStreamManager_IVideoChannel.html", + "#IVideoStreamManager_IVideoChannel_StreamDataListener_inline", "", ], [ @@ -11422,14 +12122,14 @@ var search_data = { [ "onReceive", 2, - "/Components/IMediaDataCenter/IVideoStreamManager_IVideoChannel_StreamDataListener.html", + "/Components/IMediaDataCenter/IVideoStreamManager_IVideoChannel.html", "#IVideoStreamManager_IVideoChannel_StreamDataListener_onReceive_inline", "The callback will return when the video channel has recieved video data. Supported since MSDK 5.0.0 @param videoFrame Video frame data", ], [ "The callback will return when the video channel has recieved video data. Supported since MSDK 5.0.0 @param videoFrame Video frame data", 1, - "/Components/IMediaDataCenter/IVideoStreamManager_IVideoChannel_StreamDataListener.html", + "/Components/IMediaDataCenter/IVideoStreamManager_IVideoChannel.html", "#IVideoStreamManager_IVideoChannel_StreamDataListener_onReceive_inline", "", ], @@ -11606,10 +12306,10 @@ var search_data = { 2, "/Components/IMediaDataCenter/ILiveStreamManager.html", "#ILiveStreamManager_setVideoChannelType_inline", - "Set the video channel for live streaming. Supported since MSDK 5.0.0 @param videoChannelType The type of video channel.", + "Set the video channel for live streaming. Note: This interface is deprecated starting from MSDK 5.8.0. Please call `setCameraIndex` to set the camera index to live stream. Supported since MSDK 5.0.0 @param videoChannelType The type of video channel.", ], [ - "Set the video channel for live streaming. Supported since MSDK 5.0.0 @param videoChannelType The type of video channel.", + "Set the video channel for live streaming. Note: This interface is deprecated starting from MSDK 5.8.0. Please call `setCameraIndex` to set the camera index to live stream. Supported since MSDK 5.0.0 @param videoChannelType The type of video channel.", 1, "/Components/IMediaDataCenter/ILiveStreamManager.html", "#ILiveStreamManager_setVideoChannelType_inline", @@ -11620,15 +12320,43 @@ var search_data = { 2, "/Components/IMediaDataCenter/ILiveStreamManager.html", "#ILiveStreamManager_getVideoChannelType_inline", - "Get the type of video channel for live streaming. Supported since MSDK 5.0.0 @return Return the type of video channel.", + "Get the type of video channel for live streaming. Note: This interface is deprecated starting from MSDK 5.8.0. Please call `getCameraIndex` to get the camera index. Supported since MSDK 5.0.0 @return Return the type of video channel.", ], [ - "Get the type of video channel for live streaming. Supported since MSDK 5.0.0 @return Return the type of video channel.", + "Get the type of video channel for live streaming. Note: This interface is deprecated starting from MSDK 5.8.0. Please call `getCameraIndex` to get the camera index. Supported since MSDK 5.0.0 @return Return the type of video channel.", 1, "/Components/IMediaDataCenter/ILiveStreamManager.html", "#ILiveStreamManager_getVideoChannelType_inline", "", ], + [ + "setCameraIndex", + 2, + "/Components/IMediaDataCenter/ILiveStreamManager.html", + "#ILiveStreamManager_setCameraIndex_inline", + "Set the camera index that needs to live stream. Supported since MSDK 5.8.0 @param cameraIndex Camera index set for live stream.", + ], + [ + "Set the camera index that needs to live stream. Supported since MSDK 5.8.0 @param cameraIndex Camera index set for live stream.", + 1, + "/Components/IMediaDataCenter/ILiveStreamManager.html", + "#ILiveStreamManager_setCameraIndex_inline", + "", + ], + [ + "getCameraIndex", + 2, + "/Components/IMediaDataCenter/ILiveStreamManager.html", + "#ILiveStreamManager_getCameraIndex_inline", + "Gets the set camera index. Supported since MSDK 5.8.0 @return Returns the set camera index.", + ], + [ + "Gets the set camera index. Supported since MSDK 5.8.0 @return Returns the set camera index.", + 1, + "/Components/IMediaDataCenter/ILiveStreamManager.html", + "#ILiveStreamManager_getCameraIndex_inline", + "", + ], [ "startStream", 2, @@ -12880,15 +13608,29 @@ var search_data = { 2, "/Components/IMediaDataCenter/IMediaManager.html", "#IMediaManager_playVideo_inline", - "Start to play the set media file. Media file data can be obtained by callback method. - 1. If you want to decode to display the video by yourself, you can call custom decoder to decode the video through the video frame data `IVideoFrame` obtained from callback. - 2. You can also use the decoder `IVideoDecoder` provided by DJI to decode video. Using `EXTENDED_STREAM_CHANNEL` to init `IVideoDecoder`, and then call `setMediaFile` to set the media file into the decoder. Finally, call `queueInFrame` to send the video frame data `IVideoFrame` to decode. Supported since MSDK 5.0.0 @param mediaFile Media file list that needs to playback. @param callback Return the execution result of callback.", + "Start to play the set media file. Media file data can be obtained by callback method. - 1. If you want to decode to display the video by yourself, you can call custom decoder to decode the video through the video frame data `IVideoFrame` obtained from callback. - 2. You can also use the decoder `IVideoDecoder` provided by DJI to decode video. Using `EXTENDED_STREAM_CHANNEL` to init `IVideoDecoder`, and then call `setMediaFile` to set the media file into the decoder. Finally, call `queueInFrame` to send the video frame data `IVideoFrame` to decode. Note: This interface is deprecated starting from MSDK 5.8.0. Please call `playVideoToSurface` to play media file. Supported since MSDK 5.0.0 @param mediaFile Media file list that needs to playback. @param callback Return the execution result of callback.", ], [ - "Start to play the set media file. Media file data can be obtained by callback method. - 1. If you want to decode to display the video by yourself, you can call custom decoder to decode the video through the video frame data `IVideoFrame` obtained from callback. - 2. You can also use the decoder `IVideoDecoder` provided by DJI to decode video. Using `EXTENDED_STREAM_CHANNEL` to init `IVideoDecoder`, and then call `setMediaFile` to set the media file into the decoder. Finally, call `queueInFrame` to send the video frame data `IVideoFrame` to decode. Supported since MSDK 5.0.0 @param mediaFile Media file list that needs to playback. @param callback Return the execution result of callback.", + "Start to play the set media file. Media file data can be obtained by callback method. - 1. If you want to decode to display the video by yourself, you can call custom decoder to decode the video through the video frame data `IVideoFrame` obtained from callback. - 2. You can also use the decoder `IVideoDecoder` provided by DJI to decode video. Using `EXTENDED_STREAM_CHANNEL` to init `IVideoDecoder`, and then call `setMediaFile` to set the media file into the decoder. Finally, call `queueInFrame` to send the video frame data `IVideoFrame` to decode. Note: This interface is deprecated starting from MSDK 5.8.0. Please call `playVideoToSurface` to play media file. Supported since MSDK 5.0.0 @param mediaFile Media file list that needs to playback. @param callback Return the execution result of callback.", 1, "/Components/IMediaDataCenter/IMediaManager.html", "#IMediaManager_playVideo_inline", "", ], + [ + "playVideoToSurface", + 2, + "/Components/IMediaDataCenter/IMediaManager.html", + "#IMediaManager_playVideoToSurface_inline", + "Start playing the set media file. Media file data can be obtained by callback method. Note: If you want to decode to display the video by yourself, you can call custom decoder to decode the video through the video stream data from the listener. Supported since MSDK 5.0.0 @param mediaFile Media file list that needs to playback. @param surface The surface that needs to be displayed. @param surfaceWidth The width of surface that needs to be displayed. @param surfaceHeight The height of surface that needs to be displayed. @param scaleType Set the scale type required for video stream display. @param listener Return the execution result of callback.", + ], + [ + "Start playing the set media file. Media file data can be obtained by callback method. Note: If you want to decode to display the video by yourself, you can call custom decoder to decode the video through the video stream data from the listener. Supported since MSDK 5.0.0 @param mediaFile Media file list that needs to playback. @param surface The surface that needs to be displayed. @param surfaceWidth The width of surface that needs to be displayed. @param surfaceHeight The height of surface that needs to be displayed. @param scaleType Set the scale type required for video stream display. @param listener Return the execution result of callback.", + 1, + "/Components/IMediaDataCenter/IMediaManager.html", + "#IMediaManager_playVideoToSurface_inline", + "", + ], [ "seekVideo", 2, @@ -13155,6 +13897,48 @@ var search_data = { "", "", ], + [ + "MediaFrameListener", + 2, + "/Components/IMediaDataCenter/IMediaManager_MediaFrameListener.html", + "", + "Media file data listener. Supported since MSDK 5.8.0", + ], + [ + "Media file data listener. Supported since MSDK 5.8.0", + 1, + "/Components/IMediaDataCenter/IMediaManager_MediaFrameListener.html", + "", + "", + ], + [ + "onReceiveStream", + 2, + "/Components/IMediaDataCenter/IMediaManager_MediaFrameListener.html", + "#IMediaManager_MediaFrameListener_onReceiveStream_inline", + "When the media file data is received, this method will be called back. Supported since MSDK 5.8.0 @param data Media file data. @param offset Media file data offset. @param length Media file data length. @param info Media file data information.", + ], + [ + "When the media file data is received, this method will be called back. Supported since MSDK 5.8.0 @param data Media file data. @param offset Media file data offset. @param length Media file data length. @param info Media file data information.", + 1, + "/Components/IMediaDataCenter/IMediaManager_MediaFrameListener.html", + "#IMediaManager_MediaFrameListener_onReceiveStream_inline", + "", + ], + [ + "onError", + 2, + "/Components/IMediaDataCenter/IMediaManager_MediaFrameListener.html", + "#IMediaManager_MediaFrameListener_onError_inline", + "When an error occurs during media file playback., this method will be called back. Supported since MSDK 5.8.0 @param error Error during playback of media files.", + ], + [ + "When an error occurs during media file playback., this method will be called back. Supported since MSDK 5.8.0 @param error Error during playback of media files.", + 1, + "/Components/IMediaDataCenter/IMediaManager_MediaFrameListener.html", + "#IMediaManager_MediaFrameListener_onError_inline", + "", + ], [ "onUpdate", 2, @@ -13351,6 +14135,524 @@ var search_data = { "#IMediaManager_MediaFileListData_deleteMediaFiles_inline", "", ], + [ + "addAvailableCameraUpdatedListener", + 2, + "/Components/IMediaDataCenter/ICameraStreamManager.html", + "#ICameraStreamManager_addAvailableCameraUpdatedListener_inline", + "Set available camera listener. This listener allows you to listen for available camera indexes. After obtaining the available camera indexes, you can call `putCameraStreamSurface` to display the video stream of a specific camera. Supported since MSDK 5.8.0 @param listener Available camera listener", + ], + [ + "Set available camera listener. This listener allows you to listen for available camera indexes. After obtaining the available camera indexes, you can call `putCameraStreamSurface` to display the video stream of a specific camera. Supported since MSDK 5.8.0 @param listener Available camera listener", + 1, + "/Components/IMediaDataCenter/ICameraStreamManager.html", + "#ICameraStreamManager_addAvailableCameraUpdatedListener_inline", + "", + ], + [ + "removeAvailableCameraUpdatedListener", + 2, + "/Components/IMediaDataCenter/ICameraStreamManager.html", + "#ICameraStreamManager_removeAvailableCameraUpdatedListener_inline", + "Remove the listener of avilable camera. Supported since MSDK 5.8.0 @param listener Available camera listener", + ], + [ + "Remove the listener of avilable camera. Supported since MSDK 5.8.0 @param listener Available camera listener", + 1, + "/Components/IMediaDataCenter/ICameraStreamManager.html", + "#ICameraStreamManager_removeAvailableCameraUpdatedListener_inline", + "", + ], + [ + "putCameraStreamSurface", + 2, + "/Components/IMediaDataCenter/ICameraStreamManager.html", + "#ICameraStreamManager_putCameraStreamSurface_inline", + "Display the camera video stream to a specific surface. A single surface can display at most one cameraIndex camera video stream at the same time. If this interface is called multiple times for the same surface, the parameters of the surface will be updated, such as updating the camera index, surface's size or scale type. Note: If you want to display images from different camera lenses, you can call `KeyCameraVideoStreamSource` to switch camera lenses. Supported since MSDK 5.8.0 @param cameraIndex Set the camera index for stream display. @param surface Set the surface that needs to display the video stream. Supports SurfaceView, TextureView and MediaCodeC Surface, does not support GLSurfaceView surface and any surface bound to OpenGL. @param surfaceWidth Set the surface width required for video stream display. @param surfaceHeight Set the surface height required for video stream display. @param scaleType Set the scale type required for video stream display.", + ], + [ + "Display the camera video stream to a specific surface. A single surface can display at most one cameraIndex camera video stream at the same time. If this interface is called multiple times for the same surface, the parameters of the surface will be updated, such as updating the camera index, surface's size or scale type. Note: If you want to display images from different camera lenses, you can call `KeyCameraVideoStreamSource` to switch camera lenses. Supported since MSDK 5.8.0 @param cameraIndex Set the camera index for stream display. @param surface Set the surface that needs to display the video stream. Supports SurfaceView, TextureView and MediaCodeC Surface, does not support GLSurfaceView surface and any surface bound to OpenGL. @param surfaceWidth Set the surface width required for video stream display. @param surfaceHeight Set the surface height required for video stream display. @param scaleType Set the scale type required for video stream display.", + 1, + "/Components/IMediaDataCenter/ICameraStreamManager.html", + "#ICameraStreamManager_putCameraStreamSurface_inline", + "", + ], + [ + "removeCameraStreamSurface", + 2, + "/Components/IMediaDataCenter/ICameraStreamManager.html", + "#ICameraStreamManager_removeCameraStreamSurface_inline", + "Remove the added surface. When you no longer need to use the surface, please call this interface to remove the added surface, otherwise it will cause memory leaks. After removal, the surface will no longer display the video stream. Supported since MSDK 5.8.0 @param surface Set the Surface to be removed.", + ], + [ + "Remove the added surface. When you no longer need to use the surface, please call this interface to remove the added surface, otherwise it will cause memory leaks. After removal, the surface will no longer display the video stream. Supported since MSDK 5.8.0 @param surface Set the Surface to be removed.", + 1, + "/Components/IMediaDataCenter/ICameraStreamManager.html", + "#ICameraStreamManager_removeCameraStreamSurface_inline", + "", + ], + [ + "addFrameListener", + 2, + "/Components/IMediaDataCenter/ICameraStreamManager.html", + "#ICameraStreamManager_addFrameListener_inline", + "Add video frame data listener. This listener can listen the video frame data of the specified camera. You can use video frame data to implement functions such as AI recognition. Supported since MSDK 5.8.0 @param cameraIndex Set the camera index to be listen. @param format Set the frame format to be listen. @param listener video frame data listener", + ], + [ + "Add video frame data listener. This listener can listen the video frame data of the specified camera. You can use video frame data to implement functions such as AI recognition. Supported since MSDK 5.8.0 @param cameraIndex Set the camera index to be listen. @param format Set the frame format to be listen. @param listener video frame data listener", + 1, + "/Components/IMediaDataCenter/ICameraStreamManager.html", + "#ICameraStreamManager_addFrameListener_inline", + "", + ], + [ + "removeFrameListener", + 2, + "/Components/IMediaDataCenter/ICameraStreamManager.html", + "#ICameraStreamManager_removeFrameListener_inline", + "Remove video frame data listener. Supported since MSDK 5.8.0 @param listener video frame data listener", + ], + [ + "Remove video frame data listener. Supported since MSDK 5.8.0 @param listener video frame data listener", + 1, + "/Components/IMediaDataCenter/ICameraStreamManager.html", + "#ICameraStreamManager_removeFrameListener_inline", + "", + ], + [ + "addReceiveStreamListener", + 2, + "/Components/IMediaDataCenter/ICameraStreamManager.html", + "#ICameraStreamManager_addReceiveStreamListener_inline", + "Add a video stream data listener. Through this listener, you can receive the raw video stream data of the specified camera. You can use this stream data to decode and display it yourself or implement functions such as third-party live streaming. Supported since MSDK 5.8.0 @param cameraIndex Set the camera index to be listen. @param listener video stream data listener", + ], + [ + "Add a video stream data listener. Through this listener, you can receive the raw video stream data of the specified camera. You can use this stream data to decode and display it yourself or implement functions such as third-party live streaming. Supported since MSDK 5.8.0 @param cameraIndex Set the camera index to be listen. @param listener video stream data listener", + 1, + "/Components/IMediaDataCenter/ICameraStreamManager.html", + "#ICameraStreamManager_addReceiveStreamListener_inline", + "", + ], + [ + "removeReceiveStreamListener", + 2, + "/Components/IMediaDataCenter/ICameraStreamManager.html", + "#ICameraStreamManager_removeReceiveStreamListener_inline", + "Remove video stream data listener. Supported since MSDK 5.8.0 @param listener video stream data listener", + ], + [ + "Remove video stream data listener. Supported since MSDK 5.8.0 @param listener video stream data listener", + 1, + "/Components/IMediaDataCenter/ICameraStreamManager.html", + "#ICameraStreamManager_removeReceiveStreamListener_inline", + "", + ], + [ + "setKeepAliveDecoding", + 2, + "/Components/IMediaDataCenter/ICameraStreamManager.html", + "#ICameraStreamManager_setKeepAliveVideoDecoder_inline", + "Whether to let the decoder continue decoding in the background, the default value is `false`. If it is `false`, when the manager does not reference any Surface, ReceiveStreamListener, or CameraFrameListener, the decoder will pause decoding to reduce background performance/power consumption, but this will increase the delay in pushing camera video stream data for the first time. If `true`, the decoder will continue to decode in the background, which will increase performance/power consumption, but can reduce the delay in pushing camera video stream data for the first time. Supported since MSDK 5.8.0 @param isKeepALive `true` means the decoder continues decoding in the background.", + ], + [ + "Whether to let the decoder continue decoding in the background, the default value is `false`. If it is `false`, when the manager does not reference any Surface, ReceiveStreamListener, or CameraFrameListener, the decoder will pause decoding to reduce background performance/power consumption, but this will increase the delay in pushing camera video stream data for the first time. If `true`, the decoder will continue to decode in the background, which will increase performance/power consumption, but can reduce the delay in pushing camera video stream data for the first time. Supported since MSDK 5.8.0 @param isKeepALive `true` means the decoder continues decoding in the background.", + 1, + "/Components/IMediaDataCenter/ICameraStreamManager.html", + "#ICameraStreamManager_setKeepAliveVideoDecoder_inline", + "", + ], + [ + "AvailableCameraUpdatedListener", + 2, + "/Components/IMediaDataCenter/ICameraStreamManager_AvailableCameraUpdatedListener.html", + "", + "Available camera listener Supported since MSDK 5.8.0", + ], + [ + "Available camera listener Supported since MSDK 5.8.0", + 1, + "/Components/IMediaDataCenter/ICameraStreamManager_AvailableCameraUpdatedListener.html", + "", + "", + ], + [ + "onAvailableCameraUpdated", + 2, + "/Components/IMediaDataCenter/ICameraStreamManager_AvailableCameraUpdatedListener.html", + "#ICameraStreamManager_AvailableCameraUpdatedListener_onAvailableCameraUpdated_inline", + "When the available camera list changed, this method will be called back. Supported since MSDK 5.8.0 @param availableCameraList Available camera list.", + ], + [ + "When the available camera list changed, this method will be called back. Supported since MSDK 5.8.0 @param availableCameraList Available camera list.", + 1, + "/Components/IMediaDataCenter/ICameraStreamManager_AvailableCameraUpdatedListener.html", + "#ICameraStreamManager_AvailableCameraUpdatedListener_onAvailableCameraUpdated_inline", + "", + ], + [ + "CameraFrameListener", + 2, + "/Components/IMediaDataCenter/ICameraStreamManager_CameraFrameListener.html", + "", + "video frame data listener. Supported since MSDK 5.8.0", + ], + [ + "video frame data listener. Supported since MSDK 5.8.0", + 1, + "/Components/IMediaDataCenter/ICameraStreamManager_CameraFrameListener.html", + "", + "", + ], + [ + "onFrame", + 2, + "/Components/IMediaDataCenter/ICameraStreamManager_CameraFrameListener.html", + "#ICameraStreamManager_CameraFrameListener_onFrame_inline", + "When the video frame data is received, this method will be called back. Supported since MSDK 5.8.0 @param frameData video frame data. @param offset video frame data offset. @param length video frame data length. @param width video frame data width. @param height video frame data height. @param format video frame data format.", + ], + [ + "When the video frame data is received, this method will be called back. Supported since MSDK 5.8.0 @param frameData video frame data. @param offset video frame data offset. @param length video frame data length. @param width video frame data width. @param height video frame data height. @param format video frame data format.", + 1, + "/Components/IMediaDataCenter/ICameraStreamManager_CameraFrameListener.html", + "#ICameraStreamManager_CameraFrameListener_onFrame_inline", + "", + ], + [ + "ReceiveStreamListener", + 2, + "/Components/IMediaDataCenter/ICameraStreamManager_ReceiveStreamListener.html", + "", + "video stream data listener Supported since MSDK 5.8.0", + ], + [ + "video stream data listener Supported since MSDK 5.8.0", + 1, + "/Components/IMediaDataCenter/ICameraStreamManager_ReceiveStreamListener.html", + "", + "", + ], + [ + "onReceiveStream", + 2, + "/Components/IMediaDataCenter/ICameraStreamManager_ReceiveStreamListener.html", + "#ICameraStreamManager_ReceiveStreamListener_onReceiveStream_inline", + "When the video stream data is received, this method will be called back. Supported since MSDK 5.8.0 @param data video stream data. @param offset video stream data offset. @param length video stream data length. @param info video stream data information.", + ], + [ + "When the video stream data is received, this method will be called back. Supported since MSDK 5.8.0 @param data video stream data. @param offset video stream data offset. @param length video stream data length. @param info video stream data information.", + 1, + "/Components/IMediaDataCenter/ICameraStreamManager_ReceiveStreamListener.html", + "#ICameraStreamManager_ReceiveStreamListener_onReceiveStream_inline", + "", + ], + [ + "StreamInfo", + 2, + "/Components/IMediaDataCenter/ICameraStreamManager_StreamInfo.html", + "", + "The video stream information class, which can obtain the width, height, frame rate and other information of the video stream. Supported since MSDK 5.8.0", + ], + [ + "The video stream information class, which can obtain the width, height, frame rate and other information of the video stream. Supported since MSDK 5.8.0", + 1, + "/Components/IMediaDataCenter/ICameraStreamManager_StreamInfo.html", + "", + "", + ], + [ + "getMimeType", + 2, + "/Components/IMediaDataCenter/ICameraStreamManager_StreamInfo.html", + "#ICameraStreamManager_StreamInfo_getMimeType_inline", + "Gets the mime type of the video stream. @return Returns the mime type of the video stream.", + ], + [ + "Gets the mime type of the video stream. @return Returns the mime type of the video stream.", + 1, + "/Components/IMediaDataCenter/ICameraStreamManager_StreamInfo.html", + "#ICameraStreamManager_StreamInfo_getMimeType_inline", + "", + ], + [ + "getWidth", + 2, + "/Components/IMediaDataCenter/ICameraStreamManager_StreamInfo.html", + "#ICameraStreamManager_StreamInfo_getWidth_inline", + "Gets the width of the video stream. @return Returns the width of the video stream.", + ], + [ + "Gets the width of the video stream. @return Returns the width of the video stream.", + 1, + "/Components/IMediaDataCenter/ICameraStreamManager_StreamInfo.html", + "#ICameraStreamManager_StreamInfo_getWidth_inline", + "", + ], + [ + "getHeight", + 2, + "/Components/IMediaDataCenter/ICameraStreamManager_StreamInfo.html", + "#ICameraStreamManager_StreamInfo_getHeight_inline", + "Gets the height of the video stream. @return Returns the height of the video stream.", + ], + [ + "Gets the height of the video stream. @return Returns the height of the video stream.", + 1, + "/Components/IMediaDataCenter/ICameraStreamManager_StreamInfo.html", + "#ICameraStreamManager_StreamInfo_getHeight_inline", + "", + ], + [ + "getFrameRate", + 2, + "/Components/IMediaDataCenter/ICameraStreamManager_StreamInfo.html", + "#ICameraStreamManager_StreamInfo_getFrameRate_inline", + "Gets the frame rate of the video stream. @return Returns the frame rate of the video stream.", + ], + [ + "Gets the frame rate of the video stream. @return Returns the frame rate of the video stream.", + 1, + "/Components/IMediaDataCenter/ICameraStreamManager_StreamInfo.html", + "#ICameraStreamManager_StreamInfo_getFrameRate_inline", + "", + ], + [ + "getPresentationTimeMs", + 2, + "/Components/IMediaDataCenter/ICameraStreamManager_StreamInfo.html", + "#ICameraStreamManager_StreamInfo_getPresentationTimeMs_inline", + "Gets the presentation time stamp of the video stream. Unit: milliseconds. @return Returns the presentation time stamp of the video stream.", + ], + [ + "Gets the presentation time stamp of the video stream. Unit: milliseconds. @return Returns the presentation time stamp of the video stream.", + 1, + "/Components/IMediaDataCenter/ICameraStreamManager_StreamInfo.html", + "#ICameraStreamManager_StreamInfo_getPresentationTimeMs_inline", + "", + ], + [ + "isKeyFrame", + 2, + "/Components/IMediaDataCenter/ICameraStreamManager_StreamInfo.html", + "#ICameraStreamManager_StreamInfo_isKeyFrame_inline", + "Gets if the current frame of video stream data is key frame. @return `true` indicates that the current frame of video stream data is key frame.", + ], + [ + "Gets if the current frame of video stream data is key frame. @return `true` indicates that the current frame of video stream data is key frame.", + 1, + "/Components/IMediaDataCenter/ICameraStreamManager_StreamInfo.html", + "#ICameraStreamManager_StreamInfo_isKeyFrame_inline", + "", + ], + [ + "MimeType", + 2, + "/Components/IMediaDataCenter/ICameraStreamManager.html", + "#ICameraStreamManager_MimeType_inline", + "Mime type, supports H264 and H265. Supported since MSDK 5.8.0", + ], + [ + "Mime type, supports H264 and H265. Supported since MSDK 5.8.0", + 1, + "/Components/IMediaDataCenter/ICameraStreamManager.html", + "#ICameraStreamManager_MimeType_inline", + "", + ], + [ + "H264", + 2, + "/Components/IMediaDataCenter/ICameraStreamManager.html", + "#ICameraStreamManager_MimeType_H264_inline", + "H264", + ], + [ + "H264", + 1, + "/Components/IMediaDataCenter/ICameraStreamManager.html", + "#ICameraStreamManager_MimeType_H264_inline", + "", + ], + [ + "H265", + 2, + "/Components/IMediaDataCenter/ICameraStreamManager.html", + "#ICameraStreamManager_MimeType_H265_inline", + "H265", + ], + [ + "H265", + 1, + "/Components/IMediaDataCenter/ICameraStreamManager.html", + "#ICameraStreamManager_MimeType_H265_inline", + "", + ], + [ + "ScaleType", + 2, + "/Components/IMediaDataCenter/ICameraStreamManager.html", + "#ICameraStreamManager_ScaleType_inline", + "Scale type. Supported since MSDK 5.8.0", + ], + [ + "Scale type. Supported since MSDK 5.8.0", + 1, + "/Components/IMediaDataCenter/ICameraStreamManager.html", + "#ICameraStreamManager_ScaleType_inline", + "", + ], + [ + "FIX_XY", + 2, + "/Components/IMediaDataCenter/ICameraStreamManager.html", + "#ICameraStreamManager_ScaleType_FIX_XY_inline", + "FIX_XY", + ], + [ + "FIX_XY", + 1, + "/Components/IMediaDataCenter/ICameraStreamManager.html", + "#ICameraStreamManager_ScaleType_FIX_XY_inline", + "", + ], + [ + "CENTER_CROP", + 2, + "/Components/IMediaDataCenter/ICameraStreamManager.html", + "#ICameraStreamManager_ScaleType_CENTER_CROP_inline", + "CENTER_CROP", + ], + [ + "CENTER_CROP", + 1, + "/Components/IMediaDataCenter/ICameraStreamManager.html", + "#ICameraStreamManager_ScaleType_CENTER_CROP_inline", + "", + ], + [ + "CENTER_INSIDE", + 2, + "/Components/IMediaDataCenter/ICameraStreamManager.html", + "#ICameraStreamManager_ScaleType_CENTER_INSIDE_inline", + "CENTER_INSIDE", + ], + [ + "CENTER_INSIDE", + 1, + "/Components/IMediaDataCenter/ICameraStreamManager.html", + "#ICameraStreamManager_ScaleType_CENTER_INSIDE_inline", + "", + ], + [ + "FrameFormat", + 2, + "/Components/IMediaDataCenter/ICameraStreamManager.html", + "#ICameraStreamManager_FrameFormat_inline", + "The format of the video stream data. Supported since MSDK 5.8.0", + ], + [ + "The format of the video stream data. Supported since MSDK 5.8.0", + 1, + "/Components/IMediaDataCenter/ICameraStreamManager.html", + "#ICameraStreamManager_FrameFormat_inline", + "", + ], + [ + "YUV420_888", + 2, + "/Components/IMediaDataCenter/ICameraStreamManager.html", + "#ICameraStreamManager_FrameFormat_YUV420_888_inline", + "YUV420_888", + ], + [ + "YUV420_888", + 1, + "/Components/IMediaDataCenter/ICameraStreamManager.html", + "#ICameraStreamManager_FrameFormat_YUV420_888_inline", + "", + ], + [ + "YUV444_888", + 2, + "/Components/IMediaDataCenter/ICameraStreamManager.html", + "#ICameraStreamManager_FrameFormat_YUV444_888_inline", + "YUV444_888", + ], + [ + "YUV444_888", + 1, + "/Components/IMediaDataCenter/ICameraStreamManager.html", + "#ICameraStreamManager_FrameFormat_YUV444_888_inline", + "", + ], + [ + "YUY2", + 2, + "/Components/IMediaDataCenter/ICameraStreamManager.html", + "#ICameraStreamManager_FrameFormat_YUY2_inline", + "YUV2", + ], + [ + "YUV2", + 1, + "/Components/IMediaDataCenter/ICameraStreamManager.html", + "#ICameraStreamManager_FrameFormat_YUY2_inline", + "", + ], + [ + "NV21", + 2, + "/Components/IMediaDataCenter/ICameraStreamManager.html", + "#ICameraStreamManager_FrameFormat_NV21_inline", + "NV21", + ], + [ + "NV21", + 1, + "/Components/IMediaDataCenter/ICameraStreamManager.html", + "#ICameraStreamManager_FrameFormat_NV21_inline", + "", + ], + [ + "RGBA_8888", + 2, + "/Components/IMediaDataCenter/ICameraStreamManager.html", + "#ICameraStreamManager_FrameFormat_RGBA_8888_inline", + "RGBA_8888", + ], + [ + "RGBA_8888", + 1, + "/Components/IMediaDataCenter/ICameraStreamManager.html", + "#ICameraStreamManager_FrameFormat_RGBA_8888_inline", + "", + ], + [ + "getRealNameRegistrationStateFromAircraft", + 2, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager_RealNameRegistrationStatus.html", + "#IUASRemoteIDManager_RealNameRegistrationStatus_getRealNameRegistrationStateFromAircraft_inline", + "Get the real name reegistoration status from aircraft. @return Return the real name reegistoration status from aircraft.", + ], + [ + "Get the real name reegistoration status from aircraft. @return Return the real name reegistoration status from aircraft.", + 1, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager_RealNameRegistrationStatus.html", + "#IUASRemoteIDManager_RealNameRegistrationStatus_getRealNameRegistrationStateFromAircraft_inline", + "", + ], + [ + "onUpdate", + 2, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager_OperatorRegistrationNumberStatusListener.html", + "#IUASRemoteIDManager_OperatorRegistrationNumberStatusListener_onUpdate_inline", + "When the registration number status of the operator changes, this method will be called back. Supported since MSDK 5.8.0 @param operatorRegNumberStatus The registration number status of the opeartor", + ], + [ + "When the registration number status of the operator changes, this method will be called back. Supported since MSDK 5.8.0 @param operatorRegNumberStatus The registration number status of the opeartor", + 1, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager_OperatorRegistrationNumberStatusListener.html", + "#IUASRemoteIDManager_OperatorRegistrationNumberStatusListener_onUpdate_inline", + "", + ], [ "onUpdate", 2, @@ -13393,15 +14695,29 @@ var search_data = { "#IUASRemoteIDManager_UARegistrationNumberStatusListener_onUpdate_inline", "", ], + [ + "onUpdate", + 2, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager_RealNameRegistrationStatusListener.html", + "#IUASRemoteIDManager_RealNameRegistrationStatusListener_onUpdate_inline", + "When the real name registration status changes, this method will be called back. Supported since MSDK 5.8.0 @param realNameRegistrationStatus Real name registration status.", + ], + [ + "When the real name registration status changes, this method will be called back. Supported since MSDK 5.8.0 @param realNameRegistrationStatus Real name registration status.", + 1, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager_RealNameRegistrationStatusListener.html", + "#IUASRemoteIDManager_RealNameRegistrationStatusListener_onUpdate_inline", + "", + ], [ "onUpdate", 2, "/Components/IUASRemoteIDManager/IUASRemoteIDManager_UASRemoteIDStatusListener.html", "#IUASRemoteIDManager_UASRemoteIDStatusListener_onUpdate_inline", - "When the RID status of the drone changes, this method will be called back. Supported since MSDK 5.0.0 @param uasRemoteIDStatus The RID status of the drone.", + "When the RID broadcast status of the drone changes, this method will be called back. Supported since MSDK 5.0.0 @param uasRemoteIDStatus The RID broadcast status of the drone.", ], [ - "When the RID status of the drone changes, this method will be called back. Supported since MSDK 5.0.0 @param uasRemoteIDStatus The RID status of the drone.", + "When the RID broadcast status of the drone changes, this method will be called back. Supported since MSDK 5.0.0 @param uasRemoteIDStatus The RID broadcast status of the drone.", 1, "/Components/IUASRemoteIDManager/IUASRemoteIDManager_UASRemoteIDStatusListener.html", "#IUASRemoteIDManager_UASRemoteIDStatusListener_onUpdate_inline", @@ -13426,10 +14742,10 @@ var search_data = { 2, "/Components/IUASRemoteIDManager/IUASRemoteIDManager_UASRemoteIDStatus.html", "#IUASRemoteIDManager_UASRemoteIDStatus_getRemoteIdWorkingState_inline", - "Get the working state of UAS remote identification(RID). @return Return the working state of UAS remote identification(RID).", + "Get the broadcast state of UAS remote identification(RID) . @return Return the broadcast state of UAS remote identification(RID).", ], [ - "Get the working state of UAS remote identification(RID). @return Return the working state of UAS remote identification(RID).", + "Get the broadcast state of UAS remote identification(RID) . @return Return the broadcast state of UAS remote identification(RID).", 1, "/Components/IUASRemoteIDManager/IUASRemoteIDManager_UASRemoteIDStatus.html", "#IUASRemoteIDManager_UASRemoteIDStatus_getRemoteIdWorkingState_inline", @@ -13492,7 +14808,35 @@ var search_data = { "", ], [ - "UNKNOWN_ERROR", + "NO_BROADCAST", + 2, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager.html", + "#IUASRemoteIDManager_RemoteIdWorkingState_NO_BROADCAST_inline", + "Not broadcast.", + ], + [ + "Not broadcast.", + 1, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager.html", + "#IUASRemoteIDManager_RemoteIdWorkingState_NO_BROADCAST_inline", + "", + ], + [ + "NOT_SUPPORTED", + 2, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager.html", + "#IUASRemoteIDManager_RemoteIdWorkingState_NOT_SUPPORT_inline", + "Not supported.", + ], + [ + "Not supported.", + 1, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager.html", + "#IUASRemoteIDManager_RemoteIdWorkingState_NOT_SUPPORT_inline", + "", + ], + [ + "NOT_SUPPORTED", 2, "/Components/IUASRemoteIDManager/IUASRemoteIDManager.html", "#IUASRemoteIDManager_RemoteIdWorkingState_UNKNOWN_ERROR_inline", @@ -13519,6 +14863,146 @@ var search_data = { "#IUASRemoteIDManager_ElectronicIDStatus_isElectronicIDEnabled_inline", "", ], + [ + "isOperatorRegistrationNumberImport", + 2, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager_UARegistrationNumberStatus.html", + "#IUASRemoteIDManager_OperatorRegistrationNumberStatus_isOperatorRegistrationNumberImport_inline", + "Get whether the registration number of the opeartor is imported. @return Return whether the registration number of the opeartor is imported.", + ], + [ + "Get whether the registration number of the opeartor is imported. @return Return whether the registration number of the opeartor is imported.", + 1, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager_UARegistrationNumberStatus.html", + "#IUASRemoteIDManager_OperatorRegistrationNumberStatus_isOperatorRegistrationNumberImport_inline", + "", + ], + [ + "NOT_AUTH", + 2, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager.html", + "#Value_FlightController_Enum_UOMRealNameFCStatus_NOT_AUTH_inline", + "NOT AUTH, the aircraft will not be able to take off. In accordance with the requirements of mainland China's unmanned aircraft flight management regulations, if you need to fly in mainland China, please register with your real name on the UOM system. - Real name registration portal: https://uom.caac.gov.cn/#/login, After the real name registration is implemented, you can call this interface to update the real name status to the aircraft.", + ], + [ + "NOT AUTH, the aircraft will not be able to take off. In accordance with the requirements of mainland China's unmanned aircraft flight management regulations, if you need to fly in mainland China, please register with your real name on the UOM system. - Real name registration portal: https://uom.caac.gov.cn/#/login, After the real name registration is implemented, you can call this interface to update the real name status to the aircraft.", + 1, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager.html", + "#Value_FlightController_Enum_UOMRealNameFCStatus_NOT_AUTH_inline", + "", + ], + [ + "VAILD_AUTH", + 2, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager.html", + "#Value_FlightController_Enum_UOMRealNameFCStatus_VAILD_AUTH_inline", + "VAILD AUTH, the aircraft can take off normally.", + ], + [ + "VAILD AUTH, the aircraft can take off normally.", + 1, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager.html", + "#Value_FlightController_Enum_UOMRealNameFCStatus_VAILD_AUTH_inline", + "", + ], + [ + "CANCELLED", + 2, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager.html", + "#Value_FlightController_Enum_UOMRealNameFCStatus_CANCELLED_inline", + "CANCELLED, the registration information on the UOM system has been canceled and the aircraft will not be able to take off. In accordance with the requirements of mainland China's unmanned aircraft flight management regulations, if you need to fly in mainland China, please register with your real name on the UOM system. - Real name registration portal: https://uom.caac.gov.cn/#/login, After the real name registration is implemented, you can call this interface to update the real name status to the aircraft.", + ], + [ + "CANCELLED, the registration information on the UOM system has been canceled and the aircraft will not be able to take off. In accordance with the requirements of mainland China's unmanned aircraft flight management regulations, if you need to fly in mainland China, please register with your real name on the UOM system. - Real name registration portal: https://uom.caac.gov.cn/#/login, After the real name registration is implemented, you can call this interface to update the real name status to the aircraft.", + 1, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager.html", + "#Value_FlightController_Enum_UOMRealNameFCStatus_CANCELLED_inline", + "", + ], + [ + "NETWORK_ERROR", + 2, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager.html", + "#Value_FlightController_Enum_UOMRealNameFCStatus_NETWORK_ERROR_inline", + "NETWORK ERROR, lease make sure the network is normal and try again", + ], + [ + "NETWORK ERROR, lease make sure the network is normal and try again", + 1, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager.html", + "#Value_FlightController_Enum_UOMRealNameFCStatus_NETWORK_ERROR_inline", + "", + ], + [ + "VERIFIED_AND_CANCLLED", + 2, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager.html", + "#Value_FlightController_Enum_UOMRealNameFCStatus_VERIFIED_AND_CANCLLED_inline", + "VERIFIED AND CANCLLED, after the aircraft has been authenticated, the status on the UOM system has been canceled. In accordance with the requirements of mainland China's unmanned aircraft flight management regulations, if you need to fly in mainland China, please register with your real name on the UOM system. - Real name registration portal: https://uom.caac.gov.cn/#/login, After the real name registration is implemented, you can call this interface to update the real name status to the aircraft.", + ], + [ + "VERIFIED AND CANCLLED, after the aircraft has been authenticated, the status on the UOM system has been canceled. In accordance with the requirements of mainland China's unmanned aircraft flight management regulations, if you need to fly in mainland China, please register with your real name on the UOM system. - Real name registration portal: https://uom.caac.gov.cn/#/login, After the real name registration is implemented, you can call this interface to update the real name status to the aircraft.", + 1, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager.html", + "#Value_FlightController_Enum_UOMRealNameFCStatus_VERIFIED_AND_CANCLLED_inline", + "", + ], + [ + "UNSUPPORTED", + 2, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager.html", + "#Value_FlightController_Enum_UOMRealNameFCStatus_UNSUPPORTED_inline", + "The aircraft does not support the real name function.", + ], + [ + "The aircraft does not support the real name function.", + 1, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager.html", + "#Value_FlightController_Enum_UOMRealNameFCStatus_UNSUPPORTED_inline", + "", + ], + [ + "NOT_ACTIVE_YET", + 2, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager.html", + "#Value_FlightController_Enum_UOMRealNameFCStatus_NOT_ACTIVE_YET_inline", + "The aircraft has not been activated. Please activate it with the DJI official APP first.", + ], + [ + "The aircraft has not been activated. Please activate it with the DJI official APP first.", + 1, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager.html", + "#Value_FlightController_Enum_UOMRealNameFCStatus_NOT_ACTIVE_YET_inline", + "", + ], + [ + "DONT_NEED_CHECK_REALNAME", + 2, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager.html", + "#Value_FlightController_Enum_UOMRealNameFCStatus_DONT_NEED_CHECK_REALNAME_inline", + "The aircraft does not need the real name function.", + ], + [ + "The aircraft does not need the real name function.", + 1, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager.html", + "#Value_FlightController_Enum_UOMRealNameFCStatus_DONT_NEED_CHECK_REALNAME_inline", + "", + ], + [ + "DONT_IN_CHINA_MAINLAND", + 2, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager.html", + "#Value_FlightController_Enum_UOMRealNameFCStatus_DONT_IN_CHINA_MAINLAND_inline", + "The aircraft is not in mainland China.", + ], + [ + "The aircraft is not in mainland China.", + 1, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager.html", + "#Value_FlightController_Enum_UOMRealNameFCStatus_DONT_IN_CHINA_MAINLAND_inline", + "", + ], [ "US_STRATEGY", 2, @@ -13561,6 +15045,20 @@ var search_data = { "#IUASRemoteIDManager_AreaStrategy_JAPAN_STRATEGY_inline", "", ], + [ + "EUROPEAN_STRATEGY", + 2, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager.html", + "#IUASRemoteIDManager_AreaStrategy_EUROPEAN_STRATEGY_inline", + "European strategy.", + ], + [ + "European strategy.", + 1, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager.html", + "#IUASRemoteIDManager_AreaStrategy_EUROPEAN_STRATEGY_inline", + "", + ], [ "setAreaCode", 2, @@ -13579,14 +15077,14 @@ var search_data = { "setUASRemoteIDAreaStrategy", 2, "/Components/IUASRemoteIDManager/IUASRemoteIDManager.html", - "#IUASRemoteIDManager_setAreaCode_setUASRemoteIDAreaStrategy_inline", - "Set the area strategy, and the UAS remote identification function supported by the country or area can be used only after the corresponding area strategy is set. After MSDK obtains the area code of the current area, it will set the corresponding area strategy by default. If you need to set other area strategy for development, you can call this interface to set the corresponding area strategy to make it take effect. Currently the supported country or area list and the supported function list is as follows: - USA: remote identification broadcast of drone - Japan: remote identification broadcast of drone, registration number of drone. - Frence: EID Switch Supported since MSDK 5.3.0 @param strategy Area strategy @return Return the setting execution result of area strategy.", + "#IUASRemoteIDManager_setUASRemoteIDAreaStrategy_inline", + "Set the area strategy, and the UAS remote identification function supported by the country or area can be used only after the corresponding area strategy is set. After MSDK obtains the area code of the current area, it will set the corresponding area strategy by default. If you need to set other area strategy for development, you can call this interface to set the corresponding area strategy to make it take effect. Currently the supported country or area list and the supported function list is as follows: - USA: remote identification broadcast of drone - Japan: remote identification broadcast of drone, registration number of drone. - European: remote identification broadcast of drone, registration number of operator. - China: real name. - Frence: EID Switch Supported since MSDK 5.3.0 @param strategy Area strategy @return Return the setting execution result of area strategy.", ], [ - "Set the area strategy, and the UAS remote identification function supported by the country or area can be used only after the corresponding area strategy is set. After MSDK obtains the area code of the current area, it will set the corresponding area strategy by default. If you need to set other area strategy for development, you can call this interface to set the corresponding area strategy to make it take effect. Currently the supported country or area list and the supported function list is as follows: - USA: remote identification broadcast of drone - Japan: remote identification broadcast of drone, registration number of drone. - Frence: EID Switch Supported since MSDK 5.3.0 @param strategy Area strategy @return Return the setting execution result of area strategy.", + "Set the area strategy, and the UAS remote identification function supported by the country or area can be used only after the corresponding area strategy is set. After MSDK obtains the area code of the current area, it will set the corresponding area strategy by default. If you need to set other area strategy for development, you can call this interface to set the corresponding area strategy to make it take effect. Currently the supported country or area list and the supported function list is as follows: - USA: remote identification broadcast of drone - Japan: remote identification broadcast of drone, registration number of drone. - European: remote identification broadcast of drone, registration number of operator. - China: real name. - Frence: EID Switch Supported since MSDK 5.3.0 @param strategy Area strategy @return Return the setting execution result of area strategy.", 1, "/Components/IUASRemoteIDManager/IUASRemoteIDManager.html", - "#IUASRemoteIDManager_setAreaCode_setUASRemoteIDAreaStrategy_inline", + "#IUASRemoteIDManager_setUASRemoteIDAreaStrategy_inline", "", ], [ @@ -13594,10 +15092,10 @@ var search_data = { 2, "/Components/IUASRemoteIDManager/IUASRemoteIDManager.html", "#IUASRemoteIDManager_getUASRemoteIDStatus_inline", - "Get the remote identification status of the drone system. Supported since MSDK 5.0.0 @return Return the remote identification status of the drone system.", + "Get the remote identification broadcast status of the drone system. Supported since MSDK 5.0.0 @return Return the remote identification status of the drone system.", ], [ - "Get the remote identification status of the drone system. Supported since MSDK 5.0.0 @return Return the remote identification status of the drone system.", + "Get the remote identification broadcast status of the drone system. Supported since MSDK 5.0.0 @return Return the remote identification status of the drone system.", 1, "/Components/IUASRemoteIDManager/IUASRemoteIDManager.html", "#IUASRemoteIDManager_getUASRemoteIDStatus_inline", @@ -13608,10 +15106,10 @@ var search_data = { 2, "/Components/IUASRemoteIDManager/IUASRemoteIDManager.html", "#IUASRemoteIDManager_addUASRemoteIDStatusListener_inline", - "Add the remote identification status listener of the drone system. Supported since MSDK 5.0.0 @param listener The remote identification status listener of the drone system", + "Add the remote identification broadcast status listener of the drone system. Supported since MSDK 5.0.0 @param listener The remote identification broadcast status listener of the drone system", ], [ - "Add the remote identification status listener of the drone system. Supported since MSDK 5.0.0 @param listener The remote identification status listener of the drone system", + "Add the remote identification broadcast status listener of the drone system. Supported since MSDK 5.0.0 @param listener The remote identification broadcast status listener of the drone system", 1, "/Components/IUASRemoteIDManager/IUASRemoteIDManager.html", "#IUASRemoteIDManager_addUASRemoteIDStatusListener_inline", @@ -13622,10 +15120,10 @@ var search_data = { 2, "/Components/IUASRemoteIDManager/IUASRemoteIDManager.html", "#IUASRemoteIDManager_removeUASRemoteIDStatusListener_inline", - "Remove the remote identification status listener of the drone system. Supported since MSDK 5.0.0 @param listener The remote identification status listener of the drone system", + "Remove the remote identification broadcast status listener of the drone system. Supported since MSDK 5.0.0 @param listener The remote identification broadcast status listener of the drone system", ], [ - "Remove the remote identification status listener of the drone system. Supported since MSDK 5.0.0 @param listener The remote identification status listener of the drone system", + "Remove the remote identification broadcast status listener of the drone system. Supported since MSDK 5.0.0 @param listener The remote identification broadcast status listener of the drone system", 1, "/Components/IUASRemoteIDManager/IUASRemoteIDManager.html", "#IUASRemoteIDManager_removeUASRemoteIDStatusListener_inline", @@ -13636,10 +15134,10 @@ var search_data = { 2, "/Components/IUASRemoteIDManager/IUASRemoteIDManager.html", "#IUASRemoteIDManager_clearUASRemoteIDStatusListener_inline", - "Remove all the remote identification status listeners of the drone system. Supported since MSDK 5.0.0", + "Remove all the remote identification broadcast status listeners of the drone system. Supported since MSDK 5.0.0", ], [ - "Remove all the remote identification status listeners of the drone system. Supported since MSDK 5.0.0", + "Remove all the remote identification broadcast status listeners of the drone system. Supported since MSDK 5.0.0", 1, "/Components/IUASRemoteIDManager/IUASRemoteIDManager.html", "#IUASRemoteIDManager_clearUASRemoteIDStatusListener_inline", @@ -13720,10 +15218,10 @@ var search_data = { 2, "/Components/IUASRemoteIDManager/IUASRemoteIDManager.html", "#IUASRemoteIDManager_setUARegistrationNumber_inline", - "Set the registration number based on the drone management policies and regulations of different countries. - The drone registration number application entrance of Japan: https://www.dips.mlit.g o.jp,无人机注册码的格式为:{registration_code:xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx,key_i nfo:xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx,nonce_info:xxxxxxxxxxxx},设置了无人机注册码以后 ,`isBroadcastRemoteIdEnabled`将会被开启。 Supported since MSDK 5.0.0 @param number The information registration number of the drone @param callback Return the result of the execution result.", + "Set the registration number based on the drone management policies and regulations of different countries. - The drone registration number application entrance of Japan: https://www.dips.mlit.go.jp,Format of drone registration code:{registration_code:xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx,k ey_info:xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx,nonce_info:xxxxxxxxxxxx}, After setting the drone registration code, `isBroadcastRemoteIdEnabled` will be enabled. Supported since MSDK 5.0.0 @param number The information registration number of the drone @param callback Return the result of the execution result.", ], [ - "Set the registration number based on the drone management policies and regulations of different countries. - The drone registration number application entrance of Japan: https://www.dips.mlit.g o.jp,无人机注册码的格式为:{registration_code:xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx,key_i nfo:xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx,nonce_info:xxxxxxxxxxxx},设置了无人机注册码以后 ,`isBroadcastRemoteIdEnabled`将会被开启。 Supported since MSDK 5.0.0 @param number The information registration number of the drone @param callback Return the result of the execution result.", + "Set the registration number based on the drone management policies and regulations of different countries. - The drone registration number application entrance of Japan: https://www.dips.mlit.go.jp,Format of drone registration code:{registration_code:xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx,k ey_info:xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx,nonce_info:xxxxxxxxxxxx}, After setting the drone registration code, `isBroadcastRemoteIdEnabled` will be enabled. Supported since MSDK 5.0.0 @param number The information registration number of the drone @param callback Return the result of the execution result.", 1, "/Components/IUASRemoteIDManager/IUASRemoteIDManager.html", "#IUASRemoteIDManager_setUARegistrationNumber_inline", @@ -13785,6 +15283,132 @@ var search_data = { "#IUASRemoteIDManager_clearAllUARegistrationNumberStatusListener_inline", "", ], + [ + "setOperatorRegistrationNumber", + 2, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager.html", + "#IUASRemoteIDManager_setOperatorRegistrationNumber_inline", + "Set operator registration code. It needs to be applied and set up according to the drone control policies and regulations of each country. - EU operator registration code application portal: https://www.easa.europa.eu /en/domains/civil-drones/naa, after setting the operator registration code, `isBroadcastRemoteIdEnabled` will be enabled. Supported since MSDK 5.8.0 @param number The information registration number of the operator @param callback Return the result of the execution result.", + ], + [ + "Set operator registration code. It needs to be applied and set up according to the drone control policies and regulations of each country. - EU operator registration code application portal: https://www.easa.europa.eu /en/domains/civil-drones/naa, after setting the operator registration code, `isBroadcastRemoteIdEnabled` will be enabled. Supported since MSDK 5.8.0 @param number The information registration number of the operator @param callback Return the result of the execution result.", + 1, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager.html", + "#IUASRemoteIDManager_setOperatorRegistrationNumber_inline", + "", + ], + [ + "getOperatorRegistrationNumber", + 2, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager.html", + "#IUASRemoteIDManager_getOperatorRegistrationNumber_inline", + "Get the set operator registration number. Supported since MSDK 5.8.0 @param callback Return the result of the execution result.", + ], + [ + "Get the set operator registration number. Supported since MSDK 5.8.0 @param callback Return the result of the execution result.", + 1, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager.html", + "#IUASRemoteIDManager_getOperatorRegistrationNumber_inline", + "", + ], + [ + "addOperatorRegistrationNumberStatusListener", + 2, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager.html", + "#IUASRemoteIDManager_addOperatorRegistrationNumberStatusListener_inline", + "Add the registration number status listener of the operator. Supported since MSDK 5.8.0 @param listener The registration number status listener of the operator", + ], + [ + "Add the registration number status listener of the operator. Supported since MSDK 5.8.0 @param listener The registration number status listener of the operator", + 1, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager.html", + "#IUASRemoteIDManager_addOperatorRegistrationNumberStatusListener_inline", + "", + ], + [ + "removeOperatorRegistrationNumberStatusListener", + 2, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager.html", + "#IUASRemoteIDManager_removeOperatorRegistrationNumberStatusListener_inline", + "Remove the registration number status listener of the opeartor. Supported since MSDK 5.8.0 @param listener The registration number status listener of the operator", + ], + [ + "Remove the registration number status listener of the opeartor. Supported since MSDK 5.8.0 @param listener The registration number status listener of the operator", + 1, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager.html", + "#IUASRemoteIDManager_removeOperatorRegistrationNumberStatusListener_inline", + "", + ], + [ + "clearAllOperatorRegistrationNumberStatusListener", + 2, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager.html", + "#IUASRemoteIDManager_clearAllOperatorRegistrationNumberStatusListener_inline", + "Remove all the registration number status listeners of the operator. Supported since MSDK 5.8.0", + ], + [ + "Remove all the registration number status listeners of the operator. Supported since MSDK 5.8.0", + 1, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager.html", + "#IUASRemoteIDManager_clearAllOperatorRegistrationNumberStatusListener_inline", + "", + ], + [ + "addRealNameRegistrationStatusListener", + 2, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager.html", + "#IUASRemoteIDManager_addRealNameRegistrationStatusListener_inline", + "Add the real name status listener. Supported since MSDK 5.8.0 @param listener Real name status listener", + ], + [ + "Add the real name status listener. Supported since MSDK 5.8.0 @param listener Real name status listener", + 1, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager.html", + "#IUASRemoteIDManager_addRealNameRegistrationStatusListener_inline", + "", + ], + [ + "removeRealNameRegistrationStatusListener", + 2, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager.html", + "#IUASRemoteIDManager_removeRealNameRegistrationStatusListener_inline", + "Remove the real name status listener. Supported since MSDK 5.8.0 @param listener Real name status listener", + ], + [ + "Remove the real name status listener. Supported since MSDK 5.8.0 @param listener Real name status listener", + 1, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager.html", + "#IUASRemoteIDManager_removeRealNameRegistrationStatusListener_inline", + "", + ], + [ + "clearAllRealNameRegistrationStatusListener", + 2, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager.html", + "#IUASRemoteIDManager_clearAllRealNameRegistrationStatusListener_inline", + "Remove all the real name status listener. Supported since MSDK 5.8.0", + ], + [ + "Remove all the real name status listener. Supported since MSDK 5.8.0", + 1, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager.html", + "#IUASRemoteIDManager_clearAllRealNameRegistrationStatusListener_inline", + "", + ], + [ + "updateRealNameRegistrationStateFromUOM", + 2, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager.html", + "#IUASRemoteIDManager_updateRealNameRegistrationStateFromUOM_inline", + "Update the real name system status to the aircraft from the China UOM system. In accordance with the requirements of mainland China's unmanned aircraft flight management regulations, starting from January 1, 2024, any flying drone purchased and activated after this date to fly in mainland China will need to register with a real name on the UOM system, and You need to be connected to the Internet to update the real name registration information to the aircraft, otherwise the aircraft will not be able to take off normally. - Real name registration portal: https://uom.caac.gov.cn/#/login, After the real name registration is implemented, you can call this interface to update the real name status to the aircraft. Supported since MSDK 5.8.0 @param callback Return the result of the execution result.", + ], + [ + "Update the real name system status to the aircraft from the China UOM system. In accordance with the requirements of mainland China's unmanned aircraft flight management regulations, starting from January 1, 2024, any flying drone purchased and activated after this date to fly in mainland China will need to register with a real name on the UOM system, and You need to be connected to the Internet to update the real name registration information to the aircraft, otherwise the aircraft will not be able to take off normally. - Real name registration portal: https://uom.caac.gov.cn/#/login, After the real name registration is implemented, you can call this interface to update the real name status to the aircraft. Supported since MSDK 5.8.0 @param callback Return the result of the execution result.", + 1, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager.html", + "#IUASRemoteIDManager_updateRealNameRegistrationStateFromUOM_inline", + "", + ], [ "AreaStrategy", 2, @@ -13897,6 +15521,76 @@ var search_data = { "", "", ], + [ + "OperatorRegistrationNumberStatus", + 2, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager_OperatorRegistrationNumberStatus.html", + "", + "The registration number status of the operator. Supported since MSDK 5.8.0", + ], + [ + "The registration number status of the operator. Supported since MSDK 5.8.0", + 1, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager_OperatorRegistrationNumberStatus.html", + "", + "", + ], + [ + "OperatorRegistrationNumberStatusListener", + 2, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager_OperatorRegistrationNumberStatusListener.html", + "", + "The registration number status listener of the operator. Supported since MSDK 5.8.0", + ], + [ + "The registration number status listener of the operator. Supported since MSDK 5.8.0", + 1, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager_OperatorRegistrationNumberStatusListener.html", + "", + "", + ], + [ + "RealNameRegistrationStatus", + 2, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager_RealNameRegistrationStatus.html", + "", + "Real name registration status. Supported since MSDK 5.8.0", + ], + [ + "Real name registration status. Supported since MSDK 5.8.0", + 1, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager_RealNameRegistrationStatus.html", + "", + "", + ], + [ + "RealNameRegistrationStatusListener", + 2, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager_RealNameRegistrationStatusListener.html", + "", + "Real name registration status listener. Supported since MSDK 5.8.0", + ], + [ + "Real name registration status listener. Supported since MSDK 5.8.0", + 1, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager_RealNameRegistrationStatusListener.html", + "", + "", + ], + [ + "RealNameRegistrationState", + 2, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager.html", + "#Value_FlightController_Enum_UOMRealNameFCStatus_inline", + "Real name registration status of aircraft. Supported since MSDK 5.8.0", + ], + [ + "Real name registration status of aircraft. Supported since MSDK 5.8.0", + 1, + "/Components/IUASRemoteIDManager/IUASRemoteIDManager.html", + "#Value_FlightController_Enum_UOMRealNameFCStatus_inline", + "", + ], [ "NORMAL", 2, @@ -15857,6 +17551,48 @@ var search_data = { "#IMegaphoneManager_PlayMode_LOOP_inline", "", ], + [ + "addMegaphoneInfoListener", + 2, + "/Components/IMegaphoneManager/IMegaphoneManager.html", + "#IMegaphoneManager_addMegaphoneInfoListener_inline", + "Sets the listener of megaphone information. Supported since MSDK 5.8.0 @param listener Megaphone information listener.", + ], + [ + "Sets the listener of megaphone information. Supported since MSDK 5.8.0 @param listener Megaphone information listener.", + 1, + "/Components/IMegaphoneManager/IMegaphoneManager.html", + "#IMegaphoneManager_addMegaphoneInfoListener_inline", + "", + ], + [ + "removeMegaphoneInfoListener", + 2, + "/Components/IMegaphoneManager/IMegaphoneManager.html", + "#IMegaphoneManager_removeMegaphoneInfoListener_inline", + "Remove the listener of megaphone information. Supported since MSDK 5.8.0 @param listener Megaphone information listener.", + ], + [ + "Remove the listener of megaphone information. Supported since MSDK 5.8.0 @param listener Megaphone information listener.", + 1, + "/Components/IMegaphoneManager/IMegaphoneManager.html", + "#IMegaphoneManager_removeMegaphoneInfoListener_inline", + "", + ], + [ + "clearAllMegaphoneInfoListener", + 2, + "/Components/IMegaphoneManager/IMegaphoneManager.html", + "#IMegaphoneManager_clearAllMegaphoneInfoListener_inline", + "Remove all the listeners of megaphone information. Supported since MSDK 5.8.0", + ], + [ + "Remove all the listeners of megaphone information. Supported since MSDK 5.8.0", + 1, + "/Components/IMegaphoneManager/IMegaphoneManager.html", + "#IMegaphoneManager_clearAllMegaphoneInfoListener_inline", + "", + ], [ "setVolume", 2, @@ -16221,6 +17957,34 @@ var search_data = { "#IMegaphoneManager_UploadState_inline", "", ], + [ + "MegaphoneInfoListener", + 2, + "/Components/IMegaphoneManager/IMegaphoneManager_MegaphoneInfoListener.html", + "", + "Megaphone information listener. Supported since MSDK 5.8.0", + ], + [ + "Megaphone information listener. Supported since MSDK 5.8.0", + 1, + "/Components/IMegaphoneManager/IMegaphoneManager_MegaphoneInfoListener.html", + "", + "", + ], + [ + "MegaphoneInfo", + 2, + "/Components/IMegaphoneManager/IMegaphoneManager_MegaphoneInfo.html", + "", + "Megaphone information class, including megaphone volume, play mode, work mode, status, etc. Supported since MSDK 5.8.0", + ], + [ + "Megaphone information class, including megaphone volume, play mode, work mode, status, etc. Supported since MSDK 5.8.0", + 1, + "/Components/IMegaphoneManager/IMegaphoneManager_MegaphoneInfo.html", + "", + "", + ], [ "PORTSIDE", 2, @@ -16375,6 +18139,76 @@ var search_data = { "#IMegaphoneManager_RealTimeTransimissionStateListener_onUploadedStatus_inline", "", ], + [ + "onUpdateMegaphoneInfo", + 2, + "/Components/IMegaphoneManager/IMegaphoneManager_MegaphoneInfoListener.html", + "#IMegaphoneManager_MegaphoneInfoListener_onUpdateMegaphoneInfo_inline", + "When the megaphone information changes, this method will be called back. Supported since MSDK 5.2.0 @param megaphoneInfo egaphone information.", + ], + [ + "When the megaphone information changes, this method will be called back. Supported since MSDK 5.2.0 @param megaphoneInfo egaphone information.", + 1, + "/Components/IMegaphoneManager/IMegaphoneManager_MegaphoneInfoListener.html", + "#IMegaphoneManager_MegaphoneInfoListener_onUpdateMegaphoneInfo_inline", + "", + ], + [ + "getVolume", + 2, + "/Components/IMegaphoneManager/IMegaphoneManager_MegaphoneInfo.html", + "#IMegaphoneManager_MegaphoneInfo_getVolume_inline", + "Gets the megaphone volume. @return Return the megaphone volume.", + ], + [ + "Gets the megaphone volume. @return Return the megaphone volume.", + 1, + "/Components/IMegaphoneManager/IMegaphoneManager_MegaphoneInfo.html", + "#IMegaphoneManager_MegaphoneInfo_getVolume_inline", + "", + ], + [ + "getPlayMode", + 2, + "/Components/IMegaphoneManager/IMegaphoneManager_MegaphoneInfo.html", + "#IMegaphoneManager_MegaphoneInfo_getPlayMode_inline", + "Gets the megaphone play mode. @return Return the megaphone play mode.", + ], + [ + "Gets the megaphone play mode. @return Return the megaphone play mode.", + 1, + "/Components/IMegaphoneManager/IMegaphoneManager_MegaphoneInfo.html", + "#IMegaphoneManager_MegaphoneInfo_getPlayMode_inline", + "", + ], + [ + "getWorkMode", + 2, + "/Components/IMegaphoneManager/IMegaphoneManager_MegaphoneInfo.html", + "#IMegaphoneManager_MegaphoneInfo_getWorkMode_inline", + "Gets the megaphone work mode. @return Return the megaphone work mode.", + ], + [ + "Gets the megaphone work mode. @return Return the megaphone work mode.", + 1, + "/Components/IMegaphoneManager/IMegaphoneManager_MegaphoneInfo.html", + "#IMegaphoneManager_MegaphoneInfo_getWorkMode_inline", + "", + ], + [ + "getStatus", + 2, + "/Components/IMegaphoneManager/IMegaphoneManager_MegaphoneInfo.html", + "#IMegaphoneManager_MegaphoneInfo_getStatus_inline", + "Gets the megaphone status. @return Return the megaphone status.", + ], + [ + "Gets the megaphone status. @return Return the megaphone status.", + 1, + "/Components/IMegaphoneManager/IMegaphoneManager_MegaphoneInfo.html", + "#IMegaphoneManager_MegaphoneInfo_getStatus_inline", + "", + ], [ "setUploadType", 2, @@ -17038,10 +18872,10 @@ var search_data = { 2, "/Components/IKeyManager/IKeyManager.html", "#IKeyManager_getValue_defaultValue_inline", - "Obtain the DJIValue value of the DJIKey synchronously, which is the value obtained from the MSDK cache. If the value cannot be read, the set defaultValue will be returned. To get the value asynchronously from the hardware device, please call `getValue`. Supported since MSDK 5.0.0 @param key `DJIKey` instance. @param defaultValue When the MSDK cache value cannot be read, you want to return the default value. @return Return `DJIValue` value.", + "Obtain the DJIValue value of the DJIKey synchronously, which is the value obtained from the MSDK cache. If the value cannot be read, the set defaultValue will be returned. To get the value asynchronously from the hardware device, please call `getValue`. Supported since MSDK 5.0.0 @param key `DJIKey` instance. @param defaultValue When the MSDK cache value cannot be read, will return the default value. @return Return `DJIValue` value.", ], [ - "Obtain the DJIValue value of the DJIKey synchronously, which is the value obtained from the MSDK cache. If the value cannot be read, the set defaultValue will be returned. To get the value asynchronously from the hardware device, please call `getValue`. Supported since MSDK 5.0.0 @param key `DJIKey` instance. @param defaultValue When the MSDK cache value cannot be read, you want to return the default value. @return Return `DJIValue` value.", + "Obtain the DJIValue value of the DJIKey synchronously, which is the value obtained from the MSDK cache. If the value cannot be read, the set defaultValue will be returned. To get the value asynchronously from the hardware device, please call `getValue`. Supported since MSDK 5.0.0 @param key `DJIKey` instance. @param defaultValue When the MSDK cache value cannot be read, will return the default value. @return Return `DJIValue` value.", 1, "/Components/IKeyManager/IKeyManager.html", "#IKeyManager_getValue_defaultValue_inline", @@ -17248,10 +19082,10 @@ var search_data = { 2, "/Components/IKeyManager/Key_RemoteController_RemoteControllerKey.html", "#Key_RemoteController_ControlMode_inline", - "Parameter:`ControlMode` To get remote controller control mode. Supported since MSDK 5.0.0", + "Parameter:`ControlMode` To get remote controller control mode. When calling the get method for the first time, you need to use the asynchronous method `getValue` to get the value. Supported since MSDK 5.0.0", ], [ - "Parameter:`ControlMode` To get remote controller control mode. Supported since MSDK 5.0.0", + "Parameter:`ControlMode` To get remote controller control mode. When calling the get method for the first time, you need to use the asynchronous method `getValue` to get the value. Supported since MSDK 5.0.0", 1, "/Components/IKeyManager/Key_RemoteController_RemoteControllerKey.html", "#Key_RemoteController_ControlMode_inline", @@ -19950,10 +21784,10 @@ var search_data = { 2, "/Components/IKeyManager/Key_Camera_CameraKey.html", "#Key_Camera_IRCutEnable_inline", - "Parameter: Boolean `true` means night scene mode is opened. Night scene mode improves the shooting effect in low-light environments by turning on the infrared filter in the zoom camera. It only supports zoom lens. Supported since MSDK 5.0.0", + "Parameter: Boolean `true` means IR light is enabled. When enabled, zoom camera view will display in black and white. Supported since MSDK 5.0.0", ], [ - "Parameter: Boolean `true` means night scene mode is opened. Night scene mode improves the shooting effect in low-light environments by turning on the infrared filter in the zoom camera. It only supports zoom lens. Supported since MSDK 5.0.0", + "Parameter: Boolean `true` means IR light is enabled. When enabled, zoom camera view will display in black and white. Supported since MSDK 5.0.0", 1, "/Components/IKeyManager/Key_Camera_CameraKey.html", "#Key_Camera_IRCutEnable_inline", @@ -20762,10 +22596,10 @@ var search_data = { 2, "/Components/IKeyManager/Key_FlightController_FlightControllerKey.html", "#Key_FlightController_UltrasonicHeight_inline", - "Parameter: Integer To get the height of ultrasound distance measuring. The height is the distance measured from top to bottom after the aircraft takes off. unit:dm. The maximum measurable distance is 25.5 meters. Supported since MSDK 5.0.0", + "Parameter: Integer To get the height of ultrasound distance measuring, unit:dm. The height is the distance measured from top to bottom after the aircraft takes off. Barometer altitude is often incorporated to make the data more accurate. note: 1. The maximum measurable distance at this altitude is usually 25.5 meters, depending on the actual capabilities of the aircraft. 2. If the aircraft is equipped with a downward-looking sensor, this height will also be integrated with the ranging height of the downward-looking sensor. 3. If the aircraft is equipped with an infrared sensor, this altitude will also be combined with the infrared sensor ranging altitude. Supported since MSDK 5.0.0", ], [ - "Parameter: Integer To get the height of ultrasound distance measuring. The height is the distance measured from top to bottom after the aircraft takes off. unit:dm. The maximum measurable distance is 25.5 meters. Supported since MSDK 5.0.0", + "Parameter: Integer To get the height of ultrasound distance measuring, unit:dm. The height is the distance measured from top to bottom after the aircraft takes off. Barometer altitude is often incorporated to make the data more accurate. note: 1. The maximum measurable distance at this altitude is usually 25.5 meters, depending on the actual capabilities of the aircraft. 2. If the aircraft is equipped with a downward-looking sensor, this height will also be integrated with the ranging height of the downward-looking sensor. 3. If the aircraft is equipped with an infrared sensor, this altitude will also be combined with the infrared sensor ranging altitude. Supported since MSDK 5.0.0", 1, "/Components/IKeyManager/Key_FlightController_FlightControllerKey.html", "#Key_FlightController_UltrasonicHeight_inline", @@ -21374,17 +23208,31 @@ var search_data = { "", ], [ - "KeyGoHomeAssessment", + "KeyLowBatteryRTHInfo", 2, "/Components/IKeyManager/Key_FlightController_FlightControllerKey.html", - "#Key_FlightController_GoHomeAssessment_inline", + "#Key_FlightController_MSDKLowBatteryRTHInfo_inline", "Parameter: `LowBatteryRTHInfo` To get related information of the intelligent low battery power. This function is only valid when `KeyLowBatteryRTHEnabled` is enabled. Supported since MSDK 5.0.0", ], [ "Parameter: `LowBatteryRTHInfo` To get related information of the intelligent low battery power. This function is only valid when `KeyLowBatteryRTHEnabled` is enabled. Supported since MSDK 5.0.0", 1, "/Components/IKeyManager/Key_FlightController_FlightControllerKey.html", - "#Key_FlightController_GoHomeAssessment_inline", + "#Key_FlightController_MSDKLowBatteryRTHInfo_inline", + "", + ], + [ + "KeyLowBatteryRTHConfirm", + 2, + "/Components/IKeyManager/Key_FlightController_FlightControllerKey.html", + "#Key_FlightController_MSDKLowBatteryRTHConfirm_inline", + "Parameter: Boolean Confirm or cancel the return home operation. When calling `KeyLowBatteryRTHInfo` and the status obtained is `COUNTING_DOWN`, you can call this interface to confirm or cancel the return operation. `true` indicates confirmation of return. `false` means to cancel the return flight. Supported since MSDK 5.8.0", + ], + [ + "Parameter: Boolean Confirm or cancel the return home operation. When calling `KeyLowBatteryRTHInfo` and the status obtained is `COUNTING_DOWN`, you can call this interface to confirm or cancel the return operation. `true` indicates confirmation of return. `false` means to cancel the return flight. Supported since MSDK 5.8.0", + 1, + "/Components/IKeyManager/Key_FlightController_FlightControllerKey.html", + "#Key_FlightController_MSDKLowBatteryRTHConfirm_inline", "", ], [ @@ -24649,6 +26497,20 @@ var search_data = { "#Value_Camera_Enum_CameraVideoStreamSourceType_INFRARED_CAMERA_inline", "", ], + [ + "VISION_CAMERA", + 2, + "/Components/IKeyManager/DJIValue.html", + "#Value_Camera_Enum_CameraVideoStreamSourceType_VISION_CAMERA_inline", + "Visible light. Only supports Mavic 3E series and Mavic 3M.", + ], + [ + "Visible light. Only supports Mavic 3E series and Mavic 3M.", + 1, + "/Components/IKeyManager/DJIValue.html", + "#Value_Camera_Enum_CameraVideoStreamSourceType_VISION_CAMERA_inline", + "", + ], [ "RGB_CAMERA", 2, @@ -32760,10 +34622,10 @@ var search_data = { 2, "/Components/IKeyManager/Value_Airlink_Struct_WlmLinkQualityMsg.html", "#Value_Airlink_Struct_WlmLinkQualityMsg_getLteLinkQuality_inline", - "Gets the TLE link signal quality level. @return Returns the TLE link signal quality level.", + "Gets the LTE link signal quality level. @return Returns the LTE link signal quality level.", ], [ - "Gets the TLE link signal quality level. @return Returns the TLE link signal quality level.", + "Gets the LTE link signal quality level. @return Returns the LTE link signal quality level.", 1, "/Components/IKeyManager/Value_Airlink_Struct_WlmLinkQualityMsg.html", "#Value_Airlink_Struct_WlmLinkQualityMsg_getLteLinkQuality_inline", @@ -32830,10 +34692,10 @@ var search_data = { 2, "/Components/IKeyManager/Value_Airlink_Struct_WlmDongleState.html", "#Value_Airlink_Struct_WlmDongleState_getWorkState_inline", - "Gets the working status of TLE Dongle. @return Returns the working status of TLE Dongle.", + "Gets the working status of LTE Dongle. @return Returns the working status of LTE Dongle.", ], [ - "Gets the working status of TLE Dongle. @return Returns the working status of TLE Dongle.", + "Gets the working status of LTE Dongle. @return Returns the working status of LTE Dongle.", 1, "/Components/IKeyManager/Value_Airlink_Struct_WlmDongleState.html", "#Value_Airlink_Struct_WlmDongleState_getWorkState_inline", @@ -32844,10 +34706,10 @@ var search_data = { 2, "/Components/IKeyManager/Value_Airlink_Struct_WlmDongleState.html", "#Value_Airlink_Struct_WlmDongleState_getVersion_inline", - "Gets the version of the TLE Dongle. @return Returns the version of the TLE Dongle.", + "Gets the version of the LTE Dongle. @return Returns the version of the LTE Dongle.", ], [ - "Gets the version of the TLE Dongle. @return Returns the version of the TLE Dongle.", + "Gets the version of the LTE Dongle. @return Returns the version of the LTE Dongle.", 1, "/Components/IKeyManager/Value_Airlink_Struct_WlmDongleState.html", "#Value_Airlink_Struct_WlmDongleState_getVersion_inline", @@ -32858,10 +34720,10 @@ var search_data = { 2, "/Components/IKeyManager/DJIValue.html", "#Value_Airlink_Enum_WlmDongleWorkState_inline", - "TLE Dongle working state.", + "LTE Dongle working state.", ], [ - "TLE Dongle working state.", + "LTE Dongle working state.", 1, "/Components/IKeyManager/DJIValue.html", "#Value_Airlink_Enum_WlmDongleWorkState_inline", @@ -33665,6 +35527,34 @@ var search_data = { "#IWaypointMissionManager_WaypointActionListener_onExecutionFinish_inline", "", ], + [ + "onExecutionStart", + 2, + "/Components/IWaypointMissionManager/IWaypointMissionManager_WaypointActionListener.html", + "#IWaypointMissionManager_WaypointActionListener_onExecutionStartWithGroup_inline", + "This method will be called back when the waypint action starts to execute. Supported since MSDK 5.8.0 @param actionGroup The waypoint action group to start executing. @param actionId The waypoint action ID to start executing.", + ], + [ + "This method will be called back when the waypint action starts to execute. Supported since MSDK 5.8.0 @param actionGroup The waypoint action group to start executing. @param actionId The waypoint action ID to start executing.", + 1, + "/Components/IWaypointMissionManager/IWaypointMissionManager_WaypointActionListener.html", + "#IWaypointMissionManager_WaypointActionListener_onExecutionStartWithGroup_inline", + "", + ], + [ + "onExecutionFinish", + 2, + "/Components/IWaypointMissionManager/IWaypointMissionManager_WaypointActionListener.html", + "#IWaypointMissionManager_WaypointActionListener_onExecutionFinishWithGroup_inline", + "This method will be called back when the waypoint action finishes executing. Supported since MSDK 5.8.0 @param actionGroup The waypoint action group to start executing. @param actionId The waypoint action ID to end execution. @param error The error code for the execution interruption of the waypoint action.", + ], + [ + "This method will be called back when the waypoint action finishes executing. Supported since MSDK 5.8.0 @param actionGroup The waypoint action group to start executing. @param actionId The waypoint action ID to end execution. @param error The error code for the execution interruption of the waypoint action.", + 1, + "/Components/IWaypointMissionManager/IWaypointMissionManager_WaypointActionListener.html", + "#IWaypointMissionManager_WaypointActionListener_onExecutionFinishWithGroup_inline", + "", + ], [ "onMissionStateUpdate", 2, @@ -33908,10 +35798,10 @@ var search_data = { 2, "/Components/IWaypointMissionManager/IWaypointMissionManager.html", "#IWaypointMissionManager_getAvailableWaylineIDs_inline", - "Returns a list of wayline IDs available in the specified mission file. After obtaining this wayline ID list, you can select the wayline ID to be executed and pass it as a parameter to `startMission` to execute the waypoint mission. Supported since MSDK 5.1.0 @param missionFileName The specified mission filename. @return Get a list of wayline IDs available in the specified mission file.", + "Returns a list of wayline IDs available in the specified mission file. After obtaining this wayline ID list, you can select the wayline ID to be executed and pass it as a parameter to `startMission` to execute the waypoint mission. Note: M300 RTK and M350 RTK only support 1 wayline ID. Supported since MSDK 5.1.0 @param missionFileName The specified mission filename. @return Get a list of wayline IDs available in the specified mission file.", ], [ - "Returns a list of wayline IDs available in the specified mission file. After obtaining this wayline ID list, you can select the wayline ID to be executed and pass it as a parameter to `startMission` to execute the waypoint mission. Supported since MSDK 5.1.0 @param missionFileName The specified mission filename. @return Get a list of wayline IDs available in the specified mission file.", + "Returns a list of wayline IDs available in the specified mission file. After obtaining this wayline ID list, you can select the wayline ID to be executed and pass it as a parameter to `startMission` to execute the waypoint mission. Note: M300 RTK and M350 RTK only support 1 wayline ID. Supported since MSDK 5.1.0 @param missionFileName The specified mission filename. @return Get a list of wayline IDs available in the specified mission file.", 1, "/Components/IWaypointMissionManager/IWaypointMissionManager.html", "#IWaypointMissionManager_getAvailableWaylineIDs_inline", @@ -33922,10 +35812,10 @@ var search_data = { 2, "/Components/IWaypointMissionManager/IWaypointMissionManager.html", "#IWaypointMissionManager_startMissionwaylineIDs_inline", - "Start executing the waypoint mission of the specified Wayline IDs list. A list of available wayline IDs can be obtained through `getAvailableWaylineIDs`, after obtaining this wayline IDs list, you can select the wayline ID to be executed as a parameter and pass it to this interface, the aircraft will execute the waypoint mission in sequence in the order of the wayline IDs list. If the wayline IDs list parameter is empty or the length of the wayline IDs list is 0, the aircraft will execute all waylines in the waypoint mission. Supported since MSDK 5.1.0 @param missionFileName The file name of the Mission to be executed. @param waylineIDs The wayline IDs list to be executed. @param callback Return the execution result.", + "Start executing the waypoint mission of the specified Wayline IDs list. A list of available wayline IDs can be obtained through `getAvailableWaylineIDs`, after obtaining this wayline IDs list, you can select the wayline ID to be executed as a parameter and pass it to this interface, the aircraft will execute the waypoint mission in sequence in the order of the wayline IDs list. If the wayline IDs list parameter is empty or the length of the wayline IDs list is 0, the aircraft will execute all waylines in the waypoint mission. Note: M300 RTK and M350 RTK only support 1 wayline ID. Supported since MSDK 5.1.0 @param missionFileName The file name of the Mission to be executed. @param waylineIDs The wayline IDs list to be executed. @param callback Return the execution result.", ], [ - "Start executing the waypoint mission of the specified Wayline IDs list. A list of available wayline IDs can be obtained through `getAvailableWaylineIDs`, after obtaining this wayline IDs list, you can select the wayline ID to be executed as a parameter and pass it to this interface, the aircraft will execute the waypoint mission in sequence in the order of the wayline IDs list. If the wayline IDs list parameter is empty or the length of the wayline IDs list is 0, the aircraft will execute all waylines in the waypoint mission. Supported since MSDK 5.1.0 @param missionFileName The file name of the Mission to be executed. @param waylineIDs The wayline IDs list to be executed. @param callback Return the execution result.", + "Start executing the waypoint mission of the specified Wayline IDs list. A list of available wayline IDs can be obtained through `getAvailableWaylineIDs`, after obtaining this wayline IDs list, you can select the wayline ID to be executed as a parameter and pass it to this interface, the aircraft will execute the waypoint mission in sequence in the order of the wayline IDs list. If the wayline IDs list parameter is empty or the length of the wayline IDs list is 0, the aircraft will execute all waylines in the waypoint mission. Note: M300 RTK and M350 RTK only support 1 wayline ID. Supported since MSDK 5.1.0 @param missionFileName The file name of the Mission to be executed. @param waylineIDs The wayline IDs list to be executed. @param callback Return the execution result.", 1, "/Components/IWaypointMissionManager/IWaypointMissionManager.html", "#IWaypointMissionManager_startMissionwaylineIDs_inline", @@ -36143,6 +38033,20 @@ var search_data = { "#ILDMManager_LDMExemptModule_FLY_SAFE_inline", "", ], + [ + "REAL_NAME", + 2, + "/Components/ILDMManager/ILDMManager.html", + "#ILDMManager_LDMExemptModule_REAL_NAME_inline", + "Real name module. It can still access internet when LDM is enabled.", + ], + [ + "Real name module. It can still access internet when LDM is enabled.", + 1, + "/Components/ILDMManager/ILDMManager.html", + "#ILDMManager_LDMExemptModule_REAL_NAME_inline", + "", + ], [ "getUpwardObstacleAvoidanceWorking", 2, diff --git a/Docs/Android_API/en/stylesheets/doc-app.css b/Docs/Android_API/en/stylesheets/doc-app.css index ff5ca043..fa74123a 100644 --- a/Docs/Android_API/en/stylesheets/doc-app.css +++ b/Docs/Android_API/en/stylesheets/doc-app.css @@ -1,4 +1,4 @@ -/* mixin */ +/* mixin */ /* color */ /* $light-text-color: #a6acaa; */ /* b4b4b4 */ diff --git a/Docs/Android_API/en/stylesheets/doc-vendor.css b/Docs/Android_API/en/stylesheets/doc-vendor.css index ce444e22..36ed7572 100644 --- a/Docs/Android_API/en/stylesheets/doc-vendor.css +++ b/Docs/Android_API/en/stylesheets/doc-vendor.css @@ -1,4 +1,4 @@ -@charset "UTF-8"; +@charset "UTF-8"; /*! * Bootstrap v3.3.5 (http://getbootstrap.com) * Copyright 2011-2015 Twitter, Inc. diff --git a/README.md b/README.md index 488f1a63..142aeaa6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# DJI Mobile SDK for Android V5 Latest Version 5.7.2 +# DJI Mobile SDK for Android V5 Latest Version 5.8.0 [中文版](README_CN.md) @@ -28,7 +28,8 @@ Supported Product: │   │   ├── 5.2.0_5.3.0_android_diff.html │   │   ├── 5.4.0_5.5.0_android_diff.html │   │   ├── 5.5.0_5.6.0_android_diff.html -│   │   └── 5.6.0_5.7.0_android_diff.html +│   │   ├── 5.6.0_5.7.0_android_diff.html +│   │   └── 5.7.0_5.8.0_android_diff.html │   └── Android_API │   ├── cn │   └── en @@ -38,14 +39,11 @@ Supported Product: └── SampleCode-V5 ├── android-sdk-v5-as ├── android-sdk-v5-sample - │   ├── app-aircraft - │   ├── module-aircraft - │   └── module-common └── android-sdk-v5-uxsdk - ``` ### API Difference +- [5.7.0_5.8.0_android_diff.html](https://dji-sdk.github.io/Mobile-SDK-Android-V5/Docs/API-Diff/5.7.0_5.8.0_android_diff.html) - [5.6.0_5.7.0_android_diff.html](https://dji-sdk.github.io/Mobile-SDK-Android-V5/Docs/API-Diff/5.6.0_5.7.0_android_diff.html) - [5.5.0_5.6.0_android_diff.html](https://dji-sdk.github.io/Mobile-SDK-Android-V5/Docs/API-Diff/5.5.0_5.6.0_android_diff.html) - [5.4.0_5.5.0_android_diff.html](https://dji-sdk.github.io/Mobile-SDK-Android-V5/Docs/API-Diff/5.4.0_5.5.0_android_diff.html) @@ -64,25 +62,18 @@ The DJI Android SDK is dynamically linked with unmodified libraries of **Notice:** sdkVersion = 5.7.2 +> **Notice:** sdkVersion = 5.8.0 | SDK package | Explanation | How to use| | :---------------: | :-----------------: | :---------------: | @@ -117,11 +108,4 @@ For further detail on how to integrate the DJI Android SDK into your Android Stu You can get support from DJI with the following method: -- Post questions in DJI Developer Forums: [**DEVELOPER SUPPORT**](https://djisdksupport.zendesk.com/hc/en-us/community/topics) - -## Join Us - -DJI is looking for all kinds of Software Engineers to continue building the Future of Possible. Available positions in Shenzhen, China and around the world. If you are interested, please: -* send your resume to . - -For more details, and list of all our global offices, please check . \ No newline at end of file +- Post questions in DJI Developer Forums: [**DEVELOPER SUPPORT**](https://djisdksupport.zendesk.com/hc/en-us/community/topics) \ No newline at end of file diff --git a/README_CN.md b/README_CN.md index 45571b7b..69714e84 100644 --- a/README_CN.md +++ b/README_CN.md @@ -1,4 +1,4 @@ -# DJI Mobile SDK for Android V5 最新版本 V5.7.2 +# DJI Mobile SDK for Android V5 最新版本 V5.8.0 [English Version](README.md) ## DJI Mobile SDK V5 是什么? @@ -28,7 +28,8 @@ DJI Mobile SDK V5拥有更加简洁易用的无人机硬件控制接口和软件 │   │   ├── 5.2.0_5.3.0_android_diff.html │   │   ├── 5.4.0_5.5.0_android_diff.html │   │   ├── 5.5.0_5.6.0_android_diff.html -│   │   └── 5.6.0_5.7.0_android_diff.html +│   │   ├── 5.6.0_5.7.0_android_diff.html +│   │   └── 5.7.0_5.8.0_android_diff.html │   └── Android_API │   ├── cn │   └── en @@ -38,14 +39,12 @@ DJI Mobile SDK V5拥有更加简洁易用的无人机硬件控制接口和软件 └── SampleCode-V5 ├── android-sdk-v5-as ├── android-sdk-v5-sample - │   ├── app-aircraft - │   ├── module-aircraft - │   └── module-common └── android-sdk-v5-uxsdk ``` ### API 差异 +- [5.7.0_5.8.0_android_diff.html](https://dji-sdk.github.io/Mobile-SDK-Android-V5/Docs/API-Diff/5.7.0_5.8.0_android_diff.html) - [5.6.0_5.7.0_android_diff.html](https://dji-sdk.github.io/Mobile-SDK-Android-V5/Docs/API-Diff/5.6.0_5.7.0_android_diff.html) - [5.5.0_5.6.0_android_diff.html](https://dji-sdk.github.io/Mobile-SDK-Android-V5/Docs/API-Diff/5.5.0_5.6.0_android_diff.html) - [5.4.0_5.5.0_android_diff.html](https://dji-sdk.github.io/Mobile-SDK-Android-V5/Docs/API-Diff/5.4.0_5.5.0_android_diff.html) @@ -64,27 +63,19 @@ DJI Android SDK 与基于L Sample分为3部分: -- 基础模块:提供各产品包的基础操作。 -- 场景化Sample:提供对飞机的场景化Sample支持。 -- App模块:提供一个飞机App。 +- 场景化示例:提供对飞机的场景化支持。 +- Sample模块:提供一个飞机Sample App。 详细配置请参考[settings.gradle](SampleCode-V5/android-sdk-v5-as/settings.gradle)。 -基础模块: +场景化示例: -- sample-module-common:Sample的通用代码。 -- sample-module-aircraft:飞机App特有代码,依赖sample-module-common。 +- uxsdk:场景化示例,当前仅支持飞机。 -场景化Sample: - -- uxsdk:场景化Sample,当前仅支持飞机(`dji-sdk-v5-aircraft`)。 - - -App模块: - -- sample-app-aircraft:编译飞机App,依赖sample-module-aircraft、uxsdk。 +Sample模块: +- sample:编译飞机sample App,依赖uxsdk。 ## 整合 @@ -93,7 +84,7 @@ App模块: ## AAR说明 -> **注意:** sdkVersion = 5.7.2 +> **注意:** sdkVersion = 5.8.0 | SDK包| 说明| 使用方式| | :---------------: | :-----------------: | :---------------: | @@ -116,11 +107,3 @@ App模块: 您可以 [填写表单](https://djisdksupport.zendesk.com/hc/zh-cn/community/topics) 以获得DJI的技术支持。 - -## 加入我们 - -DJI 招聘软件工程师,based在深圳。如果你想和我们一起把DJI产品做得更好,请: -- 发送简历到 -- 提交您的简历:[https://we.dji.com/zh-CN/position/detail?positionId=1382258951346253824](https://we.dji.com/zh-CN/position/detail?positionId=1382258951346253824) - -更多岗位详情请浏览 。 diff --git a/SampleCode-V5/android-sdk-v5-as/build.gradle b/SampleCode-V5/android-sdk-v5-as/build.gradle index d3da65c9..be0dd212 100644 --- a/SampleCode-V5/android-sdk-v5-as/build.gradle +++ b/SampleCode-V5/android-sdk-v5-as/build.gradle @@ -12,11 +12,8 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:4.2.2' - classpath 'com.github.kezong:fat-aar:1.3.6' + classpath 'com.android.tools.build:gradle:7.4.2' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$KOTLIN_VERSION" - classpath 'org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:3.1.1' - classpath "org.jacoco:org.jacoco.core:0.8.7" } } @@ -39,8 +36,4 @@ allprojects { } } } -} - -task clean(type: Delete) { - delete rootProject.buildDir } \ No newline at end of file diff --git a/SampleCode-V5/android-sdk-v5-as/dependencies.gradle b/SampleCode-V5/android-sdk-v5-as/dependencies.gradle index 338d2f1f..3e07566f 100644 --- a/SampleCode-V5/android-sdk-v5-as/dependencies.gradle +++ b/SampleCode-V5/android-sdk-v5-as/dependencies.gradle @@ -1,9 +1,9 @@ ext { deps = [:] //DJI MSDK V5包 - deps.aircraft = "com.dji:dji-sdk-v5-aircraft:5.7.2" - deps.aircraftProvided = "com.dji:dji-sdk-v5-aircraft-provided:5.7.2" - deps.networkImp = "com.dji:dji-sdk-v5-networkImp:5.7.2" + deps.aircraft = "com.dji:dji-sdk-v5-aircraft:5.8.0" + deps.aircraftProvided = "com.dji:dji-sdk-v5-aircraft-provided:5.8.0" + deps.networkImp = "com.dji:dji-sdk-v5-networkImp:5.8.0" //三方依赖库 @@ -13,12 +13,10 @@ ext { deps.rx3Kt = 'io.reactivex.rxjava3:rxkotlin:3.0.0' deps.sqlcipher = 'net.zetetic:android-database-sqlcipher:4.5.0' deps.wire = 'com.squareup.wire:wire-runtime:2.2.0' - deps.websocket = 'org.java-websocket:Java-WebSocket:1.5.1' deps.amap3DMap = 'com.amap.api:3dmap:7.3.0' deps.amapSearch = 'com.amap.api:search:7.3.0' deps.okhttp3 = 'com.squareup.okhttp3:okhttp:3.14.9' deps.leakcanary = 'com.squareup.leakcanary:leakcanary-android:2.11' - deps.bugly = 'com.tencent.bugly:crashreport:4.0.4' deps.rx2Java = 'io.reactivex.rxjava2:rxjava:2.2.4' // 目前在CSDK升级模块中使用rxjava2 deps.maplibreAnotation = 'org.maplibre.gl:android-plugin-annotation-v9:1.0.0' deps.maplibreTurf = 'org.maplibre.gl:android-sdk-turf:5.9.0' diff --git a/SampleCode-V5/android-sdk-v5-as/gradle.properties b/SampleCode-V5/android-sdk-v5-as/gradle.properties index b9bba684..b0e9052d 100644 --- a/SampleCode-V5/android-sdk-v5-as/gradle.properties +++ b/SampleCode-V5/android-sdk-v5-as/gradle.properties @@ -15,7 +15,7 @@ android.disableResourceValidation=true ANDROID_MIN_SDK_VERSION=23 ANDROID_TARGET_SDK_VERSION=33 ANDROID_COMPILE_SDK_VERSION=33 -KOTLIN_VERSION = 1.6.10 +KOTLIN_VERSION = 1.7.21 #NDK_VERSION = 21.3.6528147 #msdk api key diff --git a/SampleCode-V5/android-sdk-v5-as/gradle/wrapper/gradle-wrapper.properties b/SampleCode-V5/android-sdk-v5-as/gradle/wrapper/gradle-wrapper.properties index 9345b291..b924127e 100644 --- a/SampleCode-V5/android-sdk-v5-as/gradle/wrapper/gradle-wrapper.properties +++ b/SampleCode-V5/android-sdk-v5-as/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-6.7.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.2-bin.zip diff --git a/SampleCode-V5/android-sdk-v5-as/settings.gradle b/SampleCode-V5/android-sdk-v5-as/settings.gradle index 2753be7d..a1b0a853 100644 --- a/SampleCode-V5/android-sdk-v5-as/settings.gradle +++ b/SampleCode-V5/android-sdk-v5-as/settings.gradle @@ -1,15 +1,5 @@ -//sample 配置 - -//当前1个app,只有飞机。 -include ':sample-app-aircraft' - -//3个module,用于存放各类产品的功能view,供app部分组合使用。 -include ':sample-module-common'//通用view。 -include ':sample-module-aircraft'//飞机特有view。 - -project(':sample-app-aircraft').projectDir = new File(rootProject.projectDir, '../android-sdk-v5-sample/app-aircraft') -project(':sample-module-common').projectDir = new File(rootProject.projectDir, '../android-sdk-v5-sample/module-common') -project(':sample-module-aircraft').projectDir = new File(rootProject.projectDir, '../android-sdk-v5-sample/module-aircraft') +include ':sample' +project(':sample').projectDir = new File(rootProject.projectDir, '../android-sdk-v5-sample') include ':uxsdk'// uxsdk模块 project(':uxsdk').projectDir = new File(rootProject.projectDir, '../android-sdk-v5-uxsdk') diff --git a/SampleCode-V5/android-sdk-v5-sample/app-aircraft/build.gradle b/SampleCode-V5/android-sdk-v5-sample/build.gradle similarity index 72% rename from SampleCode-V5/android-sdk-v5-sample/app-aircraft/build.gradle rename to SampleCode-V5/android-sdk-v5-sample/build.gradle index 383481b0..737d179f 100644 --- a/SampleCode-V5/android-sdk-v5-sample/app-aircraft/build.gradle +++ b/SampleCode-V5/android-sdk-v5-sample/build.gradle @@ -13,7 +13,8 @@ android { versionCode 1 versionName "1.0" manifestPlaceholders["API_KEY"] = project.AIRCRAFT_API_KEY - + manifestPlaceholders["AMAP_API_KEY"] = project.AMAP_API_KEY + manifestPlaceholders["GMAP_API_KEY"] = project.GMAP_API_KEY ndk { abiFilters 'arm64-v8a' } @@ -34,14 +35,12 @@ android { minifyEnabled true shrinkResources false signingConfig signingConfigs.release - proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), - '../../android-sdk-v5-as/proguard-relative/sample.pro' + buildConfigField "String", "MAPLIBRE_TOKEN", MAPLIBRE_TOKEN } debug { minifyEnabled false shrinkResources false - proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), - '../../android-sdk-v5-as/proguard-relative/sample.pro' + buildConfigField "String", "MAPLIBRE_TOKEN", MAPLIBRE_TOKEN } } @@ -57,7 +56,7 @@ android { targetCompatibility JavaVersion.VERSION_1_8 } - kotlinOptions{ + kotlinOptions { jvmTarget = JavaVersion.VERSION_1_8 freeCompilerArgs += ["-Xjvm-default=all"] } @@ -81,7 +80,6 @@ android { doNotStrip "*/*/libDJIUpgradeJNI.so" doNotStrip "*/*/libDJIWaypointV2Core-CSDK.so" doNotStrip "*/*/libdjiwpv2-CSDK.so" - doNotStrip "*/*/libffmpeg.so" doNotStrip "*/*/libFlightRecordEngine.so" doNotStrip "*/*/libvideo-framing.so" doNotStrip "*/*/libwaes.so" @@ -101,7 +99,31 @@ android { } dependencies { - implementation project(':sample-module-aircraft') + /** <-----------------依赖MSDK--------------------> **/ compileOnly deps.aircraftProvided implementation deps.aircraft + + /** <-----------------sample所需--------------------> **/ + implementation project(':uxsdk') + implementation deps.appcompat + implementation deps.constraintLayout + implementation deps.aacCommon + implementation deps.aacRuntime + implementation deps.kotlinLib + implementation deps.ktxCore + implementation deps.ktxFrag + implementation deps.ktxNavigation + implementation deps.ktxNavigationUi + implementation deps.recyclerview + implementation deps.legacySupport + implementation deps.lifecycleViewModel + implementation deps.lifecycleLiveData + implementation deps.leakcanary + implementation deps.glide + implementation deps.dynamicanimation + implementation deps.expandedit + implementation deps.rx3Kt + implementation deps.dom + kapt deps.glidecompiler + } diff --git a/SampleCode-V5/android-sdk-v5-sample/module-aircraft/build.gradle b/SampleCode-V5/android-sdk-v5-sample/module-aircraft/build.gradle deleted file mode 100644 index b883e330..00000000 --- a/SampleCode-V5/android-sdk-v5-sample/module-aircraft/build.gradle +++ /dev/null @@ -1,33 +0,0 @@ -apply plugin: 'com.android.library' -apply plugin: 'kotlin-android' -apply plugin: 'kotlin-android-extensions' -apply plugin: 'kotlin-kapt' - -android { - compileSdkVersion Integer.parseInt(project.ANDROID_COMPILE_SDK_VERSION) - - defaultConfig { - minSdkVersion Integer.parseInt(project.ANDROID_MIN_SDK_VERSION) - targetSdkVersion Integer.parseInt(project.ANDROID_TARGET_SDK_VERSION) - versionCode 1 - versionName "1.0" - } - - compileOptions { - sourceCompatibility JavaVersion.VERSION_1_8 - targetCompatibility JavaVersion.VERSION_1_8 - } - - kotlinOptions { - jvmTarget = JavaVersion.VERSION_1_8 - freeCompilerArgs += ["-Xjvm-default=all"] - } -} - -dependencies { - api project(':sample-module-common') - - api project(':uxsdk') - - compileOnly deps.aircraftProvided -} diff --git a/SampleCode-V5/android-sdk-v5-sample/module-aircraft/src/main/AndroidManifest.xml b/SampleCode-V5/android-sdk-v5-sample/module-aircraft/src/main/AndroidManifest.xml deleted file mode 100644 index cdc63202..00000000 --- a/SampleCode-V5/android-sdk-v5-sample/module-aircraft/src/main/AndroidManifest.xml +++ /dev/null @@ -1,3 +0,0 @@ - - \ No newline at end of file diff --git a/SampleCode-V5/android-sdk-v5-sample/module-common/build.gradle b/SampleCode-V5/android-sdk-v5-sample/module-common/build.gradle deleted file mode 100644 index f53ef460..00000000 --- a/SampleCode-V5/android-sdk-v5-sample/module-common/build.gradle +++ /dev/null @@ -1,79 +0,0 @@ -apply plugin: 'com.android.library' -apply plugin: 'kotlin-android' -apply plugin: 'kotlin-android-extensions' -apply plugin: 'kotlin-kapt' - -android { - compileSdkVersion Integer.parseInt(project.ANDROID_COMPILE_SDK_VERSION) - - defaultConfig { - minSdkVersion Integer.parseInt(project.ANDROID_MIN_SDK_VERSION) - targetSdkVersion Integer.parseInt(project.ANDROID_TARGET_SDK_VERSION) - versionCode 1 - versionName "1.0" - manifestPlaceholders["AMAP_API_KEY"] = project.AMAP_API_KEY - manifestPlaceholders["GMAP_API_KEY"] = project.GMAP_API_KEY - } - - buildTypes { - release { - buildConfigField "String", "MAPLIBRE_TOKEN", MAPLIBRE_TOKEN - } - - debug { - buildConfigField "String", "MAPLIBRE_TOKEN", MAPLIBRE_TOKEN - } - } - - compileOptions { - sourceCompatibility JavaVersion.VERSION_1_8 - targetCompatibility JavaVersion.VERSION_1_8 - } - - kotlinOptions{ - jvmTarget = JavaVersion.VERSION_1_8 - freeCompilerArgs += ["-Xjvm-default=all"] - } -} - -dependencies { - /** <-----------------sample所需--------------------> **/ - api deps.appcompat - api deps.constraintLayout - api deps.aacCommon - api deps.aacRuntime - api deps.kotlinLib - api deps.ktxCore - api deps.ktxFrag - api deps.ktxNavigation - api deps.ktxNavigationUi - api deps.recyclerview - api deps.legacySupport - api deps.lifecycleViewModel - api deps.lifecycleLiveData - api deps.rx3Android - api deps.wpmzSdk - implementation deps.bugly - implementation deps.leakcanary - api deps.glide - kapt deps.glidecompiler - api deps.dynamicanimation - api deps.expandedit - - implementation deps.rx3Kt - api deps.dom - api project(':uxsdk') - - - - - - - - //sdk依赖项(common下是通用功能,其他包也可以) - compileOnly deps.aircraftProvided - compileOnly deps.aircraft - - //网络库的依赖项 - runtimeOnly deps.networkImp -} diff --git a/SampleCode-V5/android-sdk-v5-sample/module-common/src/main/AndroidManifest.xml b/SampleCode-V5/android-sdk-v5-sample/module-common/src/main/AndroidManifest.xml deleted file mode 100644 index 617feb52..00000000 --- a/SampleCode-V5/android-sdk-v5-sample/module-common/src/main/AndroidManifest.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/SampleCode-V5/android-sdk-v5-sample/module-common/src/main/java/dji/sampleV5/modulecommon/DJIApplication.kt b/SampleCode-V5/android-sdk-v5-sample/module-common/src/main/java/dji/sampleV5/modulecommon/DJIApplication.kt deleted file mode 100644 index 65bd3288..00000000 --- a/SampleCode-V5/android-sdk-v5-sample/module-common/src/main/java/dji/sampleV5/modulecommon/DJIApplication.kt +++ /dev/null @@ -1,46 +0,0 @@ -package dji.sampleV5.modulecommon - -import android.app.Application -import com.tencent.bugly.crashreport.CrashReport -import dji.sampleV5.modulecommon.models.MSDKManagerVM -import dji.sampleV5.modulecommon.models.globalViewModels -import dji.v5.manager.SDKManager -import dji.v5.utils.common.DeviceInfoUtil -import dji.v5.utils.inner.SDKConfig - -/** - * Class Description - * - * @author Hoker - * @date 2022/3/1 - * - * Copyright (c) 2022, DJI All Rights Reserved. - */ -open class DJIApplication : Application() { - - private val msdkManagerVM: MSDKManagerVM by globalViewModels() - - override fun onCreate() { - super.onCreate() - - // Ensure initialization is called first - msdkManagerVM.initMobileSDK(this) - - CrashReport.UserStrategy(this).apply { - appPackageName = this@DJIApplication.packageName - appChannel = SDKManager.getInstance().productCategory.name - appVersion = SDKManager.getInstance().sdkVersion - if ("LOCAL" == SDKConfig.getInstance().buildVersion) { - appVersion = appVersion + "_" + "LOCAL" - } - deviceID = SDKConfig.getInstance().deviceId - deviceModel = DeviceInfoUtil.getDeviceModel() - isEnableANRCrashMonitor = true - isEnableCatchAnrTrace = true - CrashReport.setAllThreadStackEnable(this@DJIApplication, true, true) - CrashReport.initCrashReport(this@DJIApplication, "0014c41605", false, this) - CrashReport.setUserId(SDKConfig.getInstance().appKey + "_" + deviceID) - } - } - -} diff --git a/SampleCode-V5/android-sdk-v5-sample/module-common/src/main/java/dji/sampleV5/modulecommon/pages/LiveStreamFragment.kt b/SampleCode-V5/android-sdk-v5-sample/module-common/src/main/java/dji/sampleV5/modulecommon/pages/LiveStreamFragment.kt deleted file mode 100644 index afc4b7a1..00000000 --- a/SampleCode-V5/android-sdk-v5-sample/module-common/src/main/java/dji/sampleV5/modulecommon/pages/LiveStreamFragment.kt +++ /dev/null @@ -1,821 +0,0 @@ -package dji.sampleV5.modulecommon.pages - -import android.os.Bundle -import android.text.TextUtils -import android.view.* -import android.widget.EditText -import androidx.appcompat.app.AlertDialog -import androidx.fragment.app.activityViewModels -import androidx.fragment.app.viewModels -import dji.sampleV5.modulecommon.R -import dji.sampleV5.modulecommon.models.LiveStreamVM -import dji.v5.common.callback.CommonCallbacks -import dji.v5.common.error.IDJIError -import dji.v5.common.video.channel.VideoChannelState -import dji.v5.common.video.channel.VideoChannelType -import dji.v5.common.video.decoder.DecoderOutputMode -import dji.v5.common.video.decoder.DecoderState -import dji.v5.common.video.decoder.VideoDecoder -import dji.v5.common.video.interfaces.IVideoDecoder -import dji.v5.manager.datacenter.livestream.LiveStreamType -import dji.v5.manager.datacenter.livestream.LiveVideoBitrateMode -import dji.v5.manager.datacenter.livestream.StreamQuality -import dji.v5.utils.common.StringUtils -import dji.sampleV5.modulecommon.util.ToastUtils -import dji.v5.ux.core.extension.disableHardwareAccelerated -import kotlinx.android.synthetic.main.frag_live_stream_page.* - -/** - * ClassName : LiveStreamFragment - * Description : 直播功能 - * Author : daniel.chen - * CreateDate : 2022/3/23 10:58 上午 - * Copyright : ©2022 DJI All Rights Reserved. - */ -class LiveStreamFragment:DJIFragment(), View.OnClickListener,SurfaceHolder.Callback{ - private val liveStreamVM:LiveStreamVM by viewModels() - private var videoDecoder: IVideoDecoder? = null - private lateinit var surfaceView: SurfaceView - private lateinit var dialog: AlertDialog - private lateinit var configDialog: AlertDialog - private var checkedItem: Int = -1 - private var isConfigSelected = false - private var liveStreamType:LiveStreamType = LiveStreamType.UNKNOWN - private var liveStreamBitrateMode:LiveVideoBitrateMode = LiveVideoBitrateMode.AUTO - private var liveStreamQuality:StreamQuality = StreamQuality.UNKNOWN - private val msg = "input is null" - - var fps:Int=-1 - var vbps:Int=-1 - var isStreaming:Boolean=false - var resolution_w:Int=-1 - var resolution_h:Int=-1 - var packet_loss:Int =-1 - var packet_cache_len:Int =-1 - var rtt:Int =-1 - var error:IDJIError?=null - - var curWidth: Int = -1 - var curHeight: Int = -1 - - override fun onCreateView( - inflater: LayoutInflater, - container: ViewGroup?, - savedInstanceState: Bundle? - ): View? { - return inflater.inflate(R.layout.frag_live_stream_page, container, false) - } - - override fun onViewCreated(view: View, savedInstanceState: Bundle?) { - super.onViewCreated(view, savedInstanceState) - view.disableHardwareAccelerated() - initView(view) - initListener() - initLiveStreamInfo() - } - - private fun initView(view: View) { - surfaceView = view.findViewById(R.id.live_stream_surface_view) - surfaceView.holder.addCallback(this) - } - - private fun initListener() { - btn_set_live_stream_config.setOnClickListener(this) - btn_get_live_stream_config.setOnClickListener(this) - btn_start_live_stream.setOnClickListener(this) - btn_stop_live_stream.setOnClickListener(this) - btn_set_live_stream_channel_type.setOnClickListener(this) - btn_get_live_stream_channel_type.setOnClickListener(this) - btn_set_live_stream_quality.setOnClickListener(this) - btn_get_live_stream_quality.setOnClickListener(this) - btn_set_live_stream_bit_rate_mode.setOnClickListener(this) - btn_get_live_stream_bit_rate_mode.setOnClickListener(this) - btn_set_live_stream_bit_rate.setOnClickListener(this) - btn_get_live_stream_bit_rate.setOnClickListener(this) - btn_enable_audio.setOnClickListener(this) - btn_disable_audio.setOnClickListener(this) - } - - private fun initLiveStreamInfo() { - liveStreamVM.refreshLiveStreamError() - liveStreamVM.refreshLiveStreamStatus() - liveStreamVM.curLiveStreanmStatus.observe(viewLifecycleOwner) { - it?.let { - fps = it.fps - vbps = it.vbps - isStreaming = it.isStreaming - resolution_w = it.resolution?.width!! - resolution_h = it.resolution?.height!! - packet_loss = it.packetLoss - packet_cache_len = it.packetCacheLen - rtt = it.rtt - updateLiveStreamInfo() - } - } - - liveStreamVM.curLiveStreamError.observe(viewLifecycleOwner){ - it?.let { - error = it - updateLiveStreamInfo() - } - } - } - - private fun updateLiveStreamInfo(){ - val liveStreamInfo = "\nfps: ${fps}fps \n" + - "vbps: ${vbps}Kbps \n" + - "isStreaming: $isStreaming \n" + - "resolution_w: $resolution_w \n" + - "resolution_h: $resolution_h \n" + - "packet_loss: ${packet_loss}% \n" + - "packet_cache_len: $packet_cache_len \n" + - "rtt: ${rtt}ms \n"+ - "error: $error" - tv_live_stream_info.text = liveStreamInfo - } - - private fun clearLiveStreamInfo() { - fps = -1 - vbps = -1 - isStreaming = false - resolution_w = -1 - resolution_h = -1 - packet_loss = -1 - packet_cache_len = -1 - rtt = -1 - tv_live_stream_info.text = getString(R.string.n_a) - } - - override fun onClick(v: View?) { - when (v?.id) { - R.id.btn_set_live_stream_config -> { - showSetLiveStreamConfigDialog() - } - - R.id.btn_get_live_stream_config -> { - val streamConfig = liveStreamVM.getLiveStreamConfig()?.let { liveStreamVM.getLiveStreamConfig().toString() }?:let { "null" } - ToastUtils.showToast(streamConfig) - } - - R.id.btn_start_live_stream -> { - liveStreamVM.startStream(object : CommonCallbacks.CompletionCallback { - override fun onSuccess() { - ToastUtils.showToast(StringUtils.getResStr(R.string.msg_start_live_stream_success)) - } - - override fun onFailure(error: IDJIError) { - ToastUtils.showToast( - StringUtils.getResStr( - R.string.msg_start_live_stream_failed, - error.description() - ) - ) - } - }) - } - - R.id.btn_stop_live_stream -> { - stopStream() - } - - R.id.btn_set_live_stream_channel_type -> { - showSetLiveStreamChannelTypeDialog() - } - - R.id.btn_get_live_stream_channel_type -> { - ToastUtils.showToast(liveStreamVM.getVideoChannel().name) - } - - - R.id.btn_set_live_stream_quality -> { - showSetLiveStreamQualityDialog() - } - - R.id.btn_get_live_stream_quality -> { - ToastUtils.showToast(liveStreamVM.getLiveStreamQuality().name) - } - - R.id.btn_set_live_stream_bit_rate_mode -> { - showSetLiveStreamBitRateModeDialog() - } - - R.id.btn_get_live_stream_bit_rate_mode -> { - ToastUtils.showToast(liveStreamVM.getLiveVideoBitRateMode().name) - } - - R.id.btn_set_live_stream_bit_rate -> { - showSetLiveStreamBitrateDialog() - } - - R.id.btn_get_live_stream_bit_rate -> { - ToastUtils.showToast(liveStreamVM.getLiveVideoBitRate().toString()) - } - - R.id.btn_enable_audio -> { - liveStreamVM.setLiveAudioEnabled(true) - } - - R.id.btn_disable_audio -> { - liveStreamVM.setLiveAudioEnabled(false) - } - } - } - - private fun stopStream() { - liveStreamVM.stopStream(object:CommonCallbacks.CompletionCallback{ - override fun onSuccess() { - ToastUtils.showToast(StringUtils.getResStr(R.string.msg_stop_live_stream_success)) - clearLiveStreamInfo() - } - - override fun onFailure(error: IDJIError) { - ToastUtils.showToast( - StringUtils.getResStr( - R.string.msg_stop_live_stream_failed, - error.description() - ) - ) - } - }) - } - - private fun showSetLiveStreamRtmpConfigDialog(){ - val factory = LayoutInflater.from(this@LiveStreamFragment.requireContext()) - val rtmpConfigView = factory.inflate(R.layout.dialog_livestream_rtmp_config_view, null) - val etRtmpUrl = rtmpConfigView.findViewById(R.id.et_livestream_rtmp_config) - etRtmpUrl.setText( - liveStreamVM.getRtmpUrl().toCharArray(), - 0, - liveStreamVM.getRtmpUrl().length - ) - configDialog = this@LiveStreamFragment.requireContext().let { - AlertDialog.Builder(it, R.style.Base_ThemeOverlay_AppCompat_Dialog_Alert) - .setIcon(android.R.drawable.ic_menu_camera) - .setTitle(R.string.ad_set_live_stream_rtmp_config) - .setCancelable(false) - .setView(rtmpConfigView) - .setPositiveButton(R.string.ad_confirm) { configDialog, _ -> - kotlin.run { - val inputValue = etRtmpUrl.text.toString() - if (TextUtils.isEmpty(inputValue)) { - ToastUtils.showToast(msg) - } else { - liveStreamVM.setRTMPConfig(inputValue) - } - configDialog.dismiss() - } - } - .setNegativeButton(R.string.ad_cancel) { configDialog, _ -> - kotlin.run { - configDialog.dismiss() - } - } - .create() - } - configDialog.show() - } - - private fun showSetLiveStreamRtspConfigDialog(){ - val factory = LayoutInflater.from(this@LiveStreamFragment.requireContext()) - val rtspConfigView = factory.inflate(R.layout.dialog_livestream_rtsp_config_view, null) - val etRtspUsername = rtspConfigView.findViewById(R.id.et_livestream_rtsp_username) - val etRtspPassword = rtspConfigView.findViewById(R.id.et_livestream_rtsp_password) - val etRtspPort = rtspConfigView.findViewById(R.id.et_livestream_rtsp_port) - val rtspConfig = liveStreamVM.getRtspSettings() - if (!TextUtils.isEmpty(rtspConfig) && rtspConfig.length > 0) { - val configs = rtspConfig.trim().split("^_^") - etRtspUsername.setText( - configs[0].toCharArray(), - 0, - configs[0].length - ) - etRtspPassword.setText( - configs[1].toCharArray(), - 0, - configs[1].length - ) - etRtspPort.setText( - configs[2].toCharArray(), - 0, - configs[2].length - ) - } - - configDialog = this@LiveStreamFragment.requireContext().let { - AlertDialog.Builder(it, R.style.Base_ThemeOverlay_AppCompat_Dialog_Alert) - .setIcon(android.R.drawable.ic_menu_camera) - .setTitle(R.string.ad_set_live_stream_rtsp_config) - .setCancelable(false) - .setView(rtspConfigView) - .setPositiveButton(R.string.ad_confirm) { configDialog, _ -> - kotlin.run { - val inputUserName = etRtspUsername.text.toString() - val inputPassword = etRtspPassword.text.toString() - val inputPort = etRtspPort.text.toString() - if (TextUtils.isEmpty(inputUserName) || TextUtils.isEmpty(inputPassword) || TextUtils.isEmpty( - inputPort - ) - ) { - ToastUtils.showToast(msg) - } else { - try { - liveStreamVM.setRTSPConfig( - inputUserName, - inputPassword, - inputPort.toInt() - ) - } catch (e: NumberFormatException) { - ToastUtils.showToast("RTSP port must be int value") - } - } - configDialog.dismiss() - } - } - .setNegativeButton(R.string.ad_cancel) { configDialog, _ -> - kotlin.run { - configDialog.dismiss() - } - } - .create() - } - configDialog.show() - } - - private fun showSetLiveStreamGb28181ConfigDialog(){ - val factory = LayoutInflater.from(this@LiveStreamFragment.requireContext()) - val gbConfigView = factory.inflate(R.layout.dialog_livestream_gb28181_config_view, null) - val etGbServerIp = gbConfigView.findViewById(R.id.et_livestream_gb28181_server_ip) - val etGbServerPort = gbConfigView.findViewById(R.id.et_livestream_gb28181_server_port) - val etGbServerId = gbConfigView.findViewById(R.id.et_livestream_gb28181_server_id) - val etGbAgentId = gbConfigView.findViewById(R.id.et_livestream_gb28181_agent_id) - val etGbChannel = gbConfigView.findViewById(R.id.et_livestream_gb28181_channel) - val etGbLocalPort = gbConfigView.findViewById(R.id.et_livestream_gb28181_local_port) - val etGbPassword = gbConfigView.findViewById(R.id.et_livestream_gb28181_password) - - val gbConfig = liveStreamVM.getGb28181Settings() - if (!TextUtils.isEmpty(gbConfig) && gbConfig.isNotEmpty()) { - val configs = gbConfig.trim().split("^_^") - etGbServerIp.setText( - configs[0].toCharArray(), - 0, - configs[0].length - ) - etGbServerPort.setText( - configs[1].toCharArray(), - 0, - configs[1].length - ) - etGbServerId.setText( - configs[2].toCharArray(), - 0, - configs[2].length - ) - etGbAgentId.setText( - configs[3].toCharArray(), - 0, - configs[3].length - ) - etGbChannel.setText( - configs[4].toCharArray(), - 0, - configs[4].length - ) - etGbLocalPort.setText( - configs[5].toCharArray(), - 0, - configs[5].length - ) - etGbPassword.setText( - configs[6].toCharArray(), - 0, - configs[6].length - ) - } - - configDialog = this@LiveStreamFragment.requireContext()?.let { - AlertDialog.Builder(it, R.style.Base_ThemeOverlay_AppCompat_Dialog_Alert) - .setIcon(android.R.drawable.ic_menu_camera) - .setTitle(R.string.ad_set_live_stream_gb28181_config) - .setCancelable(false) - .setView(gbConfigView) - .setPositiveButton(R.string.ad_confirm) { configDialog, _ -> - kotlin.run { - val serverIp = etGbServerIp.text.toString() - val serverPort = etGbServerPort.text.toString() - val serverId = etGbServerId.text.toString() - val agentId = etGbAgentId.text.toString() - val channel = etGbChannel.text.toString() - val localPort = etGbLocalPort.text.toString() - val password = etGbPassword.text.toString() - if (TextUtils.isEmpty(serverIp) || TextUtils.isEmpty(serverPort) || TextUtils.isEmpty( - serverId - ) || TextUtils.isEmpty(agentId) || TextUtils.isEmpty(channel) || TextUtils.isEmpty( - localPort - ) || TextUtils.isEmpty(password) - ) { - ToastUtils.showToast(msg) - } else { - try { - liveStreamVM.setGB28181( - serverIp, - serverPort.toInt(), - serverId, - agentId, - channel, - localPort.toInt(), - password - ) - } catch (e: NumberFormatException) { - ToastUtils.showToast("RTSP port must be int value") - } - } - configDialog.dismiss() - } - } - .setNegativeButton(R.string.ad_cancel) { configDialog, _ -> - kotlin.run { - configDialog.dismiss() - } - } - .create() - } - configDialog.show() - } - - private fun showSetLiveStreamAgoraConfigDialog(){ - val factory = LayoutInflater.from(this@LiveStreamFragment.requireContext()) - val agoraConfigView = factory.inflate(R.layout.dialog_livestream_agora_config_view, null) - - val etAgoraChannelId = agoraConfigView.findViewById(R.id.et_livestream_agora_channel_id) - val etAgoraToken = agoraConfigView.findViewById(R.id.et_livestream_agora_token) - val etAgoraUid = agoraConfigView.findViewById(R.id.et_livestream_agora_uid) - - val agoraConfig = liveStreamVM.getAgoraSettings() - if (!TextUtils.isEmpty(agoraConfig) && agoraConfig.length > 0) { - val configs = agoraConfig.trim().split("^_^") - etAgoraChannelId.setText(configs[0].toCharArray(), 0, configs[0].length) - etAgoraToken.setText(configs[1].toCharArray(), 0, configs[1].length) - etAgoraUid.setText(configs[2].toCharArray(), 0, configs[2].length) - } - - configDialog = this@LiveStreamFragment.requireContext()?.let { - AlertDialog.Builder(it, R.style.Base_ThemeOverlay_AppCompat_Dialog_Alert) - .setIcon(android.R.drawable.ic_menu_camera) - .setTitle(R.string.ad_set_live_stream_agora_config) - .setCancelable(false) - .setView(agoraConfigView) - .setPositiveButton(R.string.ad_confirm) { configDialog, _ -> - kotlin.run { - val channelId = etAgoraChannelId.text.toString() - val token = etAgoraToken.text.toString() - val uid = etAgoraUid.text.toString() - if (TextUtils.isEmpty(channelId) || TextUtils.isEmpty(token) || TextUtils.isEmpty( - uid - ) - ) { - ToastUtils.showToast(msg) - } else { - liveStreamVM.setAgoraConfig(channelId, token, uid) - } - configDialog.dismiss() - } - } - .setNegativeButton(R.string.ad_cancel) { configDialog, _ -> - kotlin.run { - configDialog.dismiss() - } - } - .create() - } - configDialog.show() - } - - private fun showSetLiveStreamBitrateDialog(){ - val editText = EditText(this@LiveStreamFragment.requireContext()) - dialog = this@LiveStreamFragment.requireContext()?.let { - AlertDialog.Builder(it, R.style.Base_ThemeOverlay_AppCompat_Dialog_Alert) - .setIcon(android.R.drawable.ic_menu_camera) - .setTitle(R.string.ad_set_live_stream_bit_rate) - .setCancelable(false) - .setView(editText) - .setPositiveButton(R.string.ad_confirm) { dialog, _ -> - kotlin.run { - var inputValue = -1 - try { - editText.text?.let { - inputValue = it.toString().toInt() - } ?: let { - inputValue = -1 - } - } catch (e: Exception) { - inputValue = -1 - } - - if (inputValue == -1) { - ToastUtils.showToast("input is invalid") - } else { - liveStreamVM.setLiveVideoBitRate(inputValue) - } - dialog.dismiss() - } - } - .setNegativeButton(R.string.ad_cancel) { dialog, _ -> - kotlin.run { - dialog.dismiss() - } - } - .create() - } - dialog.show() - } - - private fun showSetLiveStreamQualityDialog(){ - val liveStreamQualities = liveStreamVM.getLiveStreamQualities() - liveStreamQualities?.let { - val items = arrayOfNulls(liveStreamQualities.size) - for (i in liveStreamQualities.indices) { - items[i] = liveStreamQualities[i].name - } - if (!items.isNullOrEmpty()) { - dialog = this@LiveStreamFragment.requireContext().let { - AlertDialog.Builder(it, R.style.Base_ThemeOverlay_AppCompat_Dialog_Alert) - .setIcon(android.R.drawable.ic_menu_camera) - .setTitle(R.string.ad_select_live_stream_quality) - .setCancelable(false) - .setSingleChoiceItems(items, checkedItem) { _, i -> - checkedItem = i - ToastUtils.showToast( - "选择所使用的bitRateMode: " + (items[i] ?: "选择所使用的bitRateMode为null"), - ) - } - .setPositiveButton(R.string.ad_confirm) { dialog, _ -> - kotlin.run { - if (checkedItem >= 0) { - liveStreamQuality = liveStreamQualities[checkedItem] - liveStreamVM.setLiveStreamQuality(liveStreamQuality) - } - dialog.dismiss() - } - } - .setNegativeButton(R.string.ad_cancel) { dialog, _ -> - kotlin.run { - dialog.dismiss() - } - } - .create() - } - } - dialog.show() - } - } - - private fun showSetLiveStreamBitRateModeDialog() { - val liveStreamBitrateModes = liveStreamVM.getLiveStreamBitRateModes() - liveStreamBitrateModes?.let { - val items = arrayOfNulls(liveStreamBitrateModes.size) - for (i in liveStreamBitrateModes.indices) { - items[i] = liveStreamBitrateModes[i].name - } - if (!items.isNullOrEmpty()) { - dialog = this@LiveStreamFragment.requireContext().let { - AlertDialog.Builder(it, R.style.Base_ThemeOverlay_AppCompat_Dialog_Alert) - .setIcon(android.R.drawable.ic_menu_camera) - .setTitle(R.string.ad_select_live_stream_bit_rate_mode) - .setCancelable(false) - .setSingleChoiceItems(items, checkedItem) { _, i -> - checkedItem = i - ToastUtils.showToast( - "选择所使用的bitRateMode: " + (items[i] ?: "选择所使用的bitRateMode为null"), - ) - } - .setPositiveButton("确认") { dialog, _ -> - kotlin.run { - if (checkedItem >= 0) { - liveStreamBitrateMode = liveStreamBitrateModes[checkedItem] - liveStreamVM.setLiveVideoBitRateMode(liveStreamBitrateMode) - } - dialog.dismiss() - } - } - .setNegativeButton("取消") { dialog, _ -> - kotlin.run { - dialog.dismiss() - } - } - .create() - } - } - dialog.show() - } - } - - private fun showSetLiveStreamChannelTypeDialog() { - val liveStreamChannelTypes = liveStreamVM.getLiveStreamChannelTypes() - liveStreamChannelTypes?.let { - val items = arrayOfNulls(liveStreamChannelTypes.size) - for (i in liveStreamChannelTypes.indices) { - items[i] = liveStreamChannelTypes[i].name - } - if (!items.isNullOrEmpty()) { - dialog = this@LiveStreamFragment.requireContext().let { - AlertDialog.Builder(it, R.style.Base_ThemeOverlay_AppCompat_Dialog_Alert) - .setIcon(android.R.drawable.ic_dialog_email) - .setTitle(R.string.ad_select_live_stream_channel_type) - .setCancelable(false) - .setSingleChoiceItems(items, checkedItem) { _, i -> - if (i < items.size) { - checkedItem = i - ToastUtils.showToast( - "选择使用所使用的channel: " + (items[i] ?: "选择使用所使用的channel为null"), - ) - } - } - .setPositiveButton("确认") { dialog, _ -> - kotlin.run { - if (checkedItem >= 0 && liveStreamVM.getVideoChannel() != liveStreamChannelTypes[checkedItem]) { - judgeChannel(liveStreamChannelTypes[checkedItem]) - }else{ - ToastUtils.showToast( - "Chanel is same" - ) - } - - dialog.dismiss() - } - } - .setNegativeButton("取消") { dialog, _ -> - kotlin.run { - dialog.dismiss() - } - } - .create() - } - } - dialog.show() - } - } - - private fun judgeChannel(videoChannel: VideoChannelType){ - if (liveStreamVM.getChannelStatus(videoChannel) == VideoChannelState.ON) { - setVideChannel(videoChannel) - }else{ - ToastUtils.showToast( - "Chanel is not open" - ) - } - } - - private fun setVideChannel(videoChannel:VideoChannelType){ - videoDecoder?.let { - videoDecoder?.onPause() - videoDecoder?.destroy() - videoDecoder = null - } - - if (videoDecoder == null) { - videoDecoder = VideoDecoder( - this@LiveStreamFragment.context, - videoChannel, - DecoderOutputMode.SURFACE_MODE, - surfaceView.holder, - -1, - -1, - true - ) - } else if (videoDecoder?.decoderStatus == DecoderState.PAUSED) { - videoDecoder?.onResume() - } - - liveStreamVM.setVideoChannel(videoChannel) - } - - private fun showSetLiveStreamConfigDialog() { - val liveStreamTypes = liveStreamVM.getLiveStreamTypes() - liveStreamTypes.let { - val items = arrayOfNulls(liveStreamTypes.size) - for (i in liveStreamTypes.indices) { - items[i] = liveStreamTypes[i].name - } - if (!items.isNullOrEmpty()) { - dialog = this@LiveStreamFragment.requireContext().let { - AlertDialog.Builder(it, R.style.Base_ThemeOverlay_AppCompat_Dialog_Alert) - .setIcon(android.R.drawable.ic_input_get) - .setTitle(R.string.ad_select_live_stream_type) - .setCancelable(false) - .setSingleChoiceItems(items, checkedItem) { _, i -> - checkedItem = i - isConfigSelected = true - ToastUtils.showToast( - "选择的直播类型为: " + (items[i] ?: "直播类型为null"), - ) - } - .setPositiveButton("确认") { dialog, _ -> - kotlin.run { - if (checkedItem >= 0 && isConfigSelected){ - liveStreamType = liveStreamTypes[checkedItem] - setLiveStreamConfig(liveStreamType) - } - dialog.dismiss() - isConfigSelected = false - } - } - .setNegativeButton("取消") { dialog, _ -> - kotlin.run { - dialog.dismiss() - isConfigSelected = false - } - } - .create() - } - } - dialog.show() - } - } - - private fun setLiveStreamConfig(liveStreamtype: LiveStreamType) { - liveStreamtype?.let { - when (liveStreamtype) { - LiveStreamType.RTMP -> { - showSetLiveStreamRtmpConfigDialog() - } - LiveStreamType.RTSP -> { - showSetLiveStreamRtspConfigDialog() - } - LiveStreamType.GB28181 -> { - showSetLiveStreamGb28181ConfigDialog() - } - LiveStreamType.AGORA -> { - showSetLiveStreamAgoraConfigDialog() - } - } - } - } - - override fun surfaceCreated(holder: SurfaceHolder) { - //重新创建的时候销毁openGL -// videoDecoder?.let { -// it.destory() -// } -// videoDecoder = null -// videoDecoder = VideoDecoder( -// this@LiveStreamFragment.context, -// liveStreamVM.getVideoChannel(), -// DecoderOutputMode.SURFACE_MODE, -// surfaceView.holder, -// surfaceView.width, -// surfaceView.height, -// true -// ) - - if (videoDecoder == null) { - videoDecoder = VideoDecoder( - this@LiveStreamFragment.context, - liveStreamVM.getVideoChannel(), - DecoderOutputMode.SURFACE_MODE, - surfaceView.holder, - -1, - -1, - true - ) - } else if (videoDecoder?.decoderStatus == DecoderState.PAUSED) { - videoDecoder?.onResume() - } - - curWidth = surfaceView.width - curHeight = surfaceView.height - } - - override fun surfaceChanged(holder: SurfaceHolder, format: Int, width: Int, height: Int) { - if (videoDecoder == null) { - videoDecoder = VideoDecoder( - this@LiveStreamFragment.context, - liveStreamVM.getVideoChannel(), - DecoderOutputMode.SURFACE_MODE, - surfaceView.holder, - -1, - -1, - true - ) - } else if (videoDecoder?.decoderStatus == DecoderState.PAUSED) { - videoDecoder?.onResume() - } - curWidth = width - curHeight = height - } - - override fun surfaceDestroyed(holder: SurfaceHolder) { - videoDecoder?.let { - videoDecoder?.onPause() - } - } - - override fun onDestroyView() { - super.onDestroyView() - videoDecoder?.let { - it.destroy() - } - if (isStreaming) { - stopStream() - } - } -} \ No newline at end of file diff --git a/SampleCode-V5/android-sdk-v5-sample/module-common/src/main/java/dji/sampleV5/modulecommon/util/ToastUtils.kt b/SampleCode-V5/android-sdk-v5-sample/module-common/src/main/java/dji/sampleV5/modulecommon/util/ToastUtils.kt deleted file mode 100644 index 4c25c74e..00000000 --- a/SampleCode-V5/android-sdk-v5-sample/module-common/src/main/java/dji/sampleV5/modulecommon/util/ToastUtils.kt +++ /dev/null @@ -1,50 +0,0 @@ -package dji.sampleV5.modulecommon.util - -import android.os.Handler -import android.os.HandlerThread -import android.widget.Toast -import dji.v5.utils.common.ContextUtil -import dji.v5.utils.common.LogUtils -import java.lang.IllegalStateException - -private const val TAG = "ToastUtils" - -object ToastUtils { - private var handlerThread: HandlerThread? = null - private var handler: Handler? = null - private var toast: Toast? = null - - private var isActivityDestroy = false - - - //Toast必须在子线程,否则SmartController遥控器(Android 版本7.1.2)会奔溃:https://www.jianshu.com/p/ccfc5fa3130c - fun init() { - handlerThread = HandlerThread("ToastUtils") - handlerThread?.start() - handler = Handler(handlerThread!!.looper) - isActivityDestroy = false - } - - fun destroy() { - LogUtils.e(TAG, "destroy") - handler?.removeCallbacksAndMessages(null) - isActivityDestroy = true - handlerThread?.quitSafely() - } - - fun showToast(msg: String) { - if (handlerThread == null || handlerThread?.looper == null) { - throw IllegalStateException("ToastUtil has not been initialized yet, please call the init method before calling this method") - } - if (isActivityDestroy) { - LogUtils.e(TAG, "Activity has destroy!") - return - } - - handler?.post { - toast?.cancel() - toast = Toast.makeText(ContextUtil.getContext(), msg, Toast.LENGTH_SHORT) - toast?.show() - } - } -} diff --git a/SampleCode-V5/android-sdk-v5-sample/module-common/src/main/res/drawable/selector_select_icon.xml b/SampleCode-V5/android-sdk-v5-sample/module-common/src/main/res/drawable/selector_select_icon.xml deleted file mode 100644 index afeff6dd..00000000 --- a/SampleCode-V5/android-sdk-v5-sample/module-common/src/main/res/drawable/selector_select_icon.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/SampleCode-V5/android-sdk-v5-sample/module-common/src/main/res/layout/frag_live_stream_page.xml b/SampleCode-V5/android-sdk-v5-sample/module-common/src/main/res/layout/frag_live_stream_page.xml deleted file mode 100644 index f70c4fd0..00000000 --- a/SampleCode-V5/android-sdk-v5-sample/module-common/src/main/res/layout/frag_live_stream_page.xml +++ /dev/null @@ -1,167 +0,0 @@ - - - - - - - -