Package com.banuba.sdk.offscreen
Class OffscreenEffectPlayerConfig
java.lang.Object
com.banuba.sdk.offscreen.OffscreenEffectPlayerConfig
Deprecated.
The com.banuba.sdk.offscreen package is deprecated. Use PlayerAPI instead.
Encapsulates info about Offscreen Effect Player (
OffscreenEffectPlayer
) Configuration (Full).-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptioncom.banuba.sdk.effect_player.RealtimeProcessorMode
Deprecated.Return realtime processor mode.Deprecated.ReturnOffscreenSimpleConfig
instance based onEffectPlayerConfiguration
parameters.boolean
Deprecated.Return is the future frame filter used.newBuilder
(android.util.Size size, BufferAllocator allocator) Deprecated.Create newOffscreenEffectPlayerConfig.Builder
instance.
-
Method Details
-
getRealtimeProcessorMode
public com.banuba.sdk.effect_player.RealtimeProcessorMode getRealtimeProcessorMode()Deprecated.Return realtime processor mode.- Returns:
RealtimeProcessorMode
.
-
getUseFutureFrameFilter
public boolean getUseFutureFrameFilter()Deprecated.Return is the future frame filter used.- Returns:
- the boolean flag.
-
getSimpleConfig
Deprecated.ReturnOffscreenSimpleConfig
instance based onEffectPlayerConfiguration
parameters.- Returns:
OffscreenSimpleConfig
instance.
-
newBuilder
public static OffscreenEffectPlayerConfig.Builder newBuilder(@NonNull android.util.Size size, @Nullable BufferAllocator allocator) Deprecated.Create newOffscreenEffectPlayerConfig.Builder
instance.- Parameters:
size
- theSize
thatOffscreenEffectPlayer
uses for drawing.allocator
-BufferAllocator
instance.- Returns:
OffscreenEffectPlayerConfig.Builder
instance.
-