Skip navigation links
A B C D E F G H I J L M N O R S T U V 

A

authCallback(String, String) - Method in interface buzz.getcoco.media.NativeCallbacksInterface
 

B

build(int) - Method in class buzz.getcoco.media.Frame.Builder
Build frame with the given size.
Builder() - Constructor for class buzz.getcoco.media.Frame.Builder
 
buzz.getcoco.media - package buzz.getcoco.media
 

C

Channel - Class in buzz.getcoco.media
The class representing a Channel in a Network.
Channel(String, int) - Constructor for class buzz.getcoco.media.Channel
 
Channel.ChannelStatusListener - Interface in buzz.getcoco.media
The listener for updating the stream and channel join statuses.
Channel.State - Enum in buzz.getcoco.media
An enum indicating the state of the channel.
channelJoinStatusCallback(int, int, Object) - Method in interface buzz.getcoco.media.NativeCallbacksInterface
 
channelStreamInfoCallback(int, long, long, int, String, Object) - Method in interface buzz.getcoco.media.NativeCallbacksInterface
 
CocoMediaClient - Class in buzz.getcoco.media
The singleton for interacting with the SDK with Commands, Responses and Listeners for the corresponding commands.
CocoMediaClient.AuthListener - Interface in buzz.getcoco.media
The listener for authentication.
CocoMediaClient.CommandId - Enum in buzz.getcoco.media
An enum representing the possible commands of CocoMediaClient.sendCommand(Command, CommandStatusListener).
CocoMediaClient.CommandStatusListener<T extends CommandResponse<CocoMediaClient.CommandId>> - Interface in buzz.getcoco.media
The listener for status updates of sent commands CocoMediaClient.sendCommand(Command, CommandStatusListener).
CocoMediaClient.Configurator - Class in buzz.getcoco.media
The configuration builder used to initialize the SDK.
CocoMediaClient.CreateNetwork - Class in buzz.getcoco.media
The command for creating a network in the current user's id.
CocoMediaClient.CreateNetworkResponse - Class in buzz.getcoco.media
Response for CocoMediaClient.CreateNetwork command.
CocoMediaClient.DeleteNetwork - Class in buzz.getcoco.media
The command for deleting a network of the current user.
CocoMediaClient.DeleteNetworkResponse - Class in buzz.getcoco.media
Response for CocoMediaClient.DeleteNetwork command.
CocoMediaClient.GetAllNetworks - Class in buzz.getcoco.media
The command for getting the Networks of the current user.
CocoMediaClient.GetAllNetworksResponse - Class in buzz.getcoco.media
Response to the CocoMediaClient.GetAllNetworks command.
CocoMediaClient.GetUsers - Class in buzz.getcoco.media
The command for getting the users of a network.
CocoMediaClient.GetUsersResponse - Class in buzz.getcoco.media
Response for CocoMediaClient.GetUsers command.
CocoMediaClient.InviteExternalUser - Class in buzz.getcoco.media
Invite an external user into the specified network.
CocoMediaClient.InviteExternalUserResponse - Class in buzz.getcoco.media
CocoMediaClient.InviteUser - Class in buzz.getcoco.media
Invite a user into the specified network.
CocoMediaClient.InviteUserResponse - Class in buzz.getcoco.media
Response for CocoMediaClient.InviteUser command.
CocoMediaClient.RemoveUser - Class in buzz.getcoco.media
Remove a user from the specified network.
CocoMediaClient.RemoveUserResponse - Class in buzz.getcoco.media
Response for CocoMediaClient.RemoveUser command.
Command<T extends CommandIdInterface,U extends CommandResponse<T>> - Class in buzz.getcoco.media
The base command class which will be extended by corresponding Command classes.
Command(T, Class<U>) - Constructor for class buzz.getcoco.media.Command
 
