Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph
Important
APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
Represents audio-specific encoding details supplied alongside a synthetic media detection report. Set on mediaMetadata when the analyzed content is audio or multimodal.
Properties
| Property | Type | Description |
|---|---|---|
| bitDepth | Int32 | Bit depth of the audio samples (for example, 16, 24). |
| channels | Int32 | Number of audio channels (for example, 1 for mono, 2 for stereo). |
| sampleRateHz | Int32 | Sample rate in Hertz (for example, 16000, 48000). |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.audioMetadata",
"sampleRateHz": "Int32",
"bitDepth": "Int32",
"channels": "Int32"
}