CameraMediaDescriptionBandwidthLines Property |
Namespace: Ozeki.CameraAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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:
IEnumerableSessionDescriptionLineSee Also