BASS.NET API for the Un4seen BASS Audio Library

WMAcast Properties

BASS.NET API for the Un4seen BASS Audio Library

The WMAcast type exposes the following members.

Properties

  NameDescription
Public propertyEncoder
Returns the encoder interface which is used with this instance.
(Inherited from StreamingServer.)
Public propertyForceUTF8TitleUpdates
Gets or Sets if title updates (via UpdateTitle(String, String)) should in any case use UTF-8 (default is ).
(Inherited from StreamingServer.)
Public propertyIsConnected
Returns , if connected and logged into the WMAcast server - else .
(Overrides StreamingServerIsConnected.)
Public propertyLastError
Gets or Sets the last streaming error.
(Inherited from StreamingServer.)
Public propertyLastErrorMessage
Gets or Sets the last streaming error message.
(Inherited from StreamingServer.)
Public propertyLocalNetworkCardIPAddress
Gets or Sets a local IP address to use for cast server connections (=any, default):
(Inherited from StreamingServer.)
Public propertyNetworkClients
The maximum number of clients (up to 50) that can be connected (only used, if UsePublish is set to ) - default is 1.
Public propertyNetworkPort
The network port number for clients to conenct to (only used, if UsePublish is set to ) - default is 8080.
Public propertyPublishPassword
Password to use in connecting to the server (only used, if UsePublish is set to ).
Public propertyPublishUrl
URL of the publishing point on the Windows Media server (only used, if UsePublish is set to ).
Public propertyPublishUsername
Username to use in connecting to the server (only used, if UsePublish is set to ).
Public propertySongTitle
The current/last song title.
(Inherited from StreamingServer.)
Public propertySongUrl
The current/last song url.
(Inherited from StreamingServer.)
Public propertyUseBASS
Gets if native BASSenc should be used to connect and stream to the server (as specified in the constructor).
(Inherited from StreamingServer.)
Public propertyUsePublish
Enables WMA encoding to a publishing point on a Windows Media server (default is , meaning direct network).
Top
See Also

Reference