azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.m...

69 строки
4.6 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.mediaservices.models.Hls"
fullName: "com.azure.resourcemanager.mediaservices.models.Hls"
name: "Hls"
nameWithType: "Hls"
summary: "HTTP Live Streaming (HLS) packing setting for the live output."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **Hls**"
constructors:
- uid: "com.azure.resourcemanager.mediaservices.models.Hls.Hls()"
fullName: "com.azure.resourcemanager.mediaservices.models.Hls.Hls()"
name: "Hls()"
nameWithType: "Hls.Hls()"
summary: "Creates an instance of Hls class."
syntax: "public Hls()"
desc: "Creates an instance of Hls class."
methods:
- uid: "com.azure.resourcemanager.mediaservices.models.Hls.fragmentsPerTsSegment()"
fullName: "com.azure.resourcemanager.mediaservices.models.Hls.fragmentsPerTsSegment()"
name: "fragmentsPerTsSegment()"
nameWithType: "Hls.fragmentsPerTsSegment()"
summary: "Get the fragments<wbr>Per<wbr>TsSegment property: The number of fragments in an HTTP Live Streaming (HLS) TS segment in the output of the live event."
syntax: "public Integer fragmentsPerTsSegment()"
desc: "Get the fragmentsPerTsSegment property: 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."
returns:
description: "the fragmentsPerTsSegment value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- uid: "com.azure.resourcemanager.mediaservices.models.Hls.validate()"
fullName: "com.azure.resourcemanager.mediaservices.models.Hls.validate()"
name: "validate()"
nameWithType: "Hls.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.mediaservices.models.Hls.withFragmentsPerTsSegment(java.lang.Integer)"
fullName: "com.azure.resourcemanager.mediaservices.models.Hls.withFragmentsPerTsSegment(Integer fragmentsPerTsSegment)"
name: "withFragmentsPerTsSegment(Integer fragmentsPerTsSegment)"
nameWithType: "Hls.withFragmentsPerTsSegment(Integer fragmentsPerTsSegment)"
summary: "Set the fragments<wbr>Per<wbr>TsSegment property: The number of fragments in an HTTP Live Streaming (HLS) TS segment in the output of the live event."
parameters:
- description: "the fragmentsPerTsSegment value to set."
name: "fragmentsPerTsSegment"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
syntax: "public Hls withFragmentsPerTsSegment(Integer fragmentsPerTsSegment)"
desc: "Set the fragmentsPerTsSegment property: 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."
returns:
description: "the Hls object itself."
type: "<xref href=\"com.azure.resourcemanager.mediaservices.models.Hls?alt=com.azure.resourcemanager.mediaservices.models.Hls&text=Hls\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "HTTP Live Streaming (HLS) packing setting for the live output."
metadata: {}
package: "com.azure.resourcemanager.mediaservices.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-mediaservices:2.3.0