Skip to content

Commit 2588227

Browse files
authored
Adds a new DownstreamFormatChangedEvent class to be used when sending data between MediaStreamHandler and the 5GMSd Aware Application (#18)
1 parent 6ce05b9 commit 2588227

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

app/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ dependencies {
6262
implementation 'androidx.core:core-ktx:1.7.0'
6363
implementation 'androidx.appcompat:appcompat:1.6.1'
6464
implementation 'com.google.android.material:material:1.8.0'
65+
implementation "androidx.media3:media3-exoplayer:1.0.2"
6566
testImplementation 'junit:junit:4.13.2'
6667
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
6768
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
package com.fivegmag.a5gmscommonlibrary.eventbus
2+
import androidx.media3.exoplayer.source.MediaLoadData
3+
4+
class DownstreamFormatChangedEvent(val mediaLoadData: MediaLoadData)

0 commit comments

Comments
 (0)