Skip to content

Conversation

@amanc3765
Copy link

Added Kotlin and Java snippets for following classes in Media3 Inspector module:

- MetadataRetriever
- FrameExtractor
- MediaExtractorCompat

These snippets will be added to DAC in a separate CL.
Also bumped Media3 version to 1.9.0-alpha01 to use this new module.

@snippet-bot
Copy link

snippet-bot bot commented Dec 2, 2025

Here is the summary of changes.

You are about to add 14 region tags.

This comment is generated by snippet-bot.
If you find problems with this result, please file an issue at:
https://github.com/googleapis/repo-automation-bots/issues.
To update this comment, add snippet-bot:force-run label or use the checkbox below:

  • Refresh this comment

Copy link

@MayuriKhinvasara MayuriKhinvasara left a comment

Choose a reason for hiding this comment

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

LGTM. Just one minor change.

} catch (IOException e) {
throw new RuntimeException(e);
} finally {
extractor.release(); // 3. Release the extractor

Choose a reason for hiding this comment

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

nit: Add comment above the release statement

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants