A user interface for video attachments. More...
| Header | #include <Video |
| Since | Esri |
| Inherits | Esri |
Public Functions
| virtual | ~ |
| Esri | input |
| std | max |
Detailed Description
Member Function Documentation
[override virtual noexcept] VideoFormInput::~VideoFormInput ()
Destructor.
Esri::ArcGISRuntime::AttachmentInputMethod VideoFormInput::inputMethod () const
Returns the supported method used to add a video attachment.
If not provided in the form definition, the default value is AttachmentInputMethod::Any.
std::optional <quint32> VideoFormInput::maxDuration () const
Returns the maximum allowed duration of a video attachment, in seconds.
The std::nullopt value indicates there is no maximum duration.
See also ErrorType::FeatureFormExceedsMaximumAttachmentDurationError.