import <AVStreams.idl;
|
| void | stop () |
| |
| void | start () |
| |
| void | destroy () |
| |
| boolean | modify_QoS (inout AVStreams::QoS new_qos) raises (AVStreams::QoSRequestFailed) |
| |
| boolean | use_flow_protocol (in string fp_name, in any fp_settings) raises (AVStreams::FPError, AVStreams::notSupported) |
| |
| oneway void | push_event (in AVStreams::streamEvent the_event) |
| |
| boolean | connect_devs (in FDev a_party, in FDev b_party, inout AVStreams::QoS the_qos) raises (AVStreams::streamOpFailed, AVStreams::streamOpDenied, AVStreams::QoSRequestFailed) |
| |
| boolean | connect (in FlowProducer flow_producer, in FlowConsumer flow_consumer, inout AVStreams::QoS the_qos) raises (formatMismatch, FEPMismatch, alreadyConnected) |
| |
| boolean | disconnect () |
| |
| boolean | add_producer (in FlowProducer flow_producer, inout AVStreams::QoS the_qos) raises (alreadyConnected, AVStreams::notSupported) |
| |
| boolean | add_consumer (in FlowConsumer flow_consumer, inout AVStreams::QoS the_qos) raises (alreadyConnected) |
| |
| boolean | drop (in FlowEndPoint target) raises (notConnected) |
| |
◆ add_consumer()
◆ add_producer()
◆ connect()
◆ connect_devs()
◆ destroy()
| void AVStreams::FlowConnection::destroy |
( |
| ) |
|
◆ disconnect()
| boolean AVStreams::FlowConnection::disconnect |
( |
| ) |
|
◆ drop()
◆ modify_QoS()
◆ push_event()
◆ start()
| void AVStreams::FlowConnection::start |
( |
| ) |
|
◆ stop()
| void AVStreams::FlowConnection::stop |
( |
| ) |
|
◆ use_flow_protocol()
The documentation for this interface was generated from the following file: