Hi everybody,
Hi @Erel
What are the parameters for 'createAudioSampleFormat' as for 'createTextSampleFormat' in the following code to create an audio resource
i.e, What is the replacement of
to get an audio resource
Please..
Hi @Erel
What are the parameters for 'createAudioSampleFormat' as for 'createTextSampleFormat' in the following code to create an audio resource
B4X:
Dim format As JavaObject
format = format.InitializeStatic("com.google.android.exoplayer2.Format").RunMethod("createTextSampleFormat", Array(Null, "application/x-subrip", 1, "en"))
B4X:
Array(Null, "application/x-subrip", 1, "en")
Please..
Last edited: