Searched refs:CaptionEvent (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/media/java/android/media/
H A DCea708CaptionRenderer.java200 public void emitEvent(CaptionEvent event) {
208 * {@link CaptionEvent} to pass all the results to an observer of the decoding process .
210 * <p>{@link CaptionEvent#type} determines the type of the result and
211 * {@link CaptionEvent#obj} contains the output value of a caption event.
247 void emitEvent(CaptionEvent event);
250 private void emitCaptionEvent(CaptionEvent captionEvent) {
258 mListener.emitEvent(new CaptionEvent(CAPTION_EMIT_TYPE_BUFFER, mBuffer.toString()));
347 emitCaptionEvent(new CaptionEvent(CAPTION_EMIT_TYPE_CONTROL, (char) mCommand));
350 emitCaptionEvent(new CaptionEvent(CAPTION_EMIT_TYPE_CONTROL, (char) mCommand));
353 emitCaptionEvent(new CaptionEvent(CAPTION_EMIT_TYPE_CONTRO
864 public static class CaptionEvent { class in class:Cea708CCParser
868 public CaptionEvent(int type, Object obj) { method in class:Cea708CCParser.CaptionEvent
[all...]

Completed in 86 milliseconds