BasePlayerPlayAudioStream Method (String) |
Play an 'audio stream' for this
BasePlayer. Normal audio files also work (e.g. MP3).
Namespace:
SampSharp.GameMode.World
Assembly:
SampSharp.GameMode (in SampSharp.GameMode.dll) Version: 0.0.0-local+709673996c0cc3c0733358a87691d1009326afa7
Syntaxpublic virtual void PlayAudioStream(
string url
)
Parameters
- url
- Type: SystemString
The url to play. Valid formats are mp3 and ogg/vorbis. A link to a .pls (playlist) file will play
that playlist.
See Also