MediaOptionAudioVideoShare Method |
Constructs an audio, video, and share media option with optional view handles.
The view handles can be set after video ready event.
Namespace:
SparkSDK
Assembly:
SparkSDK (in SparkSDK.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax public static MediaOption AudioVideoShare(
Nullable<IntPtr> localViewPtr = null,
Nullable<IntPtr> remoteViewPtr = null,
Nullable<IntPtr> remoteShareViewPtr = null
)
Parameters
- localViewPtr (Optional)
- Type: SystemNullableIntPtr
The local video view handle. - remoteViewPtr (Optional)
- Type: SystemNullableIntPtr
The remote video view handle. - remoteShareViewPtr (Optional)
- Type: SystemNullableIntPtr
The share view handle.
Return Value
Type:
MediaOptionAn instance of media option.
Remarks Since: 0.1.0
See Also