VideoConcatContainsSource Method |
Checks if contains source
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic bool ContainsSource(
IVideoSender sender
)
Public Function ContainsSource (
sender As IVideoSender
) As Boolean
public:
bool ContainsSource(
IVideoSender^ sender
)
member ContainsSource :
sender : IVideoSender -> bool
Parameters
- sender
- Type: IVideoSender
Return Value
Type:
Boolean
See Also