Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[APT-9564] Clean up deprecated methods in ExoplayerExt #28

Merged
merged 1 commit into from
Dec 6, 2023

Conversation

kschults
Copy link
Contributor

@kschults kschults commented Dec 6, 2023

No description provided.

@BarryFruitman BarryFruitman self-requested a review December 6, 2023 19:32
@BarryFruitman BarryFruitman self-assigned this Dec 6, 2023
@@ -52,11 +51,11 @@ internal fun createRenderersFactory(context: Context): RenderersFactory =
RenderersFactory { eventHandler, _, audioRendererEventListener, _, _ ->
// Default audio sink taken from DefaultRenderersFactory. We need to provide it in order to enable offloading
// Note that we need to provide a new audio sink for each call - playback fails if we reuse the sink
val audioSink = DefaultAudioSink(
AudioCapabilities.getCapabilities(context),
DefaultAudioProcessorChain(),

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't see an equivalent of this in the new code. Is that intentional?

@kschults kschults force-pushed the karl/APT-9564-dash-progress branch from 2814259 to 62f57db Compare December 6, 2023 19:38
@SeanoAndroid SeanoAndroid self-assigned this Dec 6, 2023
@kschults kschults merged commit 19e38c9 into main Dec 6, 2023
6 checks passed
@kschults kschults deleted the karl/APT-9564-dash-progress branch December 6, 2023 19:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants