CameraSessionDescription(CameraSessionDescription) Constructor |
Creates a copy of another SessionDescription
Namespace: Ozeki.CameraAssembly: OzekiSDK_Desktop (in OzekiSDK_Desktop.dll) Version: 10.4.98
Syntaxpublic CameraSessionDescription(
CameraSessionDescription other
)
Public Sub New (
other As CameraSessionDescription
)
public:
CameraSessionDescription(
CameraSessionDescription^ other
)
new :
other : CameraSessionDescription -> CameraSessionDescriptionParameters
- other CameraSessionDescription
- The SessionDescription to copy
See Also