@@ -1161,6 +1161,10 @@ public CrossSiteAccessPolicies() { }
1161
1161
public string ClientAccessPolicy { get { throw null ; } set { } }
1162
1162
public string CrossDomainPolicy { get { throw null ; } set { } }
1163
1163
}
1164
+ public partial class DDAudio : Azure . ResourceManager . Media . Models . MediaAudioBase
1165
+ {
1166
+ public DDAudio ( ) { }
1167
+ }
1164
1168
[ System . Runtime . InteropServices . StructLayoutAttribute ( System . Runtime . InteropServices . LayoutKind . Sequential ) ]
1165
1169
public readonly partial struct DeinterlaceMode : System . IEquatable < Azure . ResourceManager . Media . Models . DeinterlaceMode >
1166
1170
{
@@ -1235,6 +1239,7 @@ internal EdgeUsageDataEventHub() { }
1235
1239
public static Azure . ResourceManager . Media . Models . EncoderNamedPreset ContentAwareEncoding { get { throw null ; } }
1236
1240
public static Azure . ResourceManager . Media . Models . EncoderNamedPreset ContentAwareEncodingExperimental { get { throw null ; } }
1237
1241
public static Azure . ResourceManager . Media . Models . EncoderNamedPreset CopyAllBitrateNonInterleaved { get { throw null ; } }
1242
+ public static Azure . ResourceManager . Media . Models . EncoderNamedPreset DDGoodQualityAudio { get { throw null ; } }
1238
1243
public static Azure . ResourceManager . Media . Models . EncoderNamedPreset H264MultipleBitrate1080P { get { throw null ; } }
1239
1244
public static Azure . ResourceManager . Media . Models . EncoderNamedPreset H264MultipleBitrate720P { get { throw null ; } }
1240
1245
public static Azure . ResourceManager . Media . Models . EncoderNamedPreset H264MultipleBitrateSD { get { throw null ; } }
@@ -1301,11 +1306,20 @@ public EnvelopeEncryption() { }
1301
1306
public string CustomKeyAcquisitionUriTemplate { get { throw null ; } set { } }
1302
1307
public Azure . ResourceManager . Media . Models . MediaEnabledProtocols EnabledProtocols { get { throw null ; } set { } }
1303
1308
}
1309
+ public partial class Fade
1310
+ {
1311
+ public Fade ( System . TimeSpan duration , string fadeColor ) { }
1312
+ public System . TimeSpan Duration { get { throw null ; } set { } }
1313
+ public string FadeColor { get { throw null ; } set { } }
1314
+ public string Start { get { throw null ; } set { } }
1315
+ }
1304
1316
public partial class FilteringOperations
1305
1317
{
1306
1318
public FilteringOperations ( ) { }
1307
1319
public Azure . ResourceManager . Media . Models . RectangularWindow Crop { get { throw null ; } set { } }
1308
1320
public Azure . ResourceManager . Media . Models . DeinterlaceSettings Deinterlace { get { throw null ; } set { } }
1321
+ public Azure . ResourceManager . Media . Models . Fade FadeIn { get { throw null ; } set { } }
1322
+ public Azure . ResourceManager . Media . Models . Fade FadeOut { get { throw null ; } set { } }
1309
1323
public System . Collections . Generic . IList < Azure . ResourceManager . Media . Models . MediaOverlayBase > Overlays { get { throw null ; } }
1310
1324
public Azure . ResourceManager . Media . Models . RotationSetting ? Rotation { get { throw null ; } set { } }
1311
1325
}
@@ -1889,6 +1903,7 @@ internal MediaJobError() { }
1889
1903
private readonly object _dummy ;
1890
1904
private readonly int _dummyPrimitive ;
1891
1905
public MediaJobErrorCategory ( string value ) { throw null ; }
1906
+ public static Azure . ResourceManager . Media . Models . MediaJobErrorCategory Account { get { throw null ; } }
1892
1907
public static Azure . ResourceManager . Media . Models . MediaJobErrorCategory Configuration { get { throw null ; } }
1893
1908
public static Azure . ResourceManager . Media . Models . MediaJobErrorCategory Content { get { throw null ; } }
1894
1909
public static Azure . ResourceManager . Media . Models . MediaJobErrorCategory Download { get { throw null ; } }
@@ -1915,6 +1930,7 @@ internal MediaJobError() { }
1915
1930
public static Azure . ResourceManager . Media . Models . MediaJobErrorCode ContentUnsupported { get { throw null ; } }
1916
1931
public static Azure . ResourceManager . Media . Models . MediaJobErrorCode DownloadNotAccessible { get { throw null ; } }
1917
1932
public static Azure . ResourceManager . Media . Models . MediaJobErrorCode DownloadTransientError { get { throw null ; } }
1933
+ public static Azure . ResourceManager . Media . Models . MediaJobErrorCode IdentityUnsupported { get { throw null ; } }
1918
1934
public static Azure . ResourceManager . Media . Models . MediaJobErrorCode ServiceError { get { throw null ; } }
1919
1935
public static Azure . ResourceManager . Media . Models . MediaJobErrorCode ServiceTransientError { get { throw null ; } }
1920
1936
public static Azure . ResourceManager . Media . Models . MediaJobErrorCode UploadNotAccessible { get { throw null ; } }
@@ -2414,6 +2430,7 @@ public partial class StandardEncoderPreset : Azure.ResourceManager.Media.Models.
2414
2430
{
2415
2431
public StandardEncoderPreset ( System . Collections . Generic . IEnumerable < Azure . ResourceManager . Media . Models . MediaCodecBase > codecs , System . Collections . Generic . IEnumerable < Azure . ResourceManager . Media . Models . MediaFormatBase > formats ) { }
2416
2432
public System . Collections . Generic . IList < Azure . ResourceManager . Media . Models . MediaCodecBase > Codecs { get { throw null ; } }
2433
+ public System . Collections . Generic . IDictionary < string , string > ExperimentalOptions { get { throw null ; } }
2417
2434
public Azure . ResourceManager . Media . Models . FilteringOperations Filters { get { throw null ; } set { } }
2418
2435
public System . Collections . Generic . IList < Azure . ResourceManager . Media . Models . MediaFormatBase > Formats { get { throw null ; } }
2419
2436
}
0 commit comments