Package 

Class ChapterModel


  • 
    public final class ChapterModel
    
                        

    Represents a chapter within a video, including its title and start/end times.

    • Constructor Detail

      • ChapterModel

        ChapterModel(String title, Integer start, Integer end)
        Parameters:
        title - The title of the chapter.
        start - The start time of the chapter in seconds.
        end - The end time of the chapter in seconds.