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

204 строки
14 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.mediaservices.models.AudioTrack"
fullName: "com.azure.resourcemanager.mediaservices.models.AudioTrack"
name: "AudioTrack"
nameWithType: "AudioTrack"
summary: "Represents an audio track in the asset."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.mediaservices.models.TrackBase?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"com.azure.resourcemanager.mediaservices.models.TrackBase?alt=com.azure.resourcemanager.mediaservices.models.TrackBase&text=TrackBase\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.azure.resourcemanager.mediaservices.models.TrackBase.validate()?alt=com.azure.resourcemanager.mediaservices.models.TrackBase.validate&text=validate\" data-throw-if-not-resolved=\"False\" />"
- 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 **AudioTrack**</br> extends <xref href=\"com.azure.resourcemanager.mediaservices.models.TrackBase?alt=com.azure.resourcemanager.mediaservices.models.TrackBase&text=TrackBase\" data-throw-if-not-resolved=\"False\" />"
constructors:
- uid: "com.azure.resourcemanager.mediaservices.models.AudioTrack.AudioTrack()"
fullName: "com.azure.resourcemanager.mediaservices.models.AudioTrack.AudioTrack()"
name: "AudioTrack()"
nameWithType: "AudioTrack.AudioTrack()"
summary: "Creates an instance of Audio<wbr>Track class."
syntax: "public AudioTrack()"
desc: "Creates an instance of AudioTrack class."
methods:
- uid: "com.azure.resourcemanager.mediaservices.models.AudioTrack.bitRate()"
fullName: "com.azure.resourcemanager.mediaservices.models.AudioTrack.bitRate()"
name: "bitRate()"
nameWithType: "AudioTrack.bitRate()"
summary: "Get the bit<wbr>Rate property: The stream bit rate for the audio track."
syntax: "public Integer bitRate()"
desc: "Get the bitRate property: The stream bit rate for the audio track."
returns:
description: "the bitRate value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- uid: "com.azure.resourcemanager.mediaservices.models.AudioTrack.dashSettings()"
fullName: "com.azure.resourcemanager.mediaservices.models.AudioTrack.dashSettings()"
name: "dashSettings()"
nameWithType: "AudioTrack.dashSettings()"
summary: "Get the dash<wbr>Settings property: The DASH specific setting for the audio track."
syntax: "public DashSettings dashSettings()"
desc: "Get the dashSettings property: The DASH specific setting for the audio track."
returns:
description: "the dashSettings value."
type: "<xref href=\"com.azure.resourcemanager.mediaservices.models.DashSettings?alt=com.azure.resourcemanager.mediaservices.models.DashSettings&text=DashSettings\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mediaservices.models.AudioTrack.displayName()"
fullName: "com.azure.resourcemanager.mediaservices.models.AudioTrack.displayName()"
name: "displayName()"
nameWithType: "AudioTrack.displayName()"
summary: "Get the display<wbr>Name property: The display name of the audio track on a video player."
syntax: "public String displayName()"
desc: "Get the displayName property: The display name of the audio track on a video player. In HLS, this maps to the NAME attribute of EXT-X-MEDIA."
returns:
description: "the displayName value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.mediaservices.models.AudioTrack.fileName()"
fullName: "com.azure.resourcemanager.mediaservices.models.AudioTrack.fileName()"
name: "fileName()"
nameWithType: "AudioTrack.fileName()"
summary: "Get the file<wbr>Name property: The file name to the source file."
syntax: "public String fileName()"
desc: "Get the fileName property: The file name to the source file. This file is located in the storage container of the asset."
returns:
description: "the fileName value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.mediaservices.models.AudioTrack.hlsSettings()"
fullName: "com.azure.resourcemanager.mediaservices.models.AudioTrack.hlsSettings()"
name: "hlsSettings()"
nameWithType: "AudioTrack.hlsSettings()"
summary: "Get the hls<wbr>Settings property: The HLS specific setting for the audio track."
syntax: "public HlsSettings hlsSettings()"
desc: "Get the hlsSettings property: The HLS specific setting for the audio track."
returns:
description: "the hlsSettings value."
type: "<xref href=\"com.azure.resourcemanager.mediaservices.models.HlsSettings?alt=com.azure.resourcemanager.mediaservices.models.HlsSettings&text=HlsSettings\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mediaservices.models.AudioTrack.languageCode()"
fullName: "com.azure.resourcemanager.mediaservices.models.AudioTrack.languageCode()"
name: "languageCode()"
nameWithType: "AudioTrack.languageCode()"
summary: "Get the language<wbr>Code property: The RFC5646 language code for the audio track."
syntax: "public String languageCode()"
desc: "Get the languageCode property: The RFC5646 language code for the audio track."
returns:
description: "the languageCode value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.mediaservices.models.AudioTrack.mpeg4TrackId()"
fullName: "com.azure.resourcemanager.mediaservices.models.AudioTrack.mpeg4TrackId()"
name: "mpeg4TrackId()"
nameWithType: "AudioTrack.mpeg4TrackId()"
summary: "Get the mpeg4Track<wbr>Id property: The MPEG-4 audio track ID for the audio track."
syntax: "public Integer mpeg4TrackId()"
desc: "Get the mpeg4TrackId property: The MPEG-4 audio track ID for the audio track."
returns:
description: "the mpeg4TrackId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- uid: "com.azure.resourcemanager.mediaservices.models.AudioTrack.validate()"
fullName: "com.azure.resourcemanager.mediaservices.models.AudioTrack.validate()"
name: "validate()"
nameWithType: "AudioTrack.validate()"
summary: "Validates the instance."
overridden: "com.azure.resourcemanager.mediaservices.models.TrackBase.validate()"
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.mediaservices.models.AudioTrack.withDashSettings(com.azure.resourcemanager.mediaservices.models.DashSettings)"
fullName: "com.azure.resourcemanager.mediaservices.models.AudioTrack.withDashSettings(DashSettings dashSettings)"
name: "withDashSettings(DashSettings dashSettings)"
nameWithType: "AudioTrack.withDashSettings(DashSettings dashSettings)"
summary: "Set the dash<wbr>Settings property: The DASH specific setting for the audio track."
parameters:
- description: "the dashSettings value to set."
name: "dashSettings"
type: "<xref href=\"com.azure.resourcemanager.mediaservices.models.DashSettings?alt=com.azure.resourcemanager.mediaservices.models.DashSettings&text=DashSettings\" data-throw-if-not-resolved=\"False\" />"
syntax: "public AudioTrack withDashSettings(DashSettings dashSettings)"
desc: "Set the dashSettings property: The DASH specific setting for the audio track."
returns:
description: "the AudioTrack object itself."
type: "<xref href=\"com.azure.resourcemanager.mediaservices.models.AudioTrack?alt=com.azure.resourcemanager.mediaservices.models.AudioTrack&text=AudioTrack\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mediaservices.models.AudioTrack.withDisplayName(java.lang.String)"
fullName: "com.azure.resourcemanager.mediaservices.models.AudioTrack.withDisplayName(String displayName)"
name: "withDisplayName(String displayName)"
nameWithType: "AudioTrack.withDisplayName(String displayName)"
summary: "Set the display<wbr>Name property: The display name of the audio track on a video player."
parameters:
- description: "the displayName value to set."
name: "displayName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public AudioTrack withDisplayName(String displayName)"
desc: "Set the displayName property: The display name of the audio track on a video player. In HLS, this maps to the NAME attribute of EXT-X-MEDIA."
returns:
description: "the AudioTrack object itself."
type: "<xref href=\"com.azure.resourcemanager.mediaservices.models.AudioTrack?alt=com.azure.resourcemanager.mediaservices.models.AudioTrack&text=AudioTrack\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mediaservices.models.AudioTrack.withFileName(java.lang.String)"
fullName: "com.azure.resourcemanager.mediaservices.models.AudioTrack.withFileName(String fileName)"
name: "withFileName(String fileName)"
nameWithType: "AudioTrack.withFileName(String fileName)"
summary: "Set the file<wbr>Name property: The file name to the source file."
parameters:
- description: "the fileName value to set."
name: "fileName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public AudioTrack withFileName(String fileName)"
desc: "Set the fileName property: The file name to the source file. This file is located in the storage container of the asset."
returns:
description: "the AudioTrack object itself."
type: "<xref href=\"com.azure.resourcemanager.mediaservices.models.AudioTrack?alt=com.azure.resourcemanager.mediaservices.models.AudioTrack&text=AudioTrack\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mediaservices.models.AudioTrack.withHlsSettings(com.azure.resourcemanager.mediaservices.models.HlsSettings)"
fullName: "com.azure.resourcemanager.mediaservices.models.AudioTrack.withHlsSettings(HlsSettings hlsSettings)"
name: "withHlsSettings(HlsSettings hlsSettings)"
nameWithType: "AudioTrack.withHlsSettings(HlsSettings hlsSettings)"
summary: "Set the hls<wbr>Settings property: The HLS specific setting for the audio track."
parameters:
- description: "the hlsSettings value to set."
name: "hlsSettings"
type: "<xref href=\"com.azure.resourcemanager.mediaservices.models.HlsSettings?alt=com.azure.resourcemanager.mediaservices.models.HlsSettings&text=HlsSettings\" data-throw-if-not-resolved=\"False\" />"
syntax: "public AudioTrack withHlsSettings(HlsSettings hlsSettings)"
desc: "Set the hlsSettings property: The HLS specific setting for the audio track."
returns:
description: "the AudioTrack object itself."
type: "<xref href=\"com.azure.resourcemanager.mediaservices.models.AudioTrack?alt=com.azure.resourcemanager.mediaservices.models.AudioTrack&text=AudioTrack\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mediaservices.models.AudioTrack.withLanguageCode(java.lang.String)"
fullName: "com.azure.resourcemanager.mediaservices.models.AudioTrack.withLanguageCode(String languageCode)"
name: "withLanguageCode(String languageCode)"
nameWithType: "AudioTrack.withLanguageCode(String languageCode)"
summary: "Set the language<wbr>Code property: The RFC5646 language code for the audio track."
parameters:
- description: "the languageCode value to set."
name: "languageCode"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public AudioTrack withLanguageCode(String languageCode)"
desc: "Set the languageCode property: The RFC5646 language code for the audio track."
returns:
description: "the AudioTrack object itself."
type: "<xref href=\"com.azure.resourcemanager.mediaservices.models.AudioTrack?alt=com.azure.resourcemanager.mediaservices.models.AudioTrack&text=AudioTrack\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mediaservices.models.AudioTrack.withMpeg4TrackId(java.lang.Integer)"
fullName: "com.azure.resourcemanager.mediaservices.models.AudioTrack.withMpeg4TrackId(Integer mpeg4TrackId)"
name: "withMpeg4TrackId(Integer mpeg4TrackId)"
nameWithType: "AudioTrack.withMpeg4TrackId(Integer mpeg4TrackId)"
summary: "Set the mpeg4Track<wbr>Id property: The MPEG-4 audio track ID for the audio track."
parameters:
- description: "the mpeg4TrackId value to set."
name: "mpeg4TrackId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
syntax: "public AudioTrack withMpeg4TrackId(Integer mpeg4TrackId)"
desc: "Set the mpeg4TrackId property: The MPEG-4 audio track ID for the audio track."
returns:
description: "the AudioTrack object itself."
type: "<xref href=\"com.azure.resourcemanager.mediaservices.models.AudioTrack?alt=com.azure.resourcemanager.mediaservices.models.AudioTrack&text=AudioTrack\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Represents an audio track in the asset."
metadata: {}
package: "com.azure.resourcemanager.mediaservices.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-mediaservices:2.3.0