Class MLWMFBaseComponent.TMLASFBaseBroadcast
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
Revision as of 02:44, 11 June 2013
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Package: AudioLabBasicPkg
Unit: MLWMFBaseComponent
Inherits: TMLWMFBaseSink
Contents |
Syntax
Delphi:
type TMLASFBaseBroadcast = class( TMLWMFBaseSink )
C++ Builder:
class TMLASFBaseBroadcast : public TMLWMFBaseSink
Visual C++ (MFC):
class CTMLASFBaseBroadcast : public CTMLWMFBaseSink
C# (.NET):
public ref class TMLASFBaseBroadcast : Mitov.AudioLab.WMFBaseSink
Summary
Abstract base class for ASF Video and Audio broadcasting components.
Description
This is abstract base class for ASF Video and Audio broadcasting components. Do not use this class directly. Use the derived classes instead.
Properties
Published
- LocalBroadcast - Specifies the setting for the broadcasting from the local TCP/IP port.
- MaxClients - Specifies the maximum number of clients that can connect to the component.
- PublishingPoints - Collection of publishing points.
- LiveSource
Methods
Public
- function Open() : Boolean - Opens the component and prepares it for broadcasting.
- procedure Close() - Closed the broadcasting component.
- procedure Disconnect() - Disconnects the broadcast.
Events
- OnStatus - Occurs on ASF Broadcast status.
From TMLWMFBaseSink
Properties
Published
- Enabled - Enables/Disables the component.
- Profile - The Windows Media Format profile.
- LiveSource - Specifies that the data is from a live source.
Public
- Opened - Indicates if the component is opened.
From TMLWMFBaseComponent
Methods
Public
- function Open() : Boolean - Opens the component and prepares it for broadcasting or logging.
- procedure Close() - Closed the broadcasting or logging component.