Example usage for android.media MediaExtractor interface-usage

List of usage examples for android.media MediaExtractor interface-usage

Introduction

In this page you can find the example usage for android.media MediaExtractor interface-usage.

Usage

From source file com.c77.androidstreamingclient.lib.rtp.OriginalRtpMediaExtractor.java

/**
 * Created by julian on 12/12/14.
 */
public class OriginalRtpMediaExtractor implements RtpSessionDataListener, MediaExtractor {
    private static Log log = LogFactory.getLog(OriginalRtpMediaExtractor.class);

From source file com.c77.androidstreamingclient.lib.rtp.RtpMediaExtractor.java

/**
 * RTP Extractor that takes packets, creates frames and sends them to the decoder.
 * It has all the knowledge to parse H.264 packets, create frames from them and send them according
 * to the specs.
 *
 * @author Julian Cerruti