MillicastSDK 1.8.4
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
millicast::VideoCapabilities Class Reference

The VideoCapabilities struct. More...

#include <capabilities.h>

Public Member Functions

MILLICAST_API std::string format_as_str () const
 

Public Attributes

int width {}
 
int height {}
 
int fps {}
 
VideoType format
 
PrimaryID primary
 
TransferID transfer {TransferID::UNSPECIFIED}
 
MatrixID matrix {MatrixID::UNSPECIFIED}
 
RangeID range
 
std::string video_standard
 Specify the capabilities with a video standard such as 1080p30 Implemented only for decklink devices.
 

Detailed Description

The VideoCapabilities struct.

Member Function Documentation

◆ format_as_str()

MILLICAST_API std::string millicast::VideoCapabilities::format_as_str ( ) const

Get the pixel format as a std::string

Member Data Documentation

◆ format

VideoType millicast::VideoCapabilities::format
Initial value:

The pixel format to use for the capture

◆ fps

int millicast::VideoCapabilities::fps {}

The frame rate at which the capture device shall capture

◆ height

int millicast::VideoCapabilities::height {}

The height of the captured video frame

◆ matrix

MatrixID millicast::VideoCapabilities::matrix {MatrixID::UNSPECIFIED}

The color matrix to use for conversion between color spaces

◆ primary

PrimaryID millicast::VideoCapabilities::primary
Initial value:

The standard of image parameters to use for the capture

◆ range

RangeID millicast::VideoCapabilities::range
Initial value:

The color range values to use for the capture

◆ transfer

TransferID millicast::VideoCapabilities::transfer {TransferID::UNSPECIFIED}

The transfer function to use for the capture

◆ video_standard

std::string millicast::VideoCapabilities::video_standard

Specify the capabilities with a video standard such as 1080p30 Implemented only for decklink devices.

◆ width

int millicast::VideoCapabilities::width {}

The width of the captured video frame


The documentation for this class was generated from the following file: