| EventInformationPlaybackDurationSecs Property |
diaGlobWrapper Help
Returns the duration in seconds of the played prompt. This value is returned when a PlaybackStopped event is raised.
Namespace: InkostarAssembly: DiaGlobWrapper (in DiaGlobWrapper.dll) Version: 0.0.0.0
Syntaxpublic int PlaybackDurationSecs { get; }Public ReadOnly Property PlaybackDurationSecs As Integer
Get
public:
property int PlaybackDurationSecs {
int get ();
}member PlaybackDurationSecs : int with get
Property Value
Type:
Int32
See Also