Video SDK for Linux API Reference
Loading...
Searching...
No Matches
zoom_video_sdk_video_source_helper_interface.h File Reference

video source helper More...

Go to the source code of this file.

Classes

class  IZoomVideoSDKVideoSourcePreProcessor
 Video source preprocessor sink interface. More...
 
class  IZoomVideoSDKVideoSender
 Video raw data sender interface. More...
 
struct  VideoSourceCapability
 Video source capability information. More...
 
class  IZoomVideoSDKVideoSource
 Video source sink interface. More...
 

Enumerations

enum  VideoSourceDataMode { VideoSourceDataMode_None = 0 , VideoSourceDataMode_Horizontal , VideoSourceDataMode_Vertical }
 

Detailed Description

video source helper

Definition in file zoom_video_sdk_video_source_helper_interface.h.

Enumeration Type Documentation

◆ VideoSourceDataMode

Enumerator
VideoSourceDataMode_None 

For general usage scenarios.

VideoSourceDataMode_Horizontal 

Special usage scenarios, each frame of video is organized around two images.

VideoSourceDataMode_Vertical 

Special usage scenarios, each frame of video is two images organized up and down together.

Definition at line 42 of file zoom_video_sdk_video_source_helper_interface.h.

43{
47};
@ VideoSourceDataMode_Vertical
Special usage scenarios, each frame of video is two images organized up and down together.
@ VideoSourceDataMode_None
For general usage scenarios.
@ VideoSourceDataMode_Horizontal
Special usage scenarios, each frame of video is organized around two images.