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