The WMAcast type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Connect |
Establishes a connection to the WMAcast server (network or publishing point).
(Overrides StreamingServerConnect.) | |
| Disconnect |
Disconnects from an WMAcast server.
(Overrides StreamingServerDisconnect.) | |
| Dispose |
Implement IDisposable.
(Inherited from StreamingServer.) | |
| Finalize |
Finalization code.
(Inherited from StreamingServer.) | |
| GetListeners |
Returns the number of listeners currently connected (only if UsePublish is set to ).
(Overrides StreamingServerGetListeners(String).) | |
| GetStats |
Returns the XML stats of the server.
(Overrides StreamingServerGetStats(String).) | |
| Login |
Performs a login and initializes the WMAcast server.
(Overrides StreamingServerLogin.) | |
| SendData |
Sends sample data to the underlying WMA encoder.
(Overrides StreamingServerSendData(IntPtr, Int32).) | |
| UpdateTitle(String, String) |
Updates the song title of the streaming server.
(Overrides StreamingServerUpdateTitle(String, String).) | |
| UpdateTitle(TAG_INFO, String) |
Updates the song title of the streaming server.
(Inherited from StreamingServer.) |
See Also