
VideoCaptureDeviceItem::c_str Method |
||
| This method returns the name of the video capture device as reported by its driver. | ||
| Syntax: | const char* c_str() const; |
|
| Return value: | A 0-terminated string that contains the name of the video capture device. |
|
| Remarks: | toString, getName and c_str return the same text. |
|
| See also: | VideoCaptureDeviceItem, VideoCaptureDeviceItem::toString, VideoCaptureDeviceItem::getName, VideoCaptureDeviceItem::getBaseName, VideoCaptureDeviceItem::getDisplayName, VideoCaptureDeviceItem::getUniqueName | |