MCPcopy Create free account
hub / github.com/HandBrake/HandBrake / hb_audio_resample_set_sample_rate

Function hb_audio_resample_set_sample_rate

libhb/audio_resample.c:136–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134}
135
136void hb_audio_resample_set_sample_rate(hb_audio_resample_t *resample,
137 int sample_rate)
138{
139 if (resample != NULL)
140 {
141 resample->in.sample_rate = sample_rate;
142 }
143}
144
145int hb_audio_resample_update(hb_audio_resample_t *resample)
146{

Callers 3

InitAudioFunction · 0.85
DecodeFunction · 0.85
decodeAudioFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected