Fragmentor.Fragment.Video (fragmentor v0.1.2)

Module that contains represents the structure of a Fragment of type Video

Link to this section Summary

Link to this section Types

@type t() :: %Fragmentor.Fragment.Video{
  fragment_type: String.t(),
  provider: String.t(),
  url: String.t(),
  video_id: String.t()
}