Skip to content

Commit

Permalink
Make DefaultMediaSourceFactory implements IMediaSourceFactory
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanantoine committed Jan 10, 2024
1 parent 2989409 commit f2d63a5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ExoPlayer.Core/Additions/BaseMediaSource.cs
Original file line number Diff line number Diff line change
@@ -1,17 +1,24 @@
using System;
using System.Collections.Generic;
using System.Text;
using Android.Content;

namespace Com.Google.Android.Exoplayer2.Source
{

// Metadata.xml XPath class reference: path="/api/package[@name='com.google.android.exoplayer2.source']/class[@name='BaseMediaSource']"
public abstract partial class BaseMediaSource : global::Java.Lang.Object, global::Com.Google.Android.Exoplayer2.Source.IMediaSource
{
//public abstract global::Java.Lang.Object Tag { get; }
}

public partial class DefaultMediaSourceFactory : global::Com.Google.Android.Exoplayer2.Source.IMediaSourceFactory
{
//public abstract global::Java.Lang.Object Tag { get; }

}


internal partial class BaseMediaSourceInvoker : BaseMediaSource
{
//public override Java.Lang.Object Tag => throw new NotImplementedException();
Expand Down

0 comments on commit f2d63a5

Please sign in to comment.