CameraMediaDescriptionBandwidthLines Property |
Namespace: Ozeki.CameraAssembly: OzekiSDK_Desktop (in OzekiSDK_Desktop.dll) Version: 10.4.98
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
IEnumerableSessionDescriptionLine
See Also