Enables WMA encoding to a publishing point on a Windows Media server (default is , meaning direct network).
Namespace: Un4seen.Bass.Misc
Assembly: Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax
Property Value
Type: BooleanRemarks
Also note, that if streaming to a Windows Media server you must set the properties: PublishUrl, PublishUsername and PublishPassword.
If you set the UsePublish property to (default), encoding will directly be done to the network (pull mode): NetworkClients users might connect directly to the specified NetworkPort.
Set the UsePublish property to , in order to enable encoding to a publishing point on a Windows Media server (push mode).
Note: Directly changes the underlying WMA_UsePublish member.
See Also