RotateFlipProcessWithPosition Method |
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxprotected override VideoData ProcessWithPosition(
VideoData data
)
Protected Overrides Function ProcessWithPosition (
data As VideoData
) As VideoData
protected:
virtual VideoData^ ProcessWithPosition(
VideoData^ data
) override
abstract ProcessWithPosition :
data : VideoData -> VideoData
override ProcessWithPosition :
data : VideoData -> VideoData
Parameters
- data
- Type: VideoData
Return Value
Type:
VideoData
See Also