-
- All Implemented Interfaces:
-
com.twilio.video.TrackPublication
public interface AudioTrackPublication implements TrackPublication
A published audio track represents an audio track that has been shared with a Room.
-
-
Method Summary
Modifier and Type Method Description abstract AudioTrackgetAudioTrack()LocalAudioTrackPublication and RemoteAudioTrackPublication extend and each interface implements getAudioTrack with different nullabilitybehavior. -
-
Method Detail
-
getAudioTrack
@Nullable() abstract AudioTrack getAudioTrack()
LocalAudioTrackPublication and RemoteAudioTrackPublication extend and each interface implements getAudioTrack with different nullabilitybehavior. getAudioTrack is annotated as @NonNull and getAudioTrack is annotated as @Nullable.
This method is marked as @Nullable because at least one of the subclasses returns null.
-
-
-
-