javazoom.jl.player.Player.Player C# (CSharp) Method

Player() public method

Creates a new Player instance.
public Player ( System stream ) : System
stream System
return System
        public Player(System.IO.Stream stream)
            : this(stream, null)
        {
        }

Same methods

Player::Player ( System stream, AudioDevice device ) : System