com.google.android.exoplayer2.extractor.ts.DefaultTsPayloadReaderFactory.Flags Java Examples

The following examples show how to use com.google.android.exoplayer2.extractor.ts.DefaultTsPayloadReaderFactory.Flags. You can vote up the ones you like or vote down the ones you don't like, and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example #1
Source File: TsExtractor.java    From MediaSDK with Apache License 2.0 5 votes vote down vote up
/**
 * @param mode Mode for the extractor. One of {@link #MODE_MULTI_PMT}, {@link #MODE_SINGLE_PMT}
 *     and {@link #MODE_HLS}.
 * @param defaultTsPayloadReaderFlags A combination of {@link DefaultTsPayloadReaderFactory}
 *     {@code FLAG_*} values that control the behavior of the payload readers.
 */
public TsExtractor(@Mode int mode, @Flags int defaultTsPayloadReaderFlags) {
  this(
      mode,
      new TimestampAdjuster(0),
      new DefaultTsPayloadReaderFactory(defaultTsPayloadReaderFlags));
}
 
Example #2
Source File: TsExtractor.java    From TelePlus-Android with GNU General Public License v2.0 5 votes vote down vote up
/**
 * @param mode Mode for the extractor. One of {@link #MODE_MULTI_PMT}, {@link #MODE_SINGLE_PMT}
 *     and {@link #MODE_HLS}.
 * @param defaultTsPayloadReaderFlags A combination of {@link DefaultTsPayloadReaderFactory}
 *     {@code FLAG_*} values that control the behavior of the payload readers.
 */
public TsExtractor(@Mode int mode, @Flags int defaultTsPayloadReaderFlags) {
  this(
      mode,
      new TimestampAdjuster(0),
      new DefaultTsPayloadReaderFactory(defaultTsPayloadReaderFlags));
}
 
Example #3
Source File: TsExtractor.java    From TelePlus-Android with GNU General Public License v2.0 5 votes vote down vote up
/**
 * @param mode Mode for the extractor. One of {@link #MODE_MULTI_PMT}, {@link #MODE_SINGLE_PMT}
 *     and {@link #MODE_HLS}.
 * @param defaultTsPayloadReaderFlags A combination of {@link DefaultTsPayloadReaderFactory}
 *     {@code FLAG_*} values that control the behavior of the payload readers.
 */
public TsExtractor(@Mode int mode, @Flags int defaultTsPayloadReaderFlags) {
  this(
      mode,
      new TimestampAdjuster(0),
      new DefaultTsPayloadReaderFactory(defaultTsPayloadReaderFlags));
}
 
Example #4
Source File: TsExtractor.java    From Telegram-FOSS with GNU General Public License v2.0 5 votes vote down vote up
/**
 * @param mode Mode for the extractor. One of {@link #MODE_MULTI_PMT}, {@link #MODE_SINGLE_PMT}
 *     and {@link #MODE_HLS}.
 * @param defaultTsPayloadReaderFlags A combination of {@link DefaultTsPayloadReaderFactory}
 *     {@code FLAG_*} values that control the behavior of the payload readers.
 */
public TsExtractor(@Mode int mode, @Flags int defaultTsPayloadReaderFlags) {
  this(
      mode,
      new TimestampAdjuster(0),
      new DefaultTsPayloadReaderFactory(defaultTsPayloadReaderFlags));
}
 
Example #5
Source File: TsExtractor.java    From Telegram with GNU General Public License v2.0 5 votes vote down vote up
/**
 * @param mode Mode for the extractor. One of {@link #MODE_MULTI_PMT}, {@link #MODE_SINGLE_PMT}
 *     and {@link #MODE_HLS}.
 * @param defaultTsPayloadReaderFlags A combination of {@link DefaultTsPayloadReaderFactory}
 *     {@code FLAG_*} values that control the behavior of the payload readers.
 */
public TsExtractor(@Mode int mode, @Flags int defaultTsPayloadReaderFlags) {
  this(
      mode,
      new TimestampAdjuster(0),
      new DefaultTsPayloadReaderFactory(defaultTsPayloadReaderFlags));
}
 
Example #6
Source File: TsExtractor.java    From MediaSDK with Apache License 2.0 2 votes vote down vote up
/**
 * @param defaultTsPayloadReaderFlags A combination of {@link DefaultTsPayloadReaderFactory}
 *     {@code FLAG_*} values that control the behavior of the payload readers.
 */
public TsExtractor(@Flags int defaultTsPayloadReaderFlags) {
  this(MODE_SINGLE_PMT, defaultTsPayloadReaderFlags);
}
 
Example #7
Source File: TsExtractor.java    From TelePlus-Android with GNU General Public License v2.0 2 votes vote down vote up
/**
 * @param defaultTsPayloadReaderFlags A combination of {@link DefaultTsPayloadReaderFactory}
 *     {@code FLAG_*} values that control the behavior of the payload readers.
 */
public TsExtractor(@Flags int defaultTsPayloadReaderFlags) {
  this(MODE_SINGLE_PMT, defaultTsPayloadReaderFlags);
}
 
Example #8
Source File: TsExtractor.java    From TelePlus-Android with GNU General Public License v2.0 2 votes vote down vote up
/**
 * @param defaultTsPayloadReaderFlags A combination of {@link DefaultTsPayloadReaderFactory}
 *     {@code FLAG_*} values that control the behavior of the payload readers.
 */
public TsExtractor(@Flags int defaultTsPayloadReaderFlags) {
  this(MODE_SINGLE_PMT, defaultTsPayloadReaderFlags);
}
 
Example #9
Source File: TsExtractor.java    From Telegram-FOSS with GNU General Public License v2.0 2 votes vote down vote up
/**
 * @param defaultTsPayloadReaderFlags A combination of {@link DefaultTsPayloadReaderFactory}
 *     {@code FLAG_*} values that control the behavior of the payload readers.
 */
public TsExtractor(@Flags int defaultTsPayloadReaderFlags) {
  this(MODE_SINGLE_PMT, defaultTsPayloadReaderFlags);
}
 
Example #10
Source File: TsExtractor.java    From Telegram with GNU General Public License v2.0 2 votes vote down vote up
/**
 * @param defaultTsPayloadReaderFlags A combination of {@link DefaultTsPayloadReaderFactory}
 *     {@code FLAG_*} values that control the behavior of the payload readers.
 */
public TsExtractor(@Flags int defaultTsPayloadReaderFlags) {
  this(MODE_SINGLE_PMT, defaultTsPayloadReaderFlags);
}