org.osmf.metadata 패키지에는 메타데이터 사용을 지원하는 클래스가 들어 있습니다.
메타데이터 클래스가 메타데이터 사용을 지원하는 방법은 다음과 같습니다.
- 메타데이터 삽입, 업데이트, 쿼리, 삭제 기능 제공
- 이름-값 쌍과 같은 다른 형식의 메타데이터 지원
- 미디어 리소스의 기본 메타데이터(예: 미디어 유형 및 MIME 유형)를 통해 리소스 핸들러가 미디어 처리 여부를 결정하는 데 사용할 수 있는 힌트 제공
클래스
클래스 | 설명 | |
---|---|---|
CuePoint | The CuePoint class represents a cue point in the timeline of a media element. | |
CuePointType | CuePointType is the enumeration of possible types of CuePoint objects. | |
Metadata | The Metadata class encapsulates a related collection of metadata. | |
TimelineMarker | The TimelineMarker class represents an individual marker in the timeline of a MediaElement. | |
TimelineMetadata | The TimelineMetadata class encapsulates metadata associated with the timeline of a MediaElement. |
Tue Jun 12 2018, 03:32 PM Z