...
| PlantUML Render Macro | ||||
|---|---|---|---|---|
| ||||
@startuml
box "Container" #LightGreen box "Platform" #LightBlue
rialtoServer -> GStreamer_server: Subscribe for QOS event
opt Frames dropped or element changed processing strategy note across This event is generate whenever GStreamer generates a QoS event which is currently for these reasons: - The element dropped a buffer because of QoS reasons. - An element changed its processing strategy because of QoS reasons. This could include a decoder that decided to drop every B frame to increase its processing speed or an effect element switching to a lower quality algorithm. end note GStreamer_server -/ rialtoServer: GstBusMessage(qos_event) note right note over Cobalt, Starboard end @enduml |
API for setting and getting the volume :for a pipeline session.
| PlantUML Render Macro | ||||
|---|---|---|---|---|
| ||||
@startuml box "Container" #LightGreen box "Platform" #LightBlue
|