CameraMediaDescriptionBandwidthLines Property |
Namespace:
Ozeki.Camera
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic IEnumerable<SessionDescriptionLine> BandwidthLines { get; }
Public ReadOnly Property BandwidthLines As IEnumerable(Of SessionDescriptionLine)
Get
public:
property IEnumerable<SessionDescriptionLine^>^ BandwidthLines {
IEnumerable<SessionDescriptionLine^>^ get ();
}
member BandwidthLines : IEnumerable<SessionDescriptionLine> with get
Property Value
Type:
IEnumerableSessionDescriptionLine
See Also