CameraSessionDescriptionAdd Method (SessionDescriptionLine, Boolean) |
Namespace: Ozeki.CameraAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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
- Type: Ozeki.CameraSessionDescriptionLine
- updateVersion (Optional)
- Type: SystemBoolean
See Also