Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

PlantUML Render Macro
formatSVG
titleGet Mute

@startuml
autonumber

box "Container" #LightGreen
participant GStreamer_client
participant rialtoClient
end box

box "Platform" #LightBlue
participant rialtoServer
participant GStreamer_server
end box


GStreamer_client  ->  rialtoClient:     getMute(pipeline_session)
rialtoClient      ->  rialtoServer:     getMute(pipeline_session)
rialtoServer      ->  GStreamer_server: gst_stream_volume_get_mute(pipeline)
GStreamer_server  --> rialtoServer:     mute
rialtoServer      --> rialtoClient:     mute
rialtoClient      --> GStreamer_client: mute
@enduml


Process Audio Gap

API for processing audio gap for a pipeline session. Functionality used to avoid audio pops during transitions.