RtpInfoHeaderRtpInfos Property |
Namespace: Ozeki.CameraAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public IEnumerable<RtpInfo> RtpInfos { get; }
Public ReadOnly Property RtpInfos As IEnumerable(Of RtpInfo)
Get
public:
property IEnumerable<RtpInfo^>^ RtpInfos {
IEnumerable<RtpInfo^>^ get ();
}
member RtpInfos : IEnumerable<RtpInfo> with get
Property Value
Type:
IEnumerableRtpInfoSee Also