AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the ListOfferings operation. List offerings available for purchase.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.MediaLive.AmazonMediaLiveRequest
      Amazon.MediaLive.Model.ListOfferingsRequest

Namespace: Amazon.MediaLive.Model
Assembly: AWSSDK.MediaLive.dll
Version: 3.x.y.z

Syntax

C#
public class ListOfferingsRequest : AmazonMediaLiveRequest
         IAmazonWebServiceRequest

The ListOfferingsRequest type exposes the following members

Constructors

NameDescription
Public Method ListOfferingsRequest()

Properties

NameTypeDescription
Public Property ChannelClass System.String

Gets and sets the property ChannelClass. Filter by channel class, 'STANDARD' or 'SINGLE_PIPELINE'

Public Property ChannelConfiguration System.String

Gets and sets the property ChannelConfiguration. Filter to offerings that match the configuration of an existing channel, e.g. '2345678' (a channel ID)

Public Property Codec System.String

Gets and sets the property Codec. Filter by codec, 'AVC', 'HEVC', 'MPEG2', 'AUDIO', or 'LINK'

Public Property Duration System.String

Gets and sets the property Duration. Filter by offering duration, e.g. '12'

Public Property MaximumBitrate System.String

Gets and sets the property MaximumBitrate. Filter by bitrate, 'MAX_10_MBPS', 'MAX_20_MBPS', or 'MAX_50_MBPS'

Public Property MaximumFramerate System.String

Gets and sets the property MaximumFramerate. Filter by framerate, 'MAX_30_FPS' or 'MAX_60_FPS'

Public Property MaxResults System.Int32

Gets and sets the property MaxResults.

Public Property NextToken System.String

Gets and sets the property NextToken.

Public Property Resolution System.String

Gets and sets the property Resolution. Filter by resolution, 'SD', 'HD', 'FHD', or 'UHD'

Public Property ResourceType System.String

Gets and sets the property ResourceType. Filter by resource type, 'INPUT', 'OUTPUT', 'MULTIPLEX', or 'CHANNEL'

Public Property SpecialFeature System.String

Gets and sets the property SpecialFeature. Filter by special feature, 'ADVANCED_AUDIO' or 'AUDIO_NORMALIZATION'

Public Property VideoQuality System.String

Gets and sets the property VideoQuality. Filter by video quality, 'STANDARD', 'ENHANCED', or 'PREMIUM'

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5