C# Class Tmds.Sdp.Bandwidth

Show file Open project: bbc/sdp-test

Public Properties

Property Type Description
BandwidthTypes string[]

Private Properties

Property Type Description
Bandwidth System

Public Methods

Method Description
Bandwidth ( string type, uint value ) : System

Private Methods

Method Description
Bandwidth ( ) : System

Method Details

Bandwidth() public method

public Bandwidth ( string type, uint value ) : System
type string
value uint
return System

Property Details

BandwidthTypes public static property

public static string[] BandwidthTypes
return string[]