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