Udostępnij za pośrednictwem


FilterTrackBitrateRange Constructors

Definition

Overloads

FilterTrackBitrateRange()
FilterTrackBitrateRange(Nullable<Int32>, Nullable<Int32>)

FilterTrackBitrateRange()

public FilterTrackBitrateRange ();
Public Sub New ()

Applies to

FilterTrackBitrateRange(Nullable<Int32>, Nullable<Int32>)

public FilterTrackBitrateRange (int? lowBound, int? highBound);
new Microsoft.WindowsAzure.MediaServices.Client.FilterTrackBitrateRange : Nullable<int> * Nullable<int> -> Microsoft.WindowsAzure.MediaServices.Client.FilterTrackBitrateRange
Public Sub New (lowBound As Nullable(Of Integer), highBound As Nullable(Of Integer))

Parameters

lowBound
Nullable<Int32>
highBound
Nullable<Int32>

Applies to