Command.State - Enum in buzz.getcoco.media
An enum denoting the status of a command.
CommandIdInterface - Interface in buzz.getcoco.media
A marker interface for all Commands.
CommandResponse<T extends CommandIdInterface> - Class in buzz.getcoco.media
The response class for corresponding to a Command class.
CommandResponse(T) - Constructor for class buzz.getcoco.media.CommandResponse
 
Configurator() - Constructor for class buzz.getcoco.media.CocoMediaClient.Configurator
 
configure() - Method in class buzz.getcoco.media.CocoMediaClient.Configurator
Finalize the properties and initialize the SDK.
connect(Network) - Method in interface buzz.getcoco.media.NativeInterface
 
connect() - Method in class buzz.getcoco.media.Network
connect to this network.
connectStatusCallback(int, Object) - Method in interface buzz.getcoco.media.NativeCallbacksInterface
 
contentInfoReceivedCallback(String, int, long, Object) - Method in interface buzz.getcoco.media.NativeCallbacksInterface
 
create(Stream.StreamStatusListener) - Method in class buzz.getcoco.media.TxStream
 
CreateChannel(String, String, int) - Constructor for class buzz.getcoco.media.Network.CreateChannel
The constructor for this class.
CreateChannelResponse(int) - Constructor for class buzz.getcoco.media.Network.CreateChannelResponse
 
CreateNetwork(String, String) - Constructor for class buzz.getcoco.media.CocoMediaClient.CreateNetwork
The constructor for this class.
CreateNetworkResponse(String) - Constructor for class buzz.getcoco.media.CocoMediaClient.CreateNetworkResponse
 
currentState - Variable in exception buzz.getcoco.media.Stream.StateException
 

D

DeleteChannel(int) - Constructor for class buzz.getcoco.media.Network.DeleteChannel
 
DeleteChannelResponse() - Constructor for class buzz.getcoco.media.Network.DeleteChannelResponse
 
DeleteNetwork(String) - Constructor for class buzz.getcoco.media.CocoMediaClient.DeleteNetwork
The constructor for this class.
DeleteNetworkResponse() - Constructor for class buzz.getcoco.media.CocoMediaClient.DeleteNetworkResponse
 
destroy() - Method in class buzz.getcoco.media.TxStream
 
disconnect(Network) - Method in interface buzz.getcoco.media.NativeInterface
 
disconnect() - Method in class buzz.getcoco.media.Network
disconnect from this network.

E

equals(Object) - Method in class buzz.getcoco.media.RxStreamInfo
 

F

Frame - Class in buzz.getcoco.media
Construct representing a video/audio/any frame of data.
Frame(ByteBuffer) - Constructor for class buzz.getcoco.media.Frame
The constructor for this class.
Frame.Builder - Class in buzz.getcoco.media
A builder class for building Frames.
FRAME_TYPE_KEY - Static variable in class buzz.getcoco.media.Frame
 
FRAME_TYPE_NONE - Static variable in class buzz.getcoco.media.Frame
 

G

getAccessType() - Method in class buzz.getcoco.media.Network
Get the access type of the current user for this network.
GetAllNetworks() - Constructor for class buzz.getcoco.media.CocoMediaClient.GetAllNetworks
 
GetAllNetworksResponse(ArrayList<Network>) - Constructor for class buzz.getcoco.media.CocoMediaClient.GetAllNetworksResponse
 
GetAvailableChannels() - Constructor for class buzz.getcoco.media.Network.GetAvailableChannels
 
GetAvailableChannelsResponse(Channel[]) - Constructor for class buzz.getcoco.media.Network.GetAvailableChannelsResponse
The constructor for this class.
getChannelId() - Method in class buzz.getcoco.media.Network.CreateChannelResponse
 
getChannelId() - Method in class buzz.getcoco.media.RxStreamInfo
 
getChannelId() - Method in class buzz.getcoco.media.Stream
 
getChannels() - Method in class buzz.getcoco.media.Network.GetAvailableChannelsResponse
 
getCommandId() - Method in class buzz.getcoco.media.Command
 
