Can we play .swf files in iPhone using Objective-C

前端 未结 2 446
情书的邮戳
情书的邮戳 2021-01-27 10:21

Can we programmatically play,export .swf files in the ipad using Objective-C, if then could any one suggest the native or external library which supports this feature.

2条回答
  •  一生所求
    2021-01-27 10:53

    Audio Playback and Recording Formats The audio playback formats supported in OS are the following:

    *AAC
    *HE-AAC
    *AMR (Adaptive Multi-Rate, a format for speech)
    *ALAC ( Lossless)
    *iLBC (internet Low Bitrate Codec, another format for speech)
    *IMA4 (IMA/ADPCM)
    *linear PCM (uncompressed)
    *µ-law and a-law
    *MP3 (MPEG-1 audio layer 3
    

    The audio recording formats supported in OS are the following:

    *AAC (on supported devices only)
    *ALAC ( Lossless)
    *iLBC (internet Low Bitrate Codec, for speech)
    *IMA4 (IMA/ADPCM)
    *linear PCM
    *µ-law and a-law
    

    https://developer.apple.com/library/archive/documentation/MusicAudio/Conceptual/CoreAudioOverview/SupportedAudioFormatsMacOSX/SupportedAudioFormatsMacOSX.html

提交回复
热议问题