|
Public Member Functions |
StreamEndPoint_A | create_A (in StreamCtrl the_requester, out VDev the_vdev, inout streamQoS the_qos, out boolean met_qos, inout string named_vdev, in flowSpec the_spec) raises (streamOpFailed, streamOpDenied, notSupported, QoSRequestFailed, noSuchFlow) |
StreamEndPoint_B | create_B (in StreamCtrl the_requester, out VDev the_vdev, inout streamQoS the_qos, out boolean met_qos, inout string named_vdev, in flowSpec the_spec) raises (streamOpFailed, streamOpDenied, notSupported, QoSRequestFailed, noSuchFlow) |
StreamCtrl | bind (in MMDevice peer_device, inout streamQoS the_qos, out boolean is_met, in flowSpec the_spec) raises (streamOpFailed, noSuchFlow, QoSRequestFailed) |
StreamCtrl | bind_mcast (in MMDevice first_peer, inout streamQoS the_qos, out boolean is_met, in flowSpec the_spec) raises (streamOpFailed, noSuchFlow, QoSRequestFailed) |
| Multicast bind.
|
void | destroy (in StreamEndPoint the_ep, in string vdev_name) raises (notSupported) |
| Remove the StreamEndPoint and the related vdev.
|
string | add_fdev (in Object the_fdev) raises (notSupported, streamOpFailed) |
| Not supported in the light profile, raises notsupported.
|
Object | get_fdev (in string flow_name) raises (notSupported, noSuchFlow) |
| Not supported in the light profile, raises notsupported.
|
void | remove_fdev (in string flow_name) raises (notSupported, noSuchFlow, streamOpFailed) |
| Not supported in the light profile, raises notsupported.
|