recorder_audio_codec_e class abstract
@brief Enumeration for the audio codec. @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- RECORDER_AUDIO_CODEC_AAC → const int
- < AAC codec
- RECORDER_AUDIO_CODEC_AMR → const int
- < AMR codec
- RECORDER_AUDIO_CODEC_DISABLE → const int
- < Disable audio track
- RECORDER_AUDIO_CODEC_MP3 → const int
- < MP3 codec (Since 3.0)
- RECORDER_AUDIO_CODEC_PCM → const int
- < PCM codec
- RECORDER_AUDIO_CODEC_VORBIS → const int
- < Vorbis codec