Class MLWMFBaseComponent.TMLASFPublishingPoint
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: TLPCollectionItem
Contents |
Syntax
Delphi:
type TMLASFPublishingPoint = class( TLPCollectionItem )
C++ Builder:
class TMLASFPublishingPoint : public TLPCollectionItem
Visual C++ (MFC):
class CTMLASFPublishingPoint : public CTLPCollectionItem
C# (.NET):
public ref class ASFPublishingPoint : Vcl.VclCollectionItem
Summary
Publishing point settings class.
Description
Defines a class for the publishing point settings.
If the publishing point specified in ServerURL does not exist, the server creates a new publishing point. The caller must have write and create permissions on the server. The new publishing point has the same configuration as the publishing point specified in the TemplateURL parameter. If TemplateURL is not specified, the new publishing point has the same configuration as the server's default publishing point.
Properties
Published
- ServerURL - Specifies the desired server publishing point URL.
- TemplateURL - Optional URL of an existing publishing point to use as a template.
- AutoDestroy - Specifies whether to remove the publishing point after the push sink disconnects from the server.
- Enabled - Enables/Disables the publishing point.
- Credentials - Specifies credentials login information.
Events
- OnStatus - Occurs on ASF Publishing point status.