Class HlsHelper
Inheritance
System.Object
HlsHelper
Assembly: MediaBrowser.Controller.dll
public static class HlsHelper
Methods
Declaration
public static string GetCodecsValue(string videoCodec, string videoProfile, double? videoLevel, string audioCodec, string audioProfile, bool allowEmptyVideo)
Parameters
Type |
Name |
Description |
System.String |
videoCodec |
|
System.String |
videoProfile |
|
System.Nullable<System.Double> |
videoLevel |
|
System.String |
audioCodec |
|
System.String |
audioProfile |
|
System.Boolean |
allowEmptyVideo |
|
Returns
Type |
Description |
System.String |
|
Declaration
public static string GetVariantHeader(MediaStream videoStream, MediaStream audioStream, int? bitrate)
Parameters
Returns
Type |
Description |
System.String |
|
Declaration
public static string GetVariantHeader(MediaStream audioStream, int? bitrate)
Parameters
Type |
Name |
Description |
MediaStream |
audioStream |
|
System.Nullable<System.Int32> |
bitrate |
|
Returns
Type |
Description |
System.String |
|