2020-08-22 21:56:24 +02:00
|
|
|
#pragma warning disable CS1591
|
|
|
|
|
|
2019-01-13 21:01:16 +01:00
|
|
|
using System;
|
2019-09-01 18:39:23 +02:00
|
|
|
using System.Collections.Generic;
|
2018-12-27 18:27:57 -05:00
|
|
|
using System.IO;
|
|
|
|
|
using System.Linq;
|
2019-01-13 20:25:32 +01:00
|
|
|
using MediaBrowser.Model.IO;
|
2018-12-27 18:27:57 -05:00
|
|
|
|
|
|
|
|
namespace MediaBrowser.Controller.MediaEncoding
|
|
|
|
|
{
|
|
|
|
|
/// <summary>
|
2020-06-16 10:37:52 +12:00
|
|
|
/// Class MediaEncoderHelpers.
|
2018-12-27 18:27:57 -05:00
|
|
|
/// </summary>
|
|
|
|
|
public static class MediaEncoderHelpers
|
|
|
|
|
{
|
|
|
|
|
}
|
|
|
|
|
}
|