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

137 строки
9.1 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.mediaservices.models.Audio"
fullName: "com.azure.resourcemanager.mediaservices.models.Audio"
name: "Audio"
nameWithType: "Audio"
summary: "Defines the common properties for all audio codecs."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.mediaservices.models.Codec?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"com.azure.resourcemanager.mediaservices.models.Codec?alt=com.azure.resourcemanager.mediaservices.models.Codec&text=Codec\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.azure.resourcemanager.mediaservices.models.Codec.label()?alt=com.azure.resourcemanager.mediaservices.models.Codec.label&text=label\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.mediaservices.models.Codec.validate()?alt=com.azure.resourcemanager.mediaservices.models.Codec.validate&text=validate\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.mediaservices.models.Codec.withLabel(java.lang.String)?alt=com.azure.resourcemanager.mediaservices.models.Codec.withLabel&text=withLabel\" 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 class **Audio**</br> extends <xref href=\"com.azure.resourcemanager.mediaservices.models.Codec?alt=com.azure.resourcemanager.mediaservices.models.Codec&text=Codec\" data-throw-if-not-resolved=\"False\" />"
constructors:
- uid: "com.azure.resourcemanager.mediaservices.models.Audio.Audio()"
fullName: "com.azure.resourcemanager.mediaservices.models.Audio.Audio()"
name: "Audio()"
nameWithType: "Audio.Audio()"
summary: "Creates an instance of Audio class."
syntax: "public Audio()"
desc: "Creates an instance of Audio class."
methods:
- uid: "com.azure.resourcemanager.mediaservices.models.Audio.bitrate()"
fullName: "com.azure.resourcemanager.mediaservices.models.Audio.bitrate()"
name: "bitrate()"
nameWithType: "Audio.bitrate()"
summary: "Get the bitrate property: The bitrate, in bits per second, of the output encoded audio."
syntax: "public Integer bitrate()"
desc: "Get the bitrate property: The bitrate, in bits per second, of the output encoded audio."
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.Audio.channels()"
fullName: "com.azure.resourcemanager.mediaservices.models.Audio.channels()"
name: "channels()"
nameWithType: "Audio.channels()"
summary: "Get the channels property: The number of channels in the audio."
syntax: "public Integer channels()"
desc: "Get the channels property: The number of channels in the audio."
returns:
description: "the channels value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- uid: "com.azure.resourcemanager.mediaservices.models.Audio.samplingRate()"
fullName: "com.azure.resourcemanager.mediaservices.models.Audio.samplingRate()"
name: "samplingRate()"
nameWithType: "Audio.samplingRate()"
summary: "Get the sampling<wbr>Rate property: The sampling rate to use for encoding in hertz."
syntax: "public Integer samplingRate()"
desc: "Get the samplingRate property: The sampling rate to use for encoding in hertz."
returns:
description: "the samplingRate value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- uid: "com.azure.resourcemanager.mediaservices.models.Audio.validate()"
fullName: "com.azure.resourcemanager.mediaservices.models.Audio.validate()"
name: "validate()"
nameWithType: "Audio.validate()"
summary: "Validates the instance."
overridden: "com.azure.resourcemanager.mediaservices.models.Codec.validate()"
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.mediaservices.models.Audio.withBitrate(java.lang.Integer)"
fullName: "com.azure.resourcemanager.mediaservices.models.Audio.withBitrate(Integer bitrate)"
name: "withBitrate(Integer bitrate)"
nameWithType: "Audio.withBitrate(Integer bitrate)"
summary: "Set the bitrate property: The bitrate, in bits per second, of the output encoded audio."
parameters:
- description: "the bitrate value to set."
name: "bitrate"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
syntax: "public Audio withBitrate(Integer bitrate)"
desc: "Set the bitrate property: The bitrate, in bits per second, of the output encoded audio."
returns:
description: "the Audio object itself."
type: "<xref href=\"com.azure.resourcemanager.mediaservices.models.Audio?alt=com.azure.resourcemanager.mediaservices.models.Audio&text=Audio\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mediaservices.models.Audio.withChannels(java.lang.Integer)"
fullName: "com.azure.resourcemanager.mediaservices.models.Audio.withChannels(Integer channels)"
name: "withChannels(Integer channels)"
nameWithType: "Audio.withChannels(Integer channels)"
summary: "Set the channels property: The number of channels in the audio."
parameters:
- description: "the channels value to set."
name: "channels"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
syntax: "public Audio withChannels(Integer channels)"
desc: "Set the channels property: The number of channels in the audio."
returns:
description: "the Audio object itself."
type: "<xref href=\"com.azure.resourcemanager.mediaservices.models.Audio?alt=com.azure.resourcemanager.mediaservices.models.Audio&text=Audio\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mediaservices.models.Audio.withLabel(java.lang.String)"
fullName: "com.azure.resourcemanager.mediaservices.models.Audio.withLabel(String label)"
name: "withLabel(String label)"
nameWithType: "Audio.withLabel(String label)"
summary: "Set the label property: An optional label for the codec."
overridden: "com.azure.resourcemanager.mediaservices.models.Codec.withLabel(java.lang.String)"
parameters:
- name: "label"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public Audio withLabel(String label)"
desc: "Set the label property: An optional label for the codec. The label can be used to control muxing behavior."
returns:
type: "<xref href=\"com.azure.resourcemanager.mediaservices.models.Audio?alt=com.azure.resourcemanager.mediaservices.models.Audio&text=Audio\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.mediaservices.models.Audio.withSamplingRate(java.lang.Integer)"
fullName: "com.azure.resourcemanager.mediaservices.models.Audio.withSamplingRate(Integer samplingRate)"
name: "withSamplingRate(Integer samplingRate)"
nameWithType: "Audio.withSamplingRate(Integer samplingRate)"
summary: "Set the sampling<wbr>Rate property: The sampling rate to use for encoding in hertz."
parameters:
- description: "the samplingRate value to set."
name: "samplingRate"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
syntax: "public Audio withSamplingRate(Integer samplingRate)"
desc: "Set the samplingRate property: The sampling rate to use for encoding in hertz."
returns:
description: "the Audio object itself."
type: "<xref href=\"com.azure.resourcemanager.mediaservices.models.Audio?alt=com.azure.resourcemanager.mediaservices.models.Audio&text=Audio\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Defines the common properties for all audio codecs."
metadata: {}
package: "com.azure.resourcemanager.mediaservices.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-mediaservices:2.3.0