getCommandId() - Method in class buzz.getcoco.media.CommandResponse
 
getData() - Method in class buzz.getcoco.media.Frame
 
getErrorMessage() - Method in class buzz.getcoco.media.CommandResponse
 
getExternalUserId() - Method in class buzz.getcoco.media.User
 
getFrameDuration() - Method in class buzz.getcoco.media.Frame
 
getFrameIndex() - Method in class buzz.getcoco.media.Frame
 
getFramePts() - Method in class buzz.getcoco.media.Frame
 
getFrameType() - Method in class buzz.getcoco.media.Frame
 
getId() - Method in class buzz.getcoco.media.Channel
 
getId() - Method in class buzz.getcoco.media.Network
Get the unique ID of this network.
getId() - Method in class buzz.getcoco.media.Stream
 
getImageUrl() - Method in class buzz.getcoco.media.User
 
getInstance() - Static method in class buzz.getcoco.media.CocoMediaClient
Get the singleton Object of CocoMediaClient.
getInt() - Method in enum buzz.getcoco.media.CocoMediaClient.CommandId
 
getInt() - Method in interface buzz.getcoco.media.CommandIdInterface
 
getInt() - Method in enum buzz.getcoco.media.Network.CommandId
 
getJoinStatus() - Method in class buzz.getcoco.media.User
 
getMaxStreams() - Method in class buzz.getcoco.media.Channel
 
getMetadata() - Method in class buzz.getcoco.media.Channel
 
getMetadata() - Method in class buzz.getcoco.media.Network
 
getMimeType() - Method in class buzz.getcoco.media.Frame
 
getName() - Method in class buzz.getcoco.media.Channel
 
getName() - Method in class buzz.getcoco.media.Network
 
getName() - Method in class buzz.getcoco.media.User
 
getNetworkId() - Method in class buzz.getcoco.media.Channel
 
getNetworkId() - Method in class buzz.getcoco.media.CocoMediaClient.CreateNetworkResponse
 
getNetworkId() - Method in class buzz.getcoco.media.RxStreamInfo
 
getNetworkId() - Method in class buzz.getcoco.media.Stream
 
getNetworks() - Method in class buzz.getcoco.media.CocoMediaClient.GetAllNetworksResponse
 
getSdp() - Method in class buzz.getcoco.media.RxStreamInfo
 
getSdp() - Method in class buzz.getcoco.media.Stream
 
getSourceNodeId() - Method in class buzz.getcoco.media.RxStreamInfo
 
getSourceNodeId() - Method in class buzz.getcoco.media.Stream
Get the source nodeId of this stream.
getState() - Method in class buzz.getcoco.media.Channel
 
getStatus() - Method in class buzz.getcoco.media.CommandResponse
 
getStatus() - Method in class buzz.getcoco.media.Network
 
getStatus() - Method in class buzz.getcoco.media.Stream
 
getStreamId() - Method in class buzz.getcoco.media.RxStreamInfo
 
getType() - Method in class buzz.getcoco.media.Network
 
getUserId() - Method in class buzz.getcoco.media.User
 
getUsername() - Method in class buzz.getcoco.media.User
 
getUserRole() - Method in class buzz.getcoco.media.Network
Get the role of the current user for this network.
GetUsers(String) - Constructor for class buzz.getcoco.media.CocoMediaClient.GetUsers
The constructor for this class.
getUsers() - Method in class buzz.getcoco.media.CocoMediaClient.GetUsersResponse
 
GetUsersResponse(ArrayList<User>) - Constructor for class buzz.getcoco.media.CocoMediaClient.GetUsersResponse
 

H

hashCode() - Method in class buzz.getcoco.media.RxStreamInfo
 
HEADER_SIZE - Static variable in class buzz.getcoco.media.Frame
 
httpCommandStatusCallback(String, Object) - Method in interface buzz.getcoco.media.NativeCallbacksInterface
 

I

