Skip to content

Commit

Permalink
refactor(android): migrate DefaultDashChunkSource to Kotlin (#4078)
Browse files Browse the repository at this point in the history
* refactor(android): migrate DefaultDashChunkSource to Kotlin
  • Loading branch information
seyedmostafahasani authored Aug 13, 2024
1 parent c6ae17e commit b7d1cab
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
package androidx.media3.exoplayer.dash

import androidx.media3.datasource.DataSource

class DefaultDashChunkSource {
class Factory(private val mediaDataSourceFactory: DataSource.Factory)
}

0 comments on commit b7d1cab

Please sign in to comment.