Package live.hms.video.media.tracks
Class HMSAudioTrack
-
- All Implemented Interfaces:
public class HMSAudioTrack extends HMSTrack
A type of HMSTrack holding only audio
-
-
Field Summary
Fields Modifier and Type Field Description private final HMSTrackTypetypeprivate final StringtrackIdprivate final Stringdescriptionprivate final BooleanisMuteprivate Stringsource
-
Constructor Summary
Constructors Constructor Description HMSAudioTrack(HMSMediaStream stream, AudioTrack nativeTrack, String source)
-
Method Summary
Modifier and Type Method Description HMSTrackTypegetType()This specifies the type of track, either one of HMSTrackType StringtoString()-
-
Constructor Detail
-
HMSAudioTrack
HMSAudioTrack(HMSMediaStream stream, AudioTrack nativeTrack, String source)
-
-
Method Detail
-
getType
HMSTrackType getType()
This specifies the type of track, either one of HMSTrackType
-
-
-
-