Megosztás a következőn keresztül:


SelectAudioTrackById Class

Definition

Select audio tracks from the input by specifying a track identifier.

public class SelectAudioTrackById : Azure.ResourceManager.Media.Models.AudioTrackDescriptor
type SelectAudioTrackById = class
    inherit AudioTrackDescriptor
Public Class SelectAudioTrackById
Inherits AudioTrackDescriptor
Inheritance

Constructors

SelectAudioTrackById(Int64)

Initializes a new instance of SelectAudioTrackById.

Properties

ChannelMapping

Optional designation for single channel audio tracks. Can be used to combine the tracks into stereo or multi-channel audio tracks.

(Inherited from AudioTrackDescriptor)
TrackId

Track identifier to select.

Applies to