Class AudioChannelInfoMixinAnnotations
java.lang.Object
com.exxothermic.audioeverywheresdk.business.model.AudioChannelInfo
com.exxothermic.audioeverywheresdk.webservices.api.exxtractorapi.mapping.jackson.AudioChannelInfoMixinAnnotations
Class that maps the Legacy Audio channel info model into JSON, received from older exxtractors
Note that the newer version for the exxtractor do not return or receive this value, this class
is not intended to be used directly by clients
- Since:
- 27/10/2014
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract List<AudioChannel>
abstract void
setAudioChannels
(List<AudioChannel> mAudioChannels)
-
Constructor Details
-
AudioChannelInfoMixinAnnotations
public AudioChannelInfoMixinAnnotations()
-
-
Method Details
-
getAudioChannels
- Overrides:
getAudioChannels
in classAudioChannelInfo
-
setAudioChannels
- Overrides:
setAudioChannels
in classAudioChannelInfo
-