duration property
The duration of the playback in milliseconds.
Returns
- The duration of the playback in milliseconds.
Throws
- An exception if it fails
Implementation
int get duration {
final OperationResult resultString = objectMethod(
_pointerId,
'PlaybackContainer',
'getDuration',
);
return resultString['result'];
}