BASS.NET API for the Un4seen BASS Audio Library

WMAcastUsePublish Property

BASS.NET API for the Un4seen BASS Audio Library
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

public bool UsePublish { get; set; }

Property Value

Type: Boolean
Remarks

The default mode is active network streaming, meaning this server can directly be used by clients to connect.

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

Reference