made HLS 64k stream optional

This commit is contained in:
Luke Pulverenti
2013-09-06 13:27:06 -04:00
parent 5c3fcaf049
commit 83dd13cc7c
3 changed files with 47 additions and 11 deletions

View File

@@ -77,6 +77,18 @@
/// </summary>
/// <value>The level.</value>
public string Level { get; set; }
/// <summary>
/// Gets or sets the baseline stream audio bit rate.
/// </summary>
/// <value>The baseline stream audio bit rate.</value>
public int? BaselineStreamAudioBitRate { get; set; }
/// <summary>
/// Gets or sets a value indicating whether [append baseline stream].
/// </summary>
/// <value><c>true</c> if [append baseline stream]; otherwise, <c>false</c>.</value>
public bool AppendBaselineStream { get; set; }
}
/// <summary>