DJI Mobile SDK Documentation

      class DJIAudioFileInfo

      @interface DJIAudioFileInfo : NSObject
      Header:DJIAccessoryBaseTypes.h
      Inherits From:NSObject
      Description:

      The class contains the basic information of an audio file.

      Class Members:
      File Name
      property
      property fileName
      @property (nonatomic, copy) NSString *fileName
      Header:DJIAccessoryBaseTypes.h
      Description:

      The file name of the audio file. The aircraft will store the audio file with this file name.

      Storage Location
      property
      property storageLocation
      @property (nonatomic) DJIAudioStorageLocation storageLocation
      Header:DJIAccessoryBaseTypes.h
      Description:

      The storage type of the audio file. The storage types will determine the strategy of the aircraft to keep the file.

      See Also:

      DJIAudioStorageLocation