Triton Mobile SDK for Android 3.5.1
This is a custom android player made by Triton Digital
Loading...
Searching...
No Matches
com.tritondigital.player.exoplayer.extractor.flv.TdFlvExtractor Class Reference

Created by mkabore on 27/10/2016. More...

Inheritance diagram for com.tritondigital.player.exoplayer.extractor.flv.TdFlvExtractor:

Public Member Functions

void setMetaDataListener (TdMetaDataListener listener)
 
boolean sniff (ExtractorInput input) throws IOException
 
void init (ExtractorOutput output)
 
void seek (long position, long timeUs)
 
void release ()
 
int read (ExtractorInput input, PositionHolder seekPosition) throws IOException
 

Public Attributes

int tagType
 
int tagDataSize
 
long tagTimestampUs
 

Static Public Attributes

static final ExtractorsFactory FACTORY
 Factory for TdFlvExtractor instances.
 

Detailed Description

Created by mkabore on 27/10/2016.

Facilitates the extraction of data from the FLV container format.

Member Data Documentation

◆ FACTORY

final ExtractorsFactory com.tritondigital.player.exoplayer.extractor.flv.TdFlvExtractor.FACTORY
static
Initial value:
= new ExtractorsFactory() {
@Override
public Extractor[] createExtractors() {
return new Extractor[] {new TdFlvExtractor()};
}
}

Factory for TdFlvExtractor instances.


The documentation for this class was generated from the following file: