Ends a track.
Namespace: StreamCodersAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax void EndTrack(
TrackInfo track
)
Sub EndTrack (
track As TrackInfo
)
void EndTrack(
TrackInfo^ track
)
abstract EndTrack :
track : TrackInfo -> unit
Parameters
- track
- Type: StreamCodersTrackInfo
The track.
See Also