import "AVStreams.idl";
Public Member Functions | |
boolean | set_peer (in StreamCtrl the_ctrl, in VDev the_peer_dev, inout streamQoS the_qos, in flowSpec the_spec) raises (noSuchFlow, QoSRequestFailed, streamOpFailed) |
Called to tell the vdev who the streamctrl, peer vdev is. | |
boolean | set_Mcast_peer (in StreamCtrl the_ctrl, in MCastConfigIf a_mcastconfigif, inout streamQoS the_qos, in flowSpec the_spec) raises (noSuchFlow, QoSRequestFailed, streamOpFailed) |
Used to set the streamctrl and multicast device. | |
void | configure (in CosPropertyService::Property the_config_mesg) raises (PropertyException, streamOpFailed) |
Called by the peer VDev to configure the device (catch all). | |
void | set_format (in string flowName, in string format_name) raises (notSupported) |
void | set_dev_params (in string flowName, in CosPropertyService::Properties new_params) raises (PropertyException, streamOpFailed) |
Used to set device parameters. | |
boolean | modify_QoS (inout streamQoS the_qos, in flowSpec the_spec) raises (noSuchFlow, QoSRequestFailed) |
Called to change QoS of the device. |
|
Called by the peer VDev to configure the device (catch all).
|
|
Called to change QoS of the device.
|
|
Used to set device parameters.
|
|
Uses <formatname> standardised by OMG and IETF Used to set a format on a flowname. |
|
Used to set the streamctrl and multicast device.
|
|
Called to tell the vdev who the streamctrl, peer vdev is.
|