JOGL v2.6.0-rc-20250712
JOGL, High-Performance Graphics Binding for Java™ (public API).
com.jogamp.opengl.util.av.GLMediaPlayer.Chapter Class Reference

Chapter meta-data of stream, see GLMediaPlayer#getChapters(). More...

Collaboration diagram for com.jogamp.opengl.util.av.GLMediaPlayer.Chapter:

Public Member Functions

 Chapter (final int i, final int s, final int e, final String t)
 
int duration ()
 Returns chapter duration, i.e. More...
 
String toString ()
 

Public Attributes

final int id
 Chapter ID. More...
 
final int start
 Chapter start PTS in ms. More...
 
final int end
 Chapter end PTS in ms. More...
 
final String title
 Chapter title. More...
 

Detailed Description

Chapter meta-data of stream, see GLMediaPlayer#getChapters().

Definition at line 277 of file GLMediaPlayer.java.

Constructor & Destructor Documentation

◆ Chapter()

com.jogamp.opengl.util.av.GLMediaPlayer.Chapter.Chapter ( final int  i,
final int  s,
final int  e,
final String  t 
)

Definition at line 286 of file GLMediaPlayer.java.

Member Function Documentation

◆ duration()

int com.jogamp.opengl.util.av.GLMediaPlayer.Chapter.duration ( )

Returns chapter duration, i.e.

end - start + 1.

Definition at line 290 of file GLMediaPlayer.java.

◆ toString()

String com.jogamp.opengl.util.av.GLMediaPlayer.Chapter.toString ( )

Definition at line 292 of file GLMediaPlayer.java.

Member Data Documentation

◆ end

final int com.jogamp.opengl.util.av.GLMediaPlayer.Chapter.end

Chapter end PTS in ms.

Definition at line 283 of file GLMediaPlayer.java.

◆ id

final int com.jogamp.opengl.util.av.GLMediaPlayer.Chapter.id

Chapter ID.

Definition at line 279 of file GLMediaPlayer.java.

◆ start

final int com.jogamp.opengl.util.av.GLMediaPlayer.Chapter.start

Chapter start PTS in ms.

Definition at line 281 of file GLMediaPlayer.java.

◆ title

final String com.jogamp.opengl.util.av.GLMediaPlayer.Chapter.title

Chapter title.

Definition at line 285 of file GLMediaPlayer.java.


The documentation for this class was generated from the following file: