Stay organized with collections
Save and categorize content based on your preferences.
interface DefaultVideoFrameProcessor.ReleaseOutputTextureCallback
Releases the output information stored for textures before and at presentationTimeUs
.
Summary
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-05-15 UTC.
[null,null,["Last updated 2025-05-15 UTC."],[],[],null,["# DefaultVideoFrameProcessor.ReleaseOutputTextureCallback\n=======================================================\n\nArtifact: [androidx.media3:media3-effect](/jetpack/androidx/releases/media3) \n[View Source](https://cs.android.com/search?q=file:androidx/media3/effect/DefaultVideoFrameProcessor.java+class:androidx.media3.effect.DefaultVideoFrameProcessor.ReleaseOutputTextureCallback)\n\n*** ** * ** ***\n\nKotlin \\|[Java](/reference/androidx/media3/effect/DefaultVideoFrameProcessor.ReleaseOutputTextureCallback \"View this page in Java\")\n\n\n```\ninterface DefaultVideoFrameProcessor.ReleaseOutputTextureCallback\n```\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\nReleases the output information stored for textures before and at `presentationTimeUs`.\n\nSummary\n-------\n\n| ### Public functions |\n|-------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [Unit](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-unit/index.html) | [release](/reference/kotlin/androidx/media3/effect/DefaultVideoFrameProcessor.ReleaseOutputTextureCallback#release(long))`(presentationTimeUs: `[Long](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-long/index.html)`)` |\n\nPublic functions\n----------------\n\n### release\n\n```\nfun release(presentationTimeUs: Long): Unit\n```"]]