CameraSessionDescriptionAdd(SessionDescriptionLine, Boolean) Method |
Namespace: Ozeki.CameraAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxpublic void Add(
SessionDescriptionLine line,
bool updateVersion = true
)
Public Sub Add (
line As SessionDescriptionLine,
Optional updateVersion As Boolean = true
)
public:
void Add(
SessionDescriptionLine^ line,
bool updateVersion = true
)
member Add :
line : SessionDescriptionLine *
?updateVersion : bool
(* Defaults:
let _updateVersion = defaultArg updateVersion true
*)
-> unit
Parameters
- line SessionDescriptionLine
-
- updateVersion Boolean (Optional)
-
See Also