import "AVStreams.idl";
Inheritance diagram for AVStreams::Basic_StreamCtrl:
Public Member Functions | |
void | stop (in flowSpec the_spec) raises (noSuchFlow) |
void | start (in flowSpec the_spec) raises (noSuchFlow) |
void | destroy (in flowSpec the_spec) raises (noSuchFlow) |
boolean | modify_QoS (inout streamQoS new_qos, in flowSpec the_spec) raises (noSuchFlow, QoSRequestFailed) |
oneway void | push_event (in streamEvent the_event) |
void | set_FPStatus (in flowSpec the_spec, in string fp_name, in any fp_settings) raises (noSuchFlow, FPError) |
Used to control the flow protocol parameters. | |
Object | get_flow_connection (in string flow_name) raises (noSuchFlow, notSupported) |
void | set_flow_connection (in string flow_name, in Object flow_connection) raises (noSuchFlow, notSupported) |
|
Tears down the stream. This will close the connection, and delete the streamendpoint and vdev associated with this stream Empty the_spec means apply operation to all flows. |
|
Not implemented in the light profile, will raise the notsupported exception. |
|
Changes the QoS associated with the stream Empty the_spec means apply operation to all flows. |
|
Called by StreamEndPoint when something goes wrong with a flow. |
|
Not implemented in the light profile, will raise the notsupported exception. |
|
Used to control the flow protocol parameters.
|
|
Start the transfer of data in the stream. Empty the_spec means apply operation to all flows. |
|
Stop the transfer of data of the stream.Empty the_spec means apply operation to all flows. |