Interface Device.Player.Factory

All Superinterfaces:
PcmFormat.Selector
All Known Subinterfaces:
AudioStream.Factory
Enclosing interface:
Device.Player

public static interface Device.Player.Factory extends PcmFormat.Selector
Player factory interface.
  • Method Summary

    Modifier and Type
    Method
    Description
    layout(PcmFormat format)
    Gets the bit layout expected by players from this factory with the given format.
    open(PcmFormat format)
    Creates a player for the format, or throws exception if not possible.

    Methods inherited from interface net.avadeaux.klipspringer.codec.PcmFormat.Selector

    selectFormat