-
Notifications
You must be signed in to change notification settings - Fork 247
/
azure.mgmt.media.models.InputDefinition.yml
40 lines (33 loc) · 1.25 KB
/
azure.mgmt.media.models.InputDefinition.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
### YamlMime:PythonClass
uid: azure.mgmt.media.models.InputDefinition
name: InputDefinition
fullName: azure.mgmt.media.models.InputDefinition
module: azure.mgmt.media.models
inheritances:
- azure.mgmt.media._serialization.Model
summary: 'Base class for defining an input. Use sub classes of this class to specify
tracks selections and related metadata.
You probably want to use the sub-classes and not this class directly. Known sub-classes
are:
FromAllInputFile, FromEachInputFile, InputFile
All required parameters must be populated in order to send to Azure.'
constructor:
syntax: 'InputDefinition(*, included_tracks: List[_models.TrackDescriptor] | None
= None, **kwargs)'
keywordOnlyParameters:
- name: included_tracks
description: 'The list of TrackDescriptors which define the metadata and selection
of tracks in the input.'
types:
- <xref:list>[<xref:azure.mgmt.media.models.TrackDescriptor>]
variables:
- description: The discriminator for derived types. Required.
name: odata_type
types:
- <xref:str>
- description: 'The list of TrackDescriptors which define the metadata and selection
of
tracks in the input.'
name: included_tracks
types:
- <xref:list>[<xref:azure.mgmt.media.models.TrackDescriptor>]