Inherits adtf::remote::catwo::ISession.
Inherited by adtf::remote::quiet::ISession.
|
|
| ADTF_IID (ISession, "session.hollow.remote.adtf") |
| | RPC interface ID of the ADTF Session RPC object server.
|
| |
| virtual const char * | GetObjectProperties (const char *strObject, uint32_t nFlags=tPropertyFlags::None) const =0 |
| |
| virtual const char * | GetPropertyType (const char *strObject, const char *strPropertyName) const =0 |
| |
|
| ADTF_IID (ISession, "session.catwo.remote.adtf") |
| | RPC interface ID of the ADTF Session RPC object server.
|
| |
| virtual const char * | GetObjects () const =0 |
| |
| virtual const char * | GetProperties (const char *strObject) const =0 |
| |
| virtual const char * | GetProperty (const char *strObject, const char *strPropertyName) const =0 |
| |
| virtual tResult | SetProperty (const char *strObject, const char *strPropertyName, const char *strPropertyValue)=0 |
| |
|
| ADTF_IID (ISession, "session.ant.remote.adtf") |
| | RPC interface ID of the ADTF Session RPC object server.
|
| |
|
virtual const char * | GetSessionUrl () const =0 |
| |
|
virtual const char * | GetSystemUrl () const =0 |
| |
|
virtual const char * | GetSystemPropertiesUrl () const =0 |
| |
|
virtual const char * | GetGraphUrl () const =0 |
| |
|
virtual const char * | GetGraphPropertiesUrl () const =0 |
| |
|
virtual const char * | GetSessionName () const =0 |
| |
| virtual tResult | LoadGraphFromUrl (const char *strGraphFile)=0 |
| |
| virtual tResult | LoadGraphPropertiesFromUrl (const char *strPropertiesFile)=0 |
| |
|
virtual const char * | GetActiveFilterGraph () const =0 |
| |
| virtual tResult | SetActiveFilterGraph (const char *strFilterGraphName)=0 |
| |
|
virtual const char * | GetActiveStreamingGraph () const =0 |
| |
| virtual tResult | SetActiveStreamingGraph (const char *strStreamingGraphName)=0 |
| |
|
|
static constexpr const tChar *const | DEFAULT_NAME = "session" |
| | Default RPC object server name of the ADTF Session RPC object server.
|
| |
◆ tPropertyFlags
◆ GetObjectProperties()
| virtual const char * adtf::remote::hollow::ISession::GetObjectProperties |
( |
const char * | strObject, |
|
|
uint32_t | nFlags = tPropertyFlags::None ) const |
|
pure virtual |
Retrieve the properties a given session object.
- Parameters
-
| [in] | strObject | The name of the session object. |
| [in] | nFlags | See tPropertyFlags. |
- Returns
- And XML string that contains a list of properties, their types and values in the following form:
<properties>
<property>
<name>name</name>
<type>type</type>
<value>value</value>
</property>
...
</properties>
◆ GetPropertyType()
| virtual const char * adtf::remote::hollow::ISession::GetPropertyType |
( |
const char * | strObject, |
|
|
const char * | strPropertyName ) const |
|
pure virtual |
Retrieves the type of a given property.
- Parameters
-
| [in] | strObject | The session object that the property belongs to. |
| [in] | strPropertyName | The name of the property. |
- Returns
- The type.
The documentation for this class was generated from the following file: