mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
Open multistream files with ffdshow
This commit is contained in:
@@ -32,6 +32,8 @@ namespace CUETools.Codecs.ffmpegdll
|
||||
|
||||
public abstract string Format { get; }
|
||||
|
||||
public int StreamId { get; set; }
|
||||
|
||||
// [DisplayName("Version")]
|
||||
// [Description("Library version")]
|
||||
// public string Version => Marshal.PtrToStringAnsi(MACLibDll.GetVersionString());
|
||||
@@ -100,4 +102,13 @@ namespace CUETools.Codecs.ffmpegdll
|
||||
this.Init();
|
||||
}
|
||||
}
|
||||
public class MpegTSDecoderSettings : DecoderSettings, IAudioDecoderSettings
|
||||
{
|
||||
public override string Extension => "m2ts";
|
||||
public override string Format => "mpegts";
|
||||
public MpegTSDecoderSettings()
|
||||
{
|
||||
this.Init();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user