Click or drag to resize
IRebroadcastFormatManager Methods

The IRebroadcastFormatManager type exposes the following members.

Methods
  NameDescription
Public methodCreateProvider
Creates a new instance of the provider with the unique ID passed across. Returns null if no provider is registered for the ID passed across.
Public methodGetProvider
Returns the registered provider with the identifier supplied or null if no provider has been registered for this ID.
Public methodGetRegisteredFormats
Returns a collection of all registered rebroadcast server formats in a summarised form.
Public methodInitialise
Initialises the format manager.
Public methodRegisterProvider
Registers a provider.
Public methodShortName
Returns the short name associated with the unique ID passed across. If there is no provider registered with the unique ID then a string along the lines of "Unknown" is returned.
Top
See Also