doc: Clarify doc of StreamPlayer.get_stream_name()

Closes #6196.
[ci skip]
This commit is contained in:
Rémi Verschelde 2017-09-24 13:51:23 +02:00
parent e25c37afa1
commit cba8052259

View file

@ -12512,7 +12512,7 @@
<return type="String">
</return>
<description>
Return the name of the currently assigned stream. This is not the file name, but a field inside the file. If no stream is assigned, if returns "&lt;No Stream&gt;".
Return the name of the currently assigned stream [Resource]. This is not the file name, but the name property of the resource, which can be empty if not defined. If no stream is assigned, if returns "&lt;No Stream&gt;".
</description>
</method>
<method name="get_tempo_scale" qualifiers="const">