Platform SDK: Broadcast Architecture |
The IATVEFInserterConfig interface provides two methods for initializing a CSendATVEFInserter object to send out announcements, triggers, and packages over a TCP connection directly to a VBI Inserter, bypassing the Broadcast Router. You must call either one or the other of these methods exactly once during the lifetime of the object, before your application attempts to send any data.
Implemented by CSendATVEFInserter in ATVEFSnd.dll.
A content server application must call this interface to initialize its CSendATVEFInserter object.
IUnknown method | Description |
---|---|
QueryInterface | Returns pointers to supported interfaces. |
AddRef | Increments the reference count. |
Release | Decrements the reference count. |
IATVEFInserterConfig Method | Description |
---|---|
Initialize | Initializes the CSendATVEFInserter object to send its data over a network to the VBI Inserter using default compression options. |
InitializeEx | Initializes the CSendATVEFInserter object to send its data over a network to the VBI Inserter, with parameters for specifying certain compression options. |