duncan3dc\Sonos\Tracks\Stream::getName PHP Method

getName() public method

Get the name for this stream.
public getName ( ) : string
return string
    public function getName()
    {
        return $this->name;
    }