| RtpInfoParameters Property  | 
 
Namespace: Ozeki.CameraAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic IEnumerable<RtpInfoParam> Parameters { get; }Public ReadOnly Property Parameters As IEnumerable(Of RtpInfoParam)
	Get
public:
property IEnumerable<RtpInfoParam^>^ Parameters {
	IEnumerable<RtpInfoParam^>^ get ();
}member Parameters : IEnumerable<RtpInfoParam> with get
Property Value
Type: 
IEnumerableRtpInfoParam
See Also