All Packages Class Hierarchy This Package Previous Next Index
Class iceberg.mediamanager.AudioSummary
java.lang.Object
|
+----iceberg.mediamanager.ContentObject
|
+----iceberg.mediamanager.PlainAudio
|
+----iceberg.mediamanager.AudioSummary
- public class AudioSummary
- extends PlainAudio
- implements Serializable
-
AudioSummary()
-
-
getMimeType()
-
-
getTranscriptContentID()
- Return what the content ID would be for this audio's transcript.
AudioSummary
public AudioSummary()
getMimeType
public String getMimeType()
- Overrides:
- getMimeType in class PlainAudio
getTranscriptContentID
public ContentID getTranscriptContentID()
- Return what the content ID would be for this audio's transcript.
This does not guarantee that the transcript has been generated,
but if it has been, this will be its ID. Note, the transcript
will actually be a TextSummary content object
- Overrides:
- getTranscriptContentID in class PlainAudio
All Packages Class Hierarchy This Package Previous Next Index