WOWZCodecUtils
instead.public class WOWZEncoderAPI
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
AAC_MIME_TYPE
Deprecated.
|
static java.lang.String |
H264_MIME_TYPE
Deprecated.
|
Constructor and Description |
---|
WOWZEncoderAPI()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static MediaCodecInfo[] |
getEncodersForType(java.lang.String mimeType)
Deprecated.
Use
WOWZCodecUtils.getEncodersForType(String) instead. |
static WOWZProfileLevel[] |
getProfileLevels()
Deprecated.
Use
WOWZCodecUtils.getProfileLevels() instead. |
static int[] |
getProfiles()
Deprecated.
Use
WOWZCodecUtils.getProfiles() instead. |
static WOWZProfileLevel |
ProfileLevelToWZProfileLevel(MediaCodecInfo.CodecProfileLevel profileLevel)
Deprecated.
|
static MediaCodecInfo.CodecProfileLevel |
WZProfileLevelToProfileLevel(WOWZProfileLevel profileLevel)
Deprecated.
|
public static final java.lang.String H264_MIME_TYPE
public static final java.lang.String AAC_MIME_TYPE
public static MediaCodecInfo[] getEncodersForType(java.lang.String mimeType)
WOWZCodecUtils.getEncodersForType(String)
instead.public static int[] getProfiles()
WOWZCodecUtils.getProfiles()
instead.public static WOWZProfileLevel[] getProfileLevels()
WOWZCodecUtils.getProfileLevels()
instead.public static MediaCodecInfo.CodecProfileLevel WZProfileLevelToProfileLevel(WOWZProfileLevel profileLevel)
WOWZCodecUtils.WZProfileLevelToProfileLevel(WOWZProfileLevel)
instead.public static WOWZProfileLevel ProfileLevelToWZProfileLevel(MediaCodecInfo.CodecProfileLevel profileLevel)
WOWZCodecUtils.ProfileLevelToWZProfileLevel(MediaCodecInfo.CodecProfileLevel)
instead.© 2016 - 2018 Wowza Media Systems, LLC. All rights reserved. Terms | Privacy | Trademarks | Legal