Interface VideoSourceDetails.Builder

  • Method Details

    • mediaId

      Unique identifier for the video media file.

      Parameters:
      mediaId - Unique identifier for the video media file.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • mediaMimeType

      VideoSourceDetails.Builder mediaMimeType(String mediaMimeType)

      The MIME type of the video file (e.g., video/mp4, video/avi).

      Parameters:
      mediaMimeType - The MIME type of the video file (e.g., video/mp4, video/avi).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • startTimeMilliseconds

      VideoSourceDetails.Builder startTimeMilliseconds(Long startTimeMilliseconds)

      The starting timestamp in milliseconds for the relevant video segment.

      Parameters:
      startTimeMilliseconds - The starting timestamp in milliseconds for the relevant video segment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • endTimeMilliseconds

      VideoSourceDetails.Builder endTimeMilliseconds(Long endTimeMilliseconds)

      The ending timestamp in milliseconds for the relevant video segment.

      Parameters:
      endTimeMilliseconds - The ending timestamp in milliseconds for the relevant video segment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • videoExtractionType

      VideoSourceDetails.Builder videoExtractionType(String videoExtractionType)

      The type of video extraction performed on the content.

      Parameters:
      videoExtractionType - The type of video extraction performed on the content.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • videoExtractionType

      VideoSourceDetails.Builder videoExtractionType(VideoExtractionType videoExtractionType)

      The type of video extraction performed on the content.

      Parameters:
      videoExtractionType - The type of video extraction performed on the content.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: