AudioMetadata

Metadata information about an audio stream. An array of AudioMetadata objects for the audio streams found in a stored video is returned by GetSegmentDetection.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The audio codec used to encode or decode the audio stream.

Link copied to clipboard

The duration of the audio stream in milliseconds.

Link copied to clipboard

The number of audio channels in the segment.

Link copied to clipboard

The sample rate for the audio stream.

Functions

Link copied to clipboard
inline fun copy(block: AudioMetadata.Builder.() -> Unit = {}): AudioMetadata
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String