init(String, String, String, String) - Method in interface buzz.getcoco.media.NativeInterface
 
internalNodeConnectionStatusCallback(long, boolean) - Method in class buzz.getcoco.media.Network
 
internalOnContentInfoMessageReceived(String, long, int) - Method in class buzz.getcoco.media.Network
 
internalOnMessageReceived(String, long) - Method in class buzz.getcoco.media.Network
 
internalSetMaxStreams(int) - Method in class buzz.getcoco.media.Channel
 
internalSetMetadata(String) - Method in class buzz.getcoco.media.Channel
 
internalSetMetadata(String) - Method in class buzz.getcoco.media.Network
 
internalSetName(String) - Method in class buzz.getcoco.media.Channel
 
internalSetName(String) - Method in class buzz.getcoco.media.Network
 
internalSetSourceNodeId(long) - Method in class buzz.getcoco.media.Stream
 
internalSetState(Channel.State) - Method in class buzz.getcoco.media.Channel
 
internalSetStatus(Network.State) - Method in class buzz.getcoco.media.Network
 
internalSetStatus(Stream.State) - Method in class buzz.getcoco.media.Stream
 
internalSetType(Network.Type) - Method in class buzz.getcoco.media.Network
 
internalStart(Stream.StreamStatusListener) - Method in class buzz.getcoco.media.Stream
Starts the stream.
internalStop() - Method in class buzz.getcoco.media.Stream
Stop listening and sending to the stream.
InviteExternalUser(String, String) - Constructor for class buzz.getcoco.media.CocoMediaClient.InviteExternalUser
The constructor for this class.
InviteExternalUserResponse() - Constructor for class buzz.getcoco.media.CocoMediaClient.InviteExternalUserResponse
 
InviteUser(String, String, Network.Role, Network.AccessType) - Constructor for class buzz.getcoco.media.CocoMediaClient.InviteUser
The constructor for this class.
InviteUserResponse() - Constructor for class buzz.getcoco.media.CocoMediaClient.InviteUserResponse
 
isTxStream() - Method in class buzz.getcoco.media.RxStream
 
isTxStream() - Method in class buzz.getcoco.media.Stream
 
isTxStream() - Method in class buzz.getcoco.media.TxStream
 

J

join(Channel.ChannelStatusListener) - Method in class buzz.getcoco.media.Channel
 
joinChannel(Channel, Channel.ChannelStatusListener) - Method in interface buzz.getcoco.media.NativeInterface
 

L

leave() - Method in class buzz.getcoco.media.Channel
 
leaveChannel(Channel) - Method in interface buzz.getcoco.media.NativeInterface
 

M

MANAGEMENT_NODE_ID - Static variable in class buzz.getcoco.media.Network
 
messageReceivedCallback(String, long, Object) - Method in interface buzz.getcoco.media.NativeCallbacksInterface
 
MIME_TYPE_AUDIO_AAC - Static variable in class buzz.getcoco.media.Frame
 
MIME_TYPE_TEXT - Static variable in class buzz.getcoco.media.Frame
 
MIME_TYPE_VIDEO_H264 - Static variable in class buzz.getcoco.media.Frame
 

N

NativeCallbacks - Class in buzz.getcoco.media
A class for handling the callbacks generated by native layer.
NativeCallbacks() - Constructor for class buzz.getcoco.media.NativeCallbacks
 
NativeCallbacksInterface - Interface in buzz.getcoco.media
An interface whose implementation decided how cbs are processed.
NativeInterface - Interface in buzz.getcoco.media
The interface whose implementation decides on how commands are responded.
Network - Class in buzz.getcoco.media
The class representing a coconet.
Network(String) - Constructor for class buzz.getcoco.media.Network
 
