Class LiveRecordResult

    • Constructor Detail

      • LiveRecordResult

        public LiveRecordResult()
      • LiveRecordResult

        public LiveRecordResult​(LiveRecordResult source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getOutputStorage

        public TaskOutputStorage getOutputStorage()
        Get 直播录制文件的目标存储。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        OutputStorage 直播录制文件的目标存储。 注意:此字段可能返回 null,表示取不到有效值。
      • setOutputStorage

        public void setOutputStorage​(TaskOutputStorage OutputStorage)
        Set 直播录制文件的目标存储。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        OutputStorage - 直播录制文件的目标存储。 注意:此字段可能返回 null,表示取不到有效值。
      • getFileList

        public LiveRecordFile[] getFileList()
        Get 直播录制文件列表 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        FileList 直播录制文件列表 注意:此字段可能返回 null,表示取不到有效值。
      • setFileList

        public void setFileList​(LiveRecordFile[] FileList)
        Set 直播录制文件列表 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        FileList - 直播录制文件列表 注意:此字段可能返回 null,表示取不到有效值。