-
Notifications
You must be signed in to change notification settings - Fork 264
/
Hls.xml
100 lines (100 loc) · 5.1 KB
/
Hls.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<Type Name="Hls" FullName="Microsoft.Azure.Management.Media.Models.Hls">
<TypeSignature Language="C#" Value="public class Hls" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit Hls extends System.Object" />
<TypeSignature Language="DocId" Value="T:Microsoft.Azure.Management.Media.Models.Hls" />
<TypeSignature Language="VB.NET" Value="Public Class Hls" />
<TypeSignature Language="F#" Value="type Hls = class" />
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Media</AssemblyName>
<AssemblyVersion>3.0.4.0</AssemblyVersion>
<AssemblyVersion>3.0.5.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
<AssemblyVersion>5.0.0.0</AssemblyVersion>
<AssemblyVersion>6.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Object</BaseTypeName>
</Base>
<Interfaces />
<Docs>
<summary>
HTTP Live Streaming (HLS) packing setting for the live output.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public Hls ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Media.Models.Hls.#ctor" />
<MemberSignature Language="VB.NET" Value="Public Sub New ()" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Media</AssemblyName>
<AssemblyVersion>6.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters />
<Docs>
<summary>
Initializes a new instance of the Hls class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public Hls (int? fragmentsPerTsSegment = default);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(valuetype System.Nullable`1<int32> fragmentsPerTsSegment) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Azure.Management.Media.Models.Hls.#ctor(System.Nullable{System.Int32})" />
<MemberSignature Language="VB.NET" Value="Public Sub New (Optional fragmentsPerTsSegment As Nullable(Of Integer) = Nothing)" />
<MemberSignature Language="F#" Value="new Microsoft.Azure.Management.Media.Models.Hls : Nullable<int> -> Microsoft.Azure.Management.Media.Models.Hls" Usage="new Microsoft.Azure.Management.Media.Models.Hls fragmentsPerTsSegment" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Media</AssemblyName>
<AssemblyVersion>6.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="fragmentsPerTsSegment" Type="System.Nullable<System.Int32>" />
</Parameters>
<Docs>
<param name="fragmentsPerTsSegment">The number of fragments in an
HTTP Live Streaming (HLS) TS segment in the output of the live
event. This value does not affect the packing ratio for HLS CMAF
output.</param>
<summary>
Initializes a new instance of the Hls class.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="FragmentsPerTsSegment">
<MemberSignature Language="C#" Value="public int? FragmentsPerTsSegment { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance valuetype System.Nullable`1<int32> FragmentsPerTsSegment" />
<MemberSignature Language="DocId" Value="P:Microsoft.Azure.Management.Media.Models.Hls.FragmentsPerTsSegment" />
<MemberSignature Language="VB.NET" Value="Public Property FragmentsPerTsSegment As Nullable(Of Integer)" />
<MemberSignature Language="F#" Value="member this.FragmentsPerTsSegment : Nullable<int> with get, set" Usage="Microsoft.Azure.Management.Media.Models.Hls.FragmentsPerTsSegment" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Azure.Management.Media</AssemblyName>
<AssemblyVersion>6.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName Language="C#">[Newtonsoft.Json.JsonProperty(PropertyName="fragmentsPerTsSegment")]</AttributeName>
<AttributeName Language="F#">[<Newtonsoft.Json.JsonProperty(PropertyName="fragmentsPerTsSegment")>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Nullable<System.Int32></ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets the number of fragments in an HTTP Live Streaming
(HLS) TS segment in the output of the live event. This value does
not affect the packing ratio for HLS CMAF output.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>