VideoFormat.framerate Property

Module: VideoFormat

Type: float

Definition

Defines the frame rate of the video format in frames per second (fps), indicating how smoothly the video plays back.

framerate: float

Exceptions

An error has occurred during Devices Library execution.
double get framerate => getFramerate();
set framerate(double value) => setFramerate(value);

Exceptions

An error has occurred during Devices Library execution.
public float framerate
{
    get => Getframerate();
    set => Setframerate(ref value);
}

Exceptions

An error has occurred during Devices Library execution.
public float getFramerate() throws DevicesException
public void setFramerate(float framerate) throws DevicesException

Exceptions

An error has occurred during Devices Library execution.
int id3DevicesVideoFormat_GetFramerate (ID3_DEVICES_VIDEO_FORMAT hVideoFormat, float * framerate)
int id3DevicesVideoFormat_SetFramerate (ID3_DEVICES_VIDEO_FORMAT hVideoFormat, float framerate)

Returns

int
An error code.
See id3DevicesError file for the list of possible error codes.