Network.AccessType - Enum in buzz.getcoco.media
An enum indicating the accessType of the user in a given network.
Network.CommandId - Enum in buzz.getcoco.media
An enum representing the possible commands that can be sent to manage a network.
Network.CommandStatusListener<T extends CommandResponse<Network.CommandId>> - Interface in buzz.getcoco.media
The listener for status updates of sent commands Network.sendCommand(Command, CommandStatusListener).
Network.CreateChannel - Class in buzz.getcoco.media
A command for creating a channel in the network.
Network.CreateChannelResponse - Class in buzz.getcoco.media
Response for Network.CreateChannel command.
Network.DeleteChannel - Class in buzz.getcoco.media
A command for deleting a channel in the network.
Network.DeleteChannelResponse - Class in buzz.getcoco.media
A response for Network.DeleteChannel command.
Network.GetAvailableChannels - Class in buzz.getcoco.media
A command for getting all available channels in the network.
Network.GetAvailableChannelsResponse - Class in buzz.getcoco.media
A response for Network.GetAvailableChannels command.
Network.MessagingListener - Interface in buzz.getcoco.media
The listener for listening to content info and messages sent by other nodes.
Network.Role - Enum in buzz.getcoco.media
An enum indicating the role of the user in a given network.
Network.State - Enum in buzz.getcoco.media
Determines the connection status of the network.
Network.Type - Enum in buzz.getcoco.media
Determines the type of the network.
networkCommandStatusCallback(String, Object) - Method in interface buzz.getcoco.media.NativeCallbacksInterface
 
nodeConnectionStatusCallback(long, boolean, Object) - Method in interface buzz.getcoco.media.NativeCallbacksInterface
 

O

onAuthRequired(String, String) - Method in interface buzz.getcoco.media.CocoMediaClient.AuthListener
 
onContentInfoMessageReceived(String, long, int) - Method in interface buzz.getcoco.media.Network.MessagingListener
 
onJoinStatusChanged(Channel.State) - Method in interface buzz.getcoco.media.Channel.ChannelStatusListener
Triggered when the join channel's joining state is changed.
onNewMessageReceived(String, long) - Method in interface buzz.getcoco.media.Network.MessagingListener
 
onNodeConnectionStatusChanged(long, boolean) - Method in interface buzz.getcoco.media.Network.MessagingListener
 
onResponse(T, Throwable) - Method in interface buzz.getcoco.media.CocoMediaClient.CommandStatusListener
 
onResponse(T, Throwable) - Method in interface buzz.getcoco.media.Network.CommandStatusListener
 
onStreamDataReceived(Frame) - Method in interface buzz.getcoco.media.Stream.StreamStatusListener
Triggered when a frame is received from the stream.
onStreamInfoUpdated(RxStreamInfo, Stream.State) - Method in interface buzz.getcoco.media.Channel.ChannelStatusListener
Triggered when a new stream is opened/closed.
onStreamStatusChanged(Stream.State) - Method in interface buzz.getcoco.media.Stream.StreamStatusListener
Triggered when the stream's status changes.

R

RemoveUser(String, String) - Constructor for class buzz.getcoco.media.CocoMediaClient.RemoveUser
The constructor for this class.
RemoveUserResponse() - Constructor for class buzz.getcoco.media.CocoMediaClient.RemoveUserResponse
 
RxStream - Class in buzz.getcoco.media
A stream whose source is a node other than this.
RxStream(RxStreamInfo) - Constructor for class buzz.getcoco.media.RxStream
constructor for this class.
RxStreamInfo - Class in buzz.getcoco.media
A data class for creating RxStream.

S

sendCommand(U, CocoMediaClient.CommandStatusListener<V>) - Method in class buzz.getcoco.media.CocoMediaClient
Send the commands specified by CocoMediaClient.CommandId.
sendCommand(U, Network.CommandStatusListener<V>) - Method in class buzz.getcoco.media.Network
 
sendContentInfoMessage(Network, String, int, long[]) - Method in interface buzz.getcoco.media.NativeInterface
 
sendContentInfoMessage(String, int, long...) - Method in class buzz.getcoco.media.Network
Send content info message to the specified nodes.
sendData(Frame) - Method in class buzz.getcoco.media.RxStream
 
