Class MediaTrackItem

    • Constructor Detail

      • MediaTrackItem

        public MediaTrackItem()
      • MediaTrackItem

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

      • getType

        public String getType()
        Get 片段类型。取值有:
      • Video:视频片段;
      • Audio:音频片段;
      • Empty:空白片段;
      • Transition:转场。
Returns:
Type 片段类型。取值有:
  • Video:视频片段;
  • Audio:音频片段;
  • Empty:空白片段;
  • Transition:转场。
  • Parameters:
    Type - 片段类型。取值有:
  • Video:视频片段;
  • Audio:音频片段;
  • Empty:空白片段;
  • Transition:转场。