Skip to content

Commit

Permalink
Merge pull request #182 from jonathanantoine/xamarin-DefaultMediaSour…
Browse files Browse the repository at this point in the history
…ceFactory-binding-update

Make DefaultMediaSourceFactory implements IMediaSourceFactory (Xamarin branch)
  • Loading branch information
martijn00 authored Jan 23, 2024
2 parents 2989409 + f2d63a5 commit 7354e29
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 7354e29

Please sign in to comment.