SDK Version 1.2.0
AnsuR Technologies ASMIRA SDK
Loading...
Searching...
No Matches
asdk::video_options_t Struct Reference

#include <asmirasdk.h>

Public Attributes

int32_t width
int32_t height
int32_t sourceWidth
int32_t sourceHeight
int32_t sourceFPS
int32_t targetFPS
int32_t targetBitrate
int32_t photoBitrate
int32_t photoTargetSize
int32_t threads
int32_t threadsAvailable
int32_t priority

Detailed Description

Examples
example_complete.cpp.

Definition at line 310 of file asmirasdk.h.

Member Data Documentation

◆ height

int32_t asdk::video_options_t::height

Streaming resolution height.

Definition at line 312 of file asmirasdk.h.

◆ photoBitrate

int32_t asdk::video_options_t::photoBitrate

Streaming photo bitrate (kbit\s).

Definition at line 318 of file asmirasdk.h.

◆ photoTargetSize

int32_t asdk::video_options_t::photoTargetSize

Streaming photo size (kbit)

Definition at line 319 of file asmirasdk.h.

◆ priority

int32_t asdk::video_options_t::priority

Encoder priority/compression level.

Definition at line 322 of file asmirasdk.h.

◆ sourceFPS

int32_t asdk::video_options_t::sourceFPS

Source maximum FPS.

Definition at line 315 of file asmirasdk.h.

◆ sourceHeight

int32_t asdk::video_options_t::sourceHeight

Source maximum resolution height.

Definition at line 314 of file asmirasdk.h.

◆ sourceWidth

int32_t asdk::video_options_t::sourceWidth

Source maximum resolution width.

Definition at line 313 of file asmirasdk.h.

◆ targetBitrate

int32_t asdk::video_options_t::targetBitrate

Streaming targeting bitrate (kbit\s).

Definition at line 317 of file asmirasdk.h.

◆ targetFPS

int32_t asdk::video_options_t::targetFPS

Streaming targeting FPS.

Definition at line 316 of file asmirasdk.h.

◆ threads

int32_t asdk::video_options_t::threads

Encoder threads.

Definition at line 320 of file asmirasdk.h.

◆ threadsAvailable

int32_t asdk::video_options_t::threadsAvailable

Encoder threads available by system.

Definition at line 321 of file asmirasdk.h.

◆ width

int32_t asdk::video_options_t::width

Streaming resolution width.

Definition at line 311 of file asmirasdk.h.


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