sendData(Frame) - Method in class buzz.getcoco.media.Stream
Send data to other nodes subscribed to this stream.
sendData(Frame) - Method in class buzz.getcoco.media.TxStream
 
sendHttpCommand(U, CocoMediaClient.CommandStatusListener<V>) - Method in interface buzz.getcoco.media.NativeInterface
 
sendMessage(Network, String, long[]) - Method in interface buzz.getcoco.media.NativeInterface
 
sendMessage(String, long...) - Method in class buzz.getcoco.media.Network
Send message to the specified nodes.
sendNetworkCommand(Network, U, Network.CommandStatusListener<V>) - Method in interface buzz.getcoco.media.NativeInterface
 
sendStreamData(Stream, Frame) - Method in interface buzz.getcoco.media.NativeInterface
 
setAppAccessList(String) - Method in class buzz.getcoco.media.CocoMediaClient.Configurator
Sets the capabilities which will be used by the app.
setAuthListener(CocoMediaClient.AuthListener) - Method in class buzz.getcoco.media.CocoMediaClient.Configurator
Sets the listener for authentication.
setCallbackHandler(NativeCallbacksInterface) - Method in class buzz.getcoco.media.CocoMediaClient.Configurator
Sets the CallbackHandler (use this for TESTING purposes only).
setClientId(String) - Method in class buzz.getcoco.media.CocoMediaClient.Configurator
Sets the unique client id generated by the manage coco portal.
setCurrentWorkingDirectory(String) - Method in class buzz.getcoco.media.CocoMediaClient.Configurator
Sets the current working directory for the SDK to use.
setDownloadDirectory(String) - Method in class buzz.getcoco.media.CocoMediaClient.Configurator
Sets the temporary folder used by SDK.
setFrameDuration(long) - Method in class buzz.getcoco.media.Frame.Builder
 
setFrameIndex(int) - Method in class buzz.getcoco.media.Frame.Builder
 
setFramePts(long) - Method in class buzz.getcoco.media.Frame.Builder
 
setFrameType(int) - Method in class buzz.getcoco.media.Frame.Builder
 
setHandler(NativeInterface) - Method in class buzz.getcoco.media.CocoMediaClient.Configurator
Sets the NativeHandler (use this for TESTING purposes only).
setMessagingListener(Network.MessagingListener) - Method in class buzz.getcoco.media.Network
set the message listener for this network.
setMimeType(int) - Method in class buzz.getcoco.media.Frame.Builder
 
setTimeout(long) - Method in class buzz.getcoco.media.Command
Set the timeout of this command.
setTokens(String) - Method in class buzz.getcoco.media.CocoMediaClient
Set the access tokens which will be used in the upcoming api calls.
setTokens(String) - Method in interface buzz.getcoco.media.NativeInterface
 
start(Stream.StreamStatusListener) - Method in class buzz.getcoco.media.RxStream
Start this stream.
startStream(Stream, Stream.StreamStatusListener) - Method in interface buzz.getcoco.media.NativeInterface
 
StateException(Stream.State, String) - Constructor for exception buzz.getcoco.media.Stream.StateException
Constructor of this class.
stop() - Method in class buzz.getcoco.media.RxStream
 
stopStream(Stream) - Method in interface buzz.getcoco.media.NativeInterface
 
Stream - Class in buzz.getcoco.media
A construct indicating audio/video stream.
Stream(String, String, int, long) - Constructor for class buzz.getcoco.media.Stream
 
Stream.State - Enum in buzz.getcoco.media
An enum indicating the state of this stream.
Stream.StateException - Exception in buzz.getcoco.media
Constructs an illegal state exception with the specified detail message and cause.
Stream.StreamStatusListener - Interface in buzz.getcoco.media
A listener which is used for updating the stream status and passing back the stream data.
streamDataReceivedCallback(ByteBuffer, Object) - Method in interface buzz.getcoco.media.NativeCallbacksInterface
 
streamStatusChangedCallback(int, long, long, int, Object) - Method in interface buzz.getcoco.media.NativeCallbacksInterface
 

T

toString() - Method in class buzz.getcoco.media.Channel
 
toString() - Method in class buzz.getcoco.media.CocoMediaClient.Configurator
 
toString() - Method in class buzz.getcoco.media.CocoMediaClient.CreateNetwork
 
toString() - Method in class buzz.getcoco.media.CocoMediaClient.CreateNetworkResponse
 
toString() - Method in class buzz.getcoco.media.CocoMediaClient.DeleteNetwork
 
toString() - Method in class buzz.getcoco.media.CocoMediaClient.GetAllNetworksResponse
 
toString() - Method in class buzz.getcoco.media.CocoMediaClient.GetUsers
 
toString() - Method in class buzz.getcoco.media.CocoMediaClient.GetUsersResponse
 
toString() - Method in class buzz.getcoco.media.CocoMediaClient.InviteExternalUser
 
toString() - Method in class buzz.getcoco.media.CocoMediaClient.InviteUser
 
toString() - Method in class buzz.getcoco.media.CocoMediaClient.RemoveUser
 
toString() - Method in class buzz.getcoco.media.CocoMediaClient
 
toString() - Method in class buzz.getcoco.media.Command
 
toString() - Method in class buzz.getcoco.media.CommandResponse
 
toString() - Method in class buzz.getcoco.media.Frame.Builder
 
toString() - Method in class buzz.getcoco.media.Frame
 
toString() - Method in class buzz.getcoco.media.Network.CreateChannel
 
toString() - Method in class buzz.getcoco.media.Network.CreateChannelResponse
 
toString() - Method in class buzz.getcoco.media.Network.DeleteChannel
 
toString() - Method in class buzz.getcoco.media.Network.GetAvailableChannelsResponse
 
toString() - Method in class buzz.getcoco.media.Network
 
toString() - Method in class buzz.getcoco.media.RxStream
 
toString() - Method in class buzz.getcoco.media.RxStreamInfo
 
toString() - Method in exception buzz.getcoco.media.Stream.StateException
 
toString() - Method in class buzz.getcoco.media.Stream
 
toString() - Method in class buzz.getcoco.media.TxStream
 
toString() - Method in class buzz.getcoco.media.User
 
TxStream - Class in buzz.getcoco.media
A stream whose source is this node and transfers data to other nodes.
TxStream(String, Channel) - Constructor for class buzz.getcoco.media.TxStream
 

U

User - Class in buzz.getcoco.media
The class representing a user.
User(String, String, String, String, User.Status, String) - Constructor for class buzz.getcoco.media.User
constructor for this class.
User.Status - Enum in buzz.getcoco.media
An enum indicating the join status of the user for a given network.

V

valueOf(String) - Static method in enum buzz.getcoco.media.Channel.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum buzz.getcoco.media.CocoMediaClient.CommandId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum buzz.getcoco.media.Command.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum buzz.getcoco.media.Network.AccessType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum buzz.getcoco.media.Network.CommandId
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum buzz.getcoco.media.Network.Role
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum buzz.getcoco.media.Network.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum buzz.getcoco.media.Network.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum buzz.getcoco.media.Stream.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum buzz.getcoco.media.User.Status
Returns the enum constant of this type with the specified name.
values() - Static method in enum buzz.getcoco.media.Channel.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum buzz.getcoco.media.CocoMediaClient.CommandId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum buzz.getcoco.media.Command.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum buzz.getcoco.media.Network.AccessType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum buzz.getcoco.media.Network.CommandId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum buzz.getcoco.media.Network.Role
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum buzz.getcoco.media.Network.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum buzz.getcoco.media.Network.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum buzz.getcoco.media.Stream.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum buzz.getcoco.media.User.Status
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E F G H I J L M N O R S T U V 
Skip navigation links