doc: Clarify doc of StreamPlayer.get_stream_name()
Closes #6196. [ci skip]
This commit is contained in:
parent
e25c37afa1
commit
cba8052259
1 changed files with 1 additions and 1 deletions
|
@ -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 "<No Stream>".
|
||||
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 "<No Stream>".
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_tempo_scale" qualifiers="const">
|
||||
|
|
Loading…
Reference in a new issue