BluezQt::Media Class
class BluezQt::MediaBluetooth Media. More...
Header: | #include <BluezQt/Media> |
CMake: | find_package(KF6 REQUIRED COMPONENTS BluezQt) target_link_libraries(mytarget PRIVATE KF6::BluezQt) |
Inherits: | QObject |
Public Functions
BluezQt::PendingCall * | registerEndpoint(BluezQt::MediaEndpoint *endpoint) |
BluezQt::PendingCall * | unregisterEndpoint(BluezQt::MediaEndpoint *endpoint) |
Detailed Description
This allows media endpoints to be established in accordance with the capabilities of a specific media service profile.
For example, an A2DP media endpoint could be created allowing data from a remote device to be streamed to/from the sender.
Each media endpoint is associated with a service object instance that implements the required behaviours of the endpoint. The service object must be created at a given path before it is registered.
See also MediaEndpoint.
Member Function Documentation
BluezQt::PendingCall *Media::registerEndpoint(BluezQt::MediaEndpoint *endpoint)
Registers an endpoint.
Register a local end point to sender, the sender can register as many end points as it likes.
Note: If the sender disconnects the end points are automatically unregistered.
Possible errors:
Returns void pending call.
BluezQt::PendingCall *Media::unregisterEndpoint(BluezQt::MediaEndpoint *endpoint)
Unregisters an endpoint.
Returns void pending call.