Class ALASFBroadcast.TALASFBroadcast
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
(6 intermediate revisions by one user not shown) | |||
Line 28: | Line 28: | ||
=== C# (.NET): === | === C# (.NET): === | ||
<code> | <code> | ||
− | '''public ref class''' | + | '''public ref class''' ASFBroadcast : [[Class MLWMFBaseComponent.TMLASFBaseBroadcast|Mitov.AudioLab.ASFBaseBroadcast]] |
</code> | </code> | ||
== Summary == | == Summary == | ||
Line 44: | Line 44: | ||
Internet in Advanced Systems Format (ASF and WMA) using | Internet in Advanced Systems Format (ASF and WMA) using | ||
Windows Media Encoding. | Windows Media Encoding. | ||
+ | |||
+ | |||
+ | |||
+ | <b>Diagram:</b> | ||
+ | |||
+ | [[Image:ALASFBroadcast_Preview.png]] | ||
== Pins == | == Pins == | ||
Line 56: | Line 62: | ||
*[[Property MLWMFBaseComponent.TMLASFBaseBroadcast.MaxClients|MaxClients]] | *[[Property MLWMFBaseComponent.TMLASFBaseBroadcast.MaxClients|MaxClients]] | ||
*[[Property MLWMFBaseComponent.TMLASFBaseBroadcast.PublishingPoints|PublishingPoints]] | *[[Property MLWMFBaseComponent.TMLASFBaseBroadcast.PublishingPoints|PublishingPoints]] | ||
+ | *[[Property MLWMFBaseComponent.TMLASFBaseBroadcast.LiveSource|LiveSource]] | ||
== Methods == | == Methods == | ||
Line 78: | Line 85: | ||
=== Public === | === Public === | ||
*[[Property MLWMFBaseComponent.TMLWMFBaseSink.Opened|Opened]] | *[[Property MLWMFBaseComponent.TMLWMFBaseSink.Opened|Opened]] | ||
− | |||
− | |||
− | |||
== From [[Class MLWMFBaseComponent.TMLWMFBaseComponent|TMLWMFBaseComponent]] == | == From [[Class MLWMFBaseComponent.TMLWMFBaseComponent|TMLWMFBaseComponent]] == |
Latest revision as of 00:30, 26 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: AudioLabPkg
Unit: ALASFBroadcast
Inherits: TMLASFBaseBroadcast
Contents |
Syntax
Delphi:
type TALASFBroadcast = class( TMLASFBaseBroadcast )
C++ Builder:
class TALASFBroadcast : public TMLASFBaseBroadcast
Visual C++ (MFC):
class CTALASFBroadcast : public CTMLASFBaseBroadcast
C# (.NET):
public ref class ASFBroadcast : Mitov.AudioLab.ASFBaseBroadcast
Summary
Broadcasts WMA or ASF streams over Internet using TCP/IP socket and/or publishing point(s).
Description
Requires DirectShow 8.1 or higher.
This component also requires Windows Media Encoder. Please visit:
[[1]]to obtain a copy of Windows Media Encoder.
This component can be used to broadcast Audio streams over Internet in Advanced Systems Format (ASF and WMA) using Windows Media Encoding.
Diagram:
Pins
- InputPin - The Audio Input Pin of the component.