SelectAudioTrackById Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET