AudioCDTime Constructor (Int32, Int32) |
Initializes a new instance of the
AudioCDTime structure with the specified CD track and the time offset (in seconds) from the start of the specified CD track.
Namespace:
GemBox.Presentation.Media
Assembly:
GemBox.Presentation (in GemBox.Presentation.dll) Version: 21.3.35.1038 (21.3.35.1038)
Syntaxpublic AudioCDTime(
int track,
int time
)
Public Sub New (
track As Integer,
time As Integer
)
Parameters
- track
- Type: SystemInt32
The CD track. - time
- Type: SystemInt32
The time offset (in seconds) from the start of the specified CD track.
Exceptions
See Also