duncan3dc\Sonos\Tracks\Stream::getName PHP 메소드

getName() 공개 메소드

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