Module: GstAudio::AudioBaseSrcSlaveMethod

Defined in:
(unknown)

Constant Summary collapse

RESAMPLE =

Resample to match the master clock.

0 or :resample
RE_TIMESTAMP =

Retimestamp output buffers with master clock time.

1 or :re_timestamp
SKEW =

Adjust capture pointer when master clock drifts too much.

2 or :skew
NONE =

No adjustment is done.

3 or :none