Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1161,6 +1161,10 @@ public CrossSiteAccessPolicies() { }
public string ClientAccessPolicy { get { throw null; } set { } }
public string CrossDomainPolicy { get { throw null; } set { } }
}
public partial class DDAudio : Azure.ResourceManager.Media.Models.MediaAudioBase
{
public DDAudio() { }
}
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public readonly partial struct DeinterlaceMode : System.IEquatable<Azure.ResourceManager.Media.Models.DeinterlaceMode>
{
Expand Down Expand Up @@ -1235,6 +1239,7 @@ internal EdgeUsageDataEventHub() { }
public static Azure.ResourceManager.Media.Models.EncoderNamedPreset ContentAwareEncoding { get { throw null; } }
public static Azure.ResourceManager.Media.Models.EncoderNamedPreset ContentAwareEncodingExperimental { get { throw null; } }
public static Azure.ResourceManager.Media.Models.EncoderNamedPreset CopyAllBitrateNonInterleaved { get { throw null; } }
public static Azure.ResourceManager.Media.Models.EncoderNamedPreset DDGoodQualityAudio { get { throw null; } }
public static Azure.ResourceManager.Media.Models.EncoderNamedPreset H264MultipleBitrate1080P { get { throw null; } }
public static Azure.ResourceManager.Media.Models.EncoderNamedPreset H264MultipleBitrate720P { get { throw null; } }
public static Azure.ResourceManager.Media.Models.EncoderNamedPreset H264MultipleBitrateSD { get { throw null; } }
Expand Down Expand Up @@ -1301,11 +1306,20 @@ public EnvelopeEncryption() { }
public string CustomKeyAcquisitionUriTemplate { get { throw null; } set { } }
public Azure.ResourceManager.Media.Models.MediaEnabledProtocols EnabledProtocols { get { throw null; } set { } }
}
public partial class Fade
{
public Fade(System.TimeSpan duration, string fadeColor) { }
public System.TimeSpan Duration { get { throw null; } set { } }
public string FadeColor { get { throw null; } set { } }
public string Start { get { throw null; } set { } }
}
public partial class FilteringOperations
{
public FilteringOperations() { }
public Azure.ResourceManager.Media.Models.RectangularWindow Crop { get { throw null; } set { } }
public Azure.ResourceManager.Media.Models.DeinterlaceSettings Deinterlace { get { throw null; } set { } }
public Azure.ResourceManager.Media.Models.Fade FadeIn { get { throw null; } set { } }
public Azure.ResourceManager.Media.Models.Fade FadeOut { get { throw null; } set { } }
public System.Collections.Generic.IList<Azure.ResourceManager.Media.Models.MediaOverlayBase> Overlays { get { throw null; } }
public Azure.ResourceManager.Media.Models.RotationSetting? Rotation { get { throw null; } set { } }
}
Expand Down Expand Up @@ -1889,6 +1903,7 @@ internal MediaJobError() { }
private readonly object _dummy;
private readonly int _dummyPrimitive;
public MediaJobErrorCategory(string value) { throw null; }
public static Azure.ResourceManager.Media.Models.MediaJobErrorCategory Account { get { throw null; } }
public static Azure.ResourceManager.Media.Models.MediaJobErrorCategory Configuration { get { throw null; } }
public static Azure.ResourceManager.Media.Models.MediaJobErrorCategory Content { get { throw null; } }
public static Azure.ResourceManager.Media.Models.MediaJobErrorCategory Download { get { throw null; } }
Expand All @@ -1915,6 +1930,7 @@ internal MediaJobError() { }
public static Azure.ResourceManager.Media.Models.MediaJobErrorCode ContentUnsupported { get { throw null; } }
public static Azure.ResourceManager.Media.Models.MediaJobErrorCode DownloadNotAccessible { get { throw null; } }
public static Azure.ResourceManager.Media.Models.MediaJobErrorCode DownloadTransientError { get { throw null; } }
public static Azure.ResourceManager.Media.Models.MediaJobErrorCode IdentityUnsupported { get { throw null; } }
public static Azure.ResourceManager.Media.Models.MediaJobErrorCode ServiceError { get { throw null; } }
public static Azure.ResourceManager.Media.Models.MediaJobErrorCode ServiceTransientError { get { throw null; } }
public static Azure.ResourceManager.Media.Models.MediaJobErrorCode UploadNotAccessible { get { throw null; } }
Expand Down Expand Up @@ -2414,6 +2430,7 @@ public partial class StandardEncoderPreset : Azure.ResourceManager.Media.Models.
{
public StandardEncoderPreset(System.Collections.Generic.IEnumerable<Azure.ResourceManager.Media.Models.MediaCodecBase> codecs, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Media.Models.MediaFormatBase> formats) { }
public System.Collections.Generic.IList<Azure.ResourceManager.Media.Models.MediaCodecBase> Codecs { get { throw null; } }
public System.Collections.Generic.IDictionary<string, string> ExperimentalOptions { get { throw null; } }
public Azure.ResourceManager.Media.Models.FilteringOperations Filters { get { throw null; } set { } }
public System.Collections.Generic.IList<Azure.ResourceManager.Media.Models.MediaFormatBase> Formats { get { throw null; } }
}
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading