Interface Mp3EncoderProvider


public interface Mp3EncoderProvider
Provide a MP3 encoder.
  • Method Details

    • getDefault

      static Mp3Encoder getDefault()
      Get the default Mp3Encoder (if any).

      Rely on the first Mp3EncoderProvider found in the global lookup.

      Returns:
      Can be null.
    • getMp3Encoder

      Mp3Encoder getMp3Encoder()