- ILivePusher - Interface in com.alivc.live.pusher
-
The stream ingest interface.
- init(Context, AlivcLivePushConfig) - Method in class com.alivc.live.pusher.AlivcLivePusher
-
Initialize the stream ingest parameters.
- init(Context, AlivcLivePushConfig) - Method in interface com.alivc.live.pusher.ILivePusher
-
Initialize the stream ingest parameters.
- init() - Method in class com.alivc.live.pusher.LivePusherJNI
-
The test is passed.
- initStream() - Method in class com.alivc.live.pusher.LivePusherJNI
-
- inputMixAudioData(int, byte[], int, long) - Method in class com.alivc.live.pusher.AlivcLivePusher
-
Specify the data for audio stream mixing.
- inputMixAudioData(int, byte[], int, long) - Method in class com.alivc.live.pusher.LivePusherJNI
-
- inputMixAudioPtr(int, long, int, long) - Method in class com.alivc.live.pusher.AlivcLivePusher
-
Specify the data for audio stream mixing.
- inputMixAudioPtr(int, long, int, long) - Method in class com.alivc.live.pusher.LivePusherJNI
-
- inputMixTexture(int, int, int, int, long, int) - Method in class com.alivc.live.pusher.AlivcLivePusher
-
Specify the data for video stream mixing.
- inputMixTexture(int, int, int, int, long, int) - Method in class com.alivc.live.pusher.LivePusherJNI
-
- inputMixVideoData(int, byte[], int, int, int, int, long, int) - Method in class com.alivc.live.pusher.AlivcLivePusher
-
Specify the data for video stream mixing.
- inputMixVideoData(int, byte[], int, int, int, int, long, int) - Method in class com.alivc.live.pusher.LivePusherJNI
-
- inputMixVideoPtr(int, long, int, int, int, int, long, int) - Method in class com.alivc.live.pusher.AlivcLivePusher
-
Specify the data for video stream mixing.
- inputMixVideoPtr(int, long, int, int, int, int, long, int) - Method in class com.alivc.live.pusher.LivePusherJNI
-
- inputStreamAudioData(byte[], int, int, int, long) - Method in class com.alivc.live.pusher.AlivcLivePusher
-
Customize audio data.
- inputStreamAudioData(byte[], int, int, int, long) - Method in interface com.alivc.live.pusher.ILivePusher
-
Customize audio data.
- inputStreamAudioData(byte[], int, int, int, long) - Method in class com.alivc.live.pusher.LivePusherJNI
-
- inputStreamAudioPtr(long, int, int, int, long) - Method in class com.alivc.live.pusher.AlivcLivePusher
-
Customize audio data.
- inputStreamAudioPtr(long, int, int, int, long) - Method in interface com.alivc.live.pusher.ILivePusher
-
Customize audio data.
- inputStreamAudioPtr(long, int, int, int, long) - Method in class com.alivc.live.pusher.LivePusherJNI
-
- inputStreamTexture(int, int, int, int, long, int, long) - Method in class com.alivc.live.pusher.AlivcLivePusher
-
Specify the data for custom video streams.
- inputStreamTexture(int, int, int, int, long, int, long) - Method in class com.alivc.live.pusher.LivePusherJNI
-
- inputStreamVideoData(byte[], int, int, int, int, long, int) - Method in class com.alivc.live.pusher.AlivcLivePusher
-
Specify the data for custom video streams.
- inputStreamVideoData(byte[], int, int, int, int, long, int) - Method in interface com.alivc.live.pusher.ILivePusher
-
Customize video data.
- inputStreamVideoData(byte[], int, int, int, int, long, int) - Method in class com.alivc.live.pusher.LivePusherJNI
-
- inputStreamVideoPtr(long, int, int, int, int, long, int) - Method in class com.alivc.live.pusher.AlivcLivePusher
-
Specify the data for custom video streams.
- inputStreamVideoPtr(long, int, int, int, int, long, int) - Method in interface com.alivc.live.pusher.ILivePusher
-
Customize video data.
- inputStreamVideoPtr(long, int, int, int, int, long, int) - Method in class com.alivc.live.pusher.LivePusherJNI
-
- isAudioOnly() - Method in class com.alivc.live.pusher.AlivcLivePushConfig
-
The audio-only stream ingest.
- isAutoFocus() - Method in class com.alivc.live.pusher.AlivcLivePushConfig
-
Query whether the autofocus feature is enabled.
- isCameraSupportAutoFocus() - Method in class com.alivc.live.pusher.AlivcLivePusher
-
Query whether autofocus is supported.
- isCameraSupportAutoFocus() - Method in interface com.alivc.live.pusher.ILivePusher
-
Query whether autofocus is supported.
- isCameraSupportAutoFocus() - Method in class com.alivc.live.pusher.LivePusherJNI
-
- isCameraSupportFlash() - Method in class com.alivc.live.pusher.AlivcLivePusher
-
Query whether the flash is supported.
- isCameraSupportFlash() - Method in interface com.alivc.live.pusher.ILivePusher
-
Query whether the flash is supported.
- isCameraSupportFlash() - Method in class com.alivc.live.pusher.LivePusherJNI
-
- isEnableAutoResolution() - Method in class com.alivc.live.pusher.AlivcLivePushConfig
-
- isEnableBitrateControl() - Method in class com.alivc.live.pusher.AlivcLivePushConfig
-
- isEnableNarrowbandHDForScreenPusher() - Method in class com.alivc.live.pusher.AlivcLivePushConfig
-
- isEnableSDKCrashMechanism() - Method in class com.alivc.live.pusher.AlivcLivePushConfig
-
- isExternMainStream() - Method in class com.alivc.live.pusher.AlivcLivePushConfig
-
Specify whether to ingest an external stream as a main stream.
- isFlash() - Method in class com.alivc.live.pusher.AlivcLivePushConfig
-
isFlash
- isFocusBySensor() - Method in class com.alivc.live.pusher.AlivcLivePushConfig
-
- isNetworkPushing() - Method in class com.alivc.live.pusher.AlivcLivePusher
-
Query whether a stream is being ingested over the Internet.
- isNetworkPushing() - Method in interface com.alivc.live.pusher.ILivePusher
-
Query the current network status of stream ingest.
- isNetworkPushing() - Method in class com.alivc.live.pusher.LivePusherJNI
-
- isOnHeadsetSco() - Method in class com.alivc.live.pusher.BluetoothHeadsetUtils
-
- isPreviewMirror() - Method in class com.alivc.live.pusher.AlivcLivePushConfig
-
Query whether the preview mirroring mode is enabled.
- isPushing() - Method in class com.alivc.live.pusher.AlivcLivePusher
-
Query whether a stream being ingested by using the SDK.
- isPushing() - Method in interface com.alivc.live.pusher.ILivePusher
-
Query whether a stream is being ingested.
- isPushing() - Method in class com.alivc.live.pusher.LivePusherJNI
-
- isPushMirror() - Method in class com.alivc.live.pusher.AlivcLivePushConfig
-
Query whether the mirroring mode is enabled during stream ingest.
- isVideoOnly() - Method in class com.alivc.live.pusher.AlivcLivePushConfig
-
The video-only stream ingest.