AudioProtocol enum
오디오 장치의 연결 프로토콜 타입을 정의합니다.
Values
- bluetoothA2dp → const AudioProtocol
-
블루투스 A2DP (고품질 미디어 오디오)
- bluetoothHfp → const AudioProtocol
-
블루투스 HFP/HSP (통화 및 마이크 사용, 저음질)
- bluetoothLe → const AudioProtocol
-
블루투스 LE (저전력, 드물지만 데이터/오디오 제어용)
- wired → const AudioProtocol
-
유선 (이어폰, 헤드폰, USB 오디오 통합)
- speaker → const AudioProtocol
-
내장 스피커 (미디어)
- earpiece → const AudioProtocol
-
내장 수화기 (통화)
- airplay → const AudioProtocol
-
Apple AirPlay
- wifi → const AudioProtocol
-
WiFi / Network Audio (Chromecast, DLNA 등)
- unknown → const AudioProtocol
-
기타
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - 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
-
values
→ const List<
AudioProtocol> - A constant List of the values in this enum, in order of their declaration.