Commit dc102927 by olly Committed by Oliver Woodman

Change getCodecOperatingRate visibility.

PiperOrigin-RevId: 323477041
parent 1ed5d8b5
......@@ -1600,6 +1600,11 @@ public abstract class MediaCodecRenderer extends BaseRenderer {
return operatingRate;
}
/** Returns the operating rate used by the current codec */
protected float getCodecOperatingRate() {
return codecOperatingRate;
}
/**
* Returns the {@link MediaFormat#KEY_OPERATING_RATE} value for a given renderer operating rate,
* current {@link Format} and set of possible stream formats.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment