is AVClock instance required for invoke sink? #326
Replies: 4 comments
-
|
After discuses conclude that need to update the documentation about the sink. |
Beta Was this translation helpful? Give feedback.
-
|
The setClockMode API of the AVClock allows the middleware (MW) to configure the clock source as Auto, PCR, Video, or Audio, depending on the synchronization strategy required. |
Beta Was this translation helpful? Give feedback.
-
|
That documentation is quite clear, and notably AVClock is not mentioned anywhere in the audiosink docs as a precondition for anything. The sequence diagram shows the complete happy path — open(), start(), queueAudioFrame() — with no AVClock association step in sight. The gap is that it doesn't explicitly say AVClock is not required, let me fix that |
Beta Was this translation helpful? Give feedback.
-
|
Concluded — AVClock is not a precondition for Audio Sink operation. The Audio Sink documentation and sequence diagrams make no reference to AVClock as a required step. Closing. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
is AVClock instance required for invoke sink?
Beta Was this translation helpful? Give feedback.
All reactions