OpenVeo Publish server

API Docs for: 8.0.0
Show:

mediaPlatformFactory

Summary

Defines a factory to create media platforms' providers.

Item Index

Methods

Methods

get

Syntax

get

(
  • type
  • providerConf
)
MediaPlatformProvider static

Summary

Gets an instance of a MediaPlatformProvider giving a type and a configuration object.

Parameters:

  • type String

    The type of the provider platform to instanciate

  • providerConf Object

    A media platform configuration object, it's structure depend on the provider's type, see extended objects for more information

Returns:

MediaPlatformProvider:

An instance of a MediaPlatformProvider sub class