Class LiveRecordTaskInput

    • Constructor Detail

      • LiveRecordTaskInput

        public LiveRecordTaskInput()
      • LiveRecordTaskInput

        public LiveRecordTaskInput​(LiveRecordTaskInput 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

      • getDefinition

        public Long getDefinition()
        Get 直播录制模板 ID。
        Returns:
        Definition 直播录制模板 ID。
      • setDefinition

        public void setDefinition​(Long Definition)
        Set 直播录制模板 ID。
        Parameters:
        Definition - 直播录制模板 ID。
      • getOutputStorage

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

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

        public String getOutputObjectPath()
        Get 直播录制后文件的输出路径。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        OutputObjectPath 直播录制后文件的输出路径。 注意:此字段可能返回 null,表示取不到有效值。
      • setOutputObjectPath

        public void setOutputObjectPath​(String OutputObjectPath)
        Set 直播录制后文件的输出路径。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        OutputObjectPath - 直播录制后文件的输出路径。 注意:此字段可能返回 null,表示取不到有效值。