mirror of
https://github.com/samsonjs/media.git
synced 2026-03-28 09:55:48 +00:00
Also moved shared code to SegmentDownloadAction between its subclasses. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=202294880
7 lines
342 B
Text
7 lines
342 B
Text
# Proguard rules specific to the smoothstreaming module.
|
|
|
|
# Constructors accessed via reflection in SegmentDownloadAction
|
|
-dontnote com.google.android.exoplayer2.source.smoothstreaming.offline.SsDownloadAction
|
|
-keepclassmembers class com.google.android.exoplayer2.source.smoothstreaming.offline.SsDownloadAction {
|
|
static ** DESERIALIZER;
|
|
}
|