JxrPlatformAdapter.AudioTrackExtensionsWrapper


public interface JxrPlatformAdapter.AudioTrackExtensionsWrapper


Interface for a SceneCore AudioTrackExtensionsWrapper

Summary

Public methods

getSpatialSourceType

Added in 1.0.0-alpha01
abstract int getSpatialSourceType(@NonNull AudioTrack track)

setPointSourceAttributes

Added in 1.0.0-alpha01
abstract @NonNull AudioTrack.Builder setPointSourceAttributes(
    @NonNull AudioTrack.Builder builder,
    @NonNull JxrPlatformAdapter.PointSourceAttributes attributes
)

setSoundFieldAttributes

Added in 1.0.0-alpha01
abstract @NonNull AudioTrack.Builder setSoundFieldAttributes(
    @NonNull AudioTrack.Builder builder,
    @NonNull JxrPlatformAdapter.SoundFieldAttributes attributes
)