5#ifndef PACKAGER_MEDIA_BASE_TEXT_TRACK_CONFIG_H_
6#define PACKAGER_MEDIA_BASE_TEXT_TRACK_CONFIG_H_
26 const std::string& label,
27 const std::string& language,
28 const std::string&
id);
33 TextKind kind()
const {
return kind_; }
34 const std::string& label()
const {
return label_; }
35 const std::string& language()
const {
return language_; }
36 const std::string& id()
const {
return id_; }
41 std::string language_;
All the methods that are virtual are virtual for mocking.