Interface Mp4Builder

  • All Known Implementing Classes:
    DefaultMp4Builder, FragmentedMp4Builder

    public interface Mp4Builder
    Transforms a Movie object to an IsoFile. Implementations can determine the specific format: Fragmented MP4, MP4, MP4 with Apple Metadata, MP4 with 3GPP Metadata, MOV.
    • Method Summary

      Modifier and Type Method Description
      Container build​(Movie movie)
      Builds the actual IsoFile from the Movie.
    • Method Detail

      • build

        Container build​(Movie movie)
        Builds the actual IsoFile from the Movie.
        Parameters:
        movie - data source
        Returns:
        the freshly built IsoFile