Module: GstAudio::AudioBaseSinkSlaveMethod

Defined in:
(unknown)

Constant Summary collapse

RESAMPLE =

Resample to match the master clock

0 or :resample
SKEW =

Adjust playout pointer when master clock drifts too much.

1 or :skew
NONE =

No adjustment is done.

2 or :none
CUSTOM =

Use custom clock slaving algorithm (Since: 1.6)

3 or :custom