Package | Description |
---|---|
org.stanwood.media.model | |
org.stanwood.media.store.mp4.itunes | |
org.stanwood.media.store.xmlstore |
Modifier and Type | Method and Description |
---|---|
java.util.List<Certification> |
IVideoCertification.getCertifications()
Used to get a list of the films certifications
|
java.util.List<Certification> |
Film.getCertifications()
Used to get a list of the films certifications
|
java.util.List<Certification> |
Show.getCertifications()
Used to get a list of the films certifications
|
Modifier and Type | Method and Description |
---|---|
void |
IVideoCertification.setCertifications(java.util.List<Certification> certifications)
Used to set the films certifications
|
void |
Film.setCertifications(java.util.List<Certification> certifications)
Used to set the films certifications
|
void |
Show.setCertifications(java.util.List<Certification> certifications)
Used to set the films certifications
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
MP4ManagerHelper.certToItunesCert(Certification cert) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Certification> |
XMLFilm.getCertifications()
Used to get a list of the films certifications
|
java.util.List<Certification> |
XMLShow.getCertifications()
Used to get a list of the films certifications
|
Modifier and Type | Method and Description |
---|---|
void |
XMLFilm.setCertifications(java.util.List<Certification> certifications)
Used to set the films certifications
|
void |
XMLShow.setCertifications(java.util.List<Certification> certifications)
Used to set the films certifications
|