interface IMediaDataCenter |
Package: | dji.v5.manager.interfaces |
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
IVideoStreamManager getVideoStreamManager() |
Package: | dji.v5.manager.interfaces |
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
IVideoStreamManager | Return an instance of VideoStreamManager |
IMediaManager getMediaManager() |
Package: | dji.v5.manager.interfaces |
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
IMediaManager | Return an instance of MediaManager. |
ILiveStreamManager getLiveStreamManager() |
Package: | dji.v5.manager.interfaces |
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
ILiveStreamManager | Return an instance of LiveStreamManager. |
{{searchCount}} Results