java.lang.Object

com.opentok.Rtmp


classe publique Rtmp hérite de Objet

Représente un flux RTMP dans une session OpenTok.

Résumé du champ

Champs

Modificateur et type

Champ d'application

Description

String

id

Résumé du constructeur

Constructeurs

Constructeur

Description

Rtmp()

Résumé de la méthode

Toutes les méthodes · Méthodes d'instance · Méthodes concrètes

Modificateur et type

Méthode

Description

String

getId()

String

getServerUrl()

String

getStatus()

String

getStreamName()

void

setId(String id)

L'identifiant du flux.

void

setServerUrl(String serverUrl)

L'URL du serveur RTMP.

void

setStatus(String status)

void

setStreamName(String streamName)

Le nom du flux.

Méthodes héritées de la classe java.lang.Objet

equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Détails du champ

id

public  Chaîne id

Informations sur le constructeur

RTMP

public Rtmp()

Détails de la méthode

setId

public void setId(Chaîne id)

L'identifiant du flux.

getId

public  Chaîne getId()

setServerUrl

public void setServerUrl(Chaîne serverUrl)

L'URL du serveur RTMP.

getServerUrl

public  Chaîne getServerUrl()

setStreamName

public void setStreamName(Chaîne nomDuFlux)

Le nom du flux.

getStreamName

public  Chaîne getStreamName()

getStatus

public  Chaîne getStatus()

Renvoie : : L'état RTMP.

setStatus

public void setStatus(Chaîne statut)