Interface HlsIngest.Builder

    • Method Detail

      • ingestEndpoints

        HlsIngest.Builder ingestEndpoints​(Collection<IngestEndpoint> ingestEndpoints)
        A list of endpoints to which the source stream should be sent.
        Parameters:
        ingestEndpoints - A list of endpoints to which the source stream should be sent.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ingestEndpoints

        HlsIngest.Builder ingestEndpoints​(IngestEndpoint... ingestEndpoints)
        A list of endpoints to which the source stream should be sent.
        Parameters:
        ingestEndpoints - A list of endpoints to which the source stream should be sent.
        Returns:
        Returns a reference to this object so that method calls can be chained together.