VideoFormatList.count Property¶
Module: VideoFormatList
Type: int
Definition¶
Gets the number of elements contained in the list
int get count => getCount();
Exceptions
An error has occurred during Devices Library execution.
public int count
{
get => Getcount();
}
Exceptions
An error has occurred during Devices Library execution.
public int getCount() throws DevicesException
Exceptions
An error has occurred during Devices Library execution.
int id3DevicesVideoFormatList_GetCount (ID3_DEVICES_VIDEO_FORMAT_LIST hVideoFormatList, int * count)
Returns