NVIDIA Iray API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
mi::rtmp::IFactory Class Referenceabstract

The factory can be used to instantiate the built-in RTMP server. More...

Inheritance diagram for mi::rtmp::IFactory:
Inheritance graph
[legend]

Public Member Functions

virtual IServer create_server ()=0
  Creates a new RTMP server. More...
 

Additional Inherited Members

- Public Types inherited from mi::base::Interface_declare< 0x2e6055f1, 0xf94d, 0x4a2c, 0xb2, 0x0a, 0x30, 0xde, 0xb6, 0xde, 0xc8, 0x8c >
typedef Interface_declare< id1,
id2, id3, id4, id5, id6, id7,
id8, id9, id10, id11,
IInterface
Self
  Own type. More...
 
typedef Uuid_t< id1, id2, id3,
id4, id5, id6, id7, id8, id9,
id10, id11 > 
IID
  Declares the interface ID (IID) of this interface. More...
 
- Static Public Member Functions inherited from mi::base::Interface_declare< 0x2e6055f1, 0xf94d, 0x4a2c, 0xb2, 0x0a, 0x30, 0xde, 0xb6, 0xde, 0xc8, 0x8c >
static bool  compare_iid (const Uuid &iid)
  Compares the interface ID iid against the interface ID of this interface and of its ancestors. More...
 

Detailed Description

The factory can be used to instantiate the built-in RTMP server.

Member Function Documentation

virtual IServer* mi::rtmp::IFactory::create_server ( )
pure virtual

Creates a new RTMP server.

Returns
The new RTMP server