Uses of Class
com.twilio.twiml.voice.Stream.Track
-
Packages that use Stream.Track Package Description com.twilio.twiml.voice -
-
Uses of Stream.Track in com.twilio.twiml.voice
Methods in com.twilio.twiml.voice that return Stream.Track Modifier and Type Method Description Stream.TrackStream. getTrack()Track to be streamed to remote servicestatic Stream.TrackStream.Track. valueOf(String name)Returns the enum constant of this type with the specified name.static Stream.Track[]Stream.Track. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.twilio.twiml.voice with parameters of type Stream.Track Modifier and Type Method Description Stream.BuilderStream.Builder. track(Stream.Track track)Track to be streamed to remote service
-