VideoFormat.name Property

Module: VideoFormat

Type: string

Definition

A human-readable description of the video format, typically including resolution and frame rate (e.g., ‘160 x 120 (7.50 fps)’)

This description facilitates easy identification and selection of video formats by users or developers.

name: str

Exceptions

An error has occurred during Devices Library execution.
String get name => getName();
set name(String value) => setName(value);

Exceptions

An error has occurred during Devices Library execution.
public string name
{
    get => Getname();
    set => Setname(ref value);
}

Exceptions

An error has occurred during Devices Library execution.
public String getName() throws DevicesException
public void setName(String name) throws DevicesException

Exceptions

An error has occurred during Devices Library execution.
int id3DevicesVideoFormat_GetName (ID3_DEVICES_VIDEO_FORMAT hVideoFormat, char * name, int * nameSize)
int id3DevicesVideoFormat_SetName (ID3_DEVICES_VIDEO_FORMAT hVideoFormat, const char * name)

Returns

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