|
| static final String | CONVERTOR_AUDIO_CHANNEL_MAP = "convertor-audio-channel-map" |
| | set audio channel map, More...
|
| |
|
|
| static final String | CONVERTOR_CUSTOM_VIDEO_HEIGHT = "custom-video-height" |
| | Set custom video height, width will be automatic scaled to keep aspect ratio. type: int. More...
|
| |
| static final String | CONVERTOR_CUSTOM_AUDIO_SAMPLE_RATE = "custom-audio-sample-rate" |
| | Set custom audio sample rate, type: int. More...
|
| |
| static final String | CONVERTOR_NO_VIDEO = "convertor-no-video" |
| | only convert audio stream, type: bool More...
|
| |
| static final String | CONVERTOR_NO_AUDIO = "convertor-no-audio" |
| | only convert video stream, type: bool More...
|
| |
| static final String | CONVERTOR_CUSTOM_AUDIO_CHANNEL = "custom-audio-channel" |
| | Set custom audio channels, type: int. More...
|
| |
| static final String | CONVERTOR_CUSTOM_AUDIO_PCM_FILE = "custom-audio-pcm-file" |
| | Set custom audio pcm file, type: bool. More...
|
| |
| static final String | CONVERTOR_DETECTED_AUDIO_MUTE_FACTOR = "detected_audio_mute" |
| | Set threshold of mute audio, type: int. More...
|
| |
| static final String | CONVERTOR_DISABLE_HARDWARE_VIDEO_DECODER = "disable_hardware_video_decoder" |
| | disable hardware decoder,type: bool More...
|
| |
| static final String | CONVERTOR_CUSTOM_VIDEO_FRAME_RATE = "custom-video-frame-rate" |
| | Set custom video frame rate, type: int. More...
|
| |
| static final String | CONVERTOR_MAX_CACHE_SIZE_IN_MEMORY = "max_cache_size_in_memory" |
| | max cache video frame buffer count in host memory,type: int More...
|
| |
| static final String | CONVERTOR_REVERSE_AUDIO_STREAM = "convertor-reverse-audio" |
| | Reverse audio stream,type: bool. More...
|
| |
| static final String | CONVERTOR_AUDIO_ENCODER_NAME = "audio encoder name" |
| | Assigned audio encoding format, amr-wb, mp3 is supported,type: string. More...
|
| |
| static final String | CONVERTOR_BITRATE = "bitrate" |
| | convertor video bitrate in bps. type: int More...
|
| |
| static final String | CONVERTOR_GOP_SIZE = "gopsize" |
| | convertor video GOP size, type: int More...
|
| |
| static final String | CONVERTOR_AUDIO_BITRATE = "audio bitrate" |
| | convertor audio bitrate in bps. type:int More...
|
| |
| static final String | CONVERTOR_ENABLE_HDR = "enable hdr" |
| | Enable HDR video convert if the video is HDR type: bool. More...
|
| |
|
|
| static final int | CONVERTOR_ERROR_CODE_NO_ERROR = 0 |
| | no error More...
|
| |
| static final int | CONVERTOR_ERROR_CODE_CANCEL = 1 |
| | task is canceled More...
|
| |
| static final int | CONVERTOR_ERROR_VIDEO_ENCODER_SETUP_ERROR = 2 |
| | video encoder setup error More...
|
| |
| static final int | CONVERTOR_ERROR_VIDEO_ENCODING_ERROR = 3 |
| | video encoder error More...
|
| |
| static final int | CONVERTOR_ERROR_VIDEO_DECODER_ERROR = 4 |
| | video decoder setup error More...
|
| |
| static final int | CONVERTOR_ERROR_VIDEO_DECODING_ERROR = 5 |
| | video decode error More...
|
| |
| static final int | CONVERTOR_ERROR_UNKNOWN = 65535 |
| |
| final String com.meicam.sdk.NvsMediaFileConvertor.CONVERTOR_AUDIO_CHANNEL_MAP = "convertor-audio-channel-map" |
|
static |
set audio channel map,
set audio channel map, Currently, "left" and "right" are supported; the number of mapping tables must be consistent with the number of output channels For example, the mapping table is "'right ','left'", which means that the input right channel to the output left channel, and the input left channel to the output audio channel.