Class ZegoDataRecordConfig


  • public class ZegoDataRecordConfig
    extends java.lang.Object
    Record config.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String filePath
      The path to save the recording file, absolute path, need to include the file name, the file name need to specify the suffix, currently supports .mp4/.flv/.aac format files, if multiple recording for the same path, will overwrite the file with the same name.
      ZegoDataRecordType recordType
      Type of recording media
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • filePath

        public java.lang.String filePath
        The path to save the recording file, absolute path, need to include the file name, the file name need to specify the suffix, currently supports .mp4/.flv/.aac format files, if multiple recording for the same path, will overwrite the file with the same name. The maximum length should be less than 1024 bytes. Android developers can pass parameters through Uri, namely:String path = uri.toString();
    • Constructor Detail

      • ZegoDataRecordConfig

        public ZegoDataRecordConfig()