Stay organized with collections
Save and categorize content based on your preferences.
class SpliceScheduleCommand.ComponentSplice
Holds splicing information for specific splice schedule command components.
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,["# SpliceScheduleCommand.ComponentSplice\n=====================================\n\nArtifact: [androidx.media3:media3-extractor](/jetpack/androidx/releases/media3) \n[View Source](https://cs.android.com/search?q=file:androidx/media3/extractor/metadata/scte35/SpliceScheduleCommand.java+class:androidx.media3.extractor.metadata.scte35.SpliceScheduleCommand.ComponentSplice)\n\n*** ** * ** ***\n\nKotlin \\|[Java](/reference/androidx/media3/extractor/metadata/scte35/SpliceScheduleCommand.ComponentSplice \"View this page in Java\")\n\n\n```\nclass SpliceScheduleCommand.ComponentSplice\n```\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\nHolds splicing information for specific splice schedule command components.\n\nSummary\n-------\n\n| ### Public properties |\n|-------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------|\n| [Int](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-int/index.html) | [componentTag](/reference/kotlin/androidx/media3/extractor/metadata/scte35/SpliceScheduleCommand.ComponentSplice#componentTag()) |\n| [Long](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-long/index.html) | [utcSpliceTime](/reference/kotlin/androidx/media3/extractor/metadata/scte35/SpliceScheduleCommand.ComponentSplice#utcSpliceTime()) |\n\nPublic properties\n-----------------\n\n### componentTag\n\n```\nval componentTag: Int\n``` \n\n### utcSpliceTime\n\n```\nval utcSpliceTime: Long\n```"]]