001package net.bramp.ffmpeg.probe; 002 003/** Represents tags associated with an FFprobe chapter. */ 004public class FFmpegChapterTag { 005 public String title; 006 007 public String getTitle() { 008 return title; 009 } 010}
001package net.bramp.ffmpeg.probe; 002 003/** Represents tags associated with an FFprobe chapter. */ 004public class FFmpegChapterTag { 005 public String title; 006 007 public String getTitle() { 008 return title; 009 } 010}