Index


Class wsc.MEDIADIRECTION

Class Summary
Constructor Attributes Constructor Name and Description
 
Enum for media direction.
Field Summary
Field Attributes Field Name and Description
 
no media
 
the media direction is receive only
 
the media direction is send only
 
the media direction is both send and receive
Class Detail
wsc.MEDIADIRECTION()
Enum for media direction.
Field Detail
{String} NONE
no media

{String} RECVONLY
the media direction is receive only

{String} SENDONLY
the media direction is send only

{String} SENDRECV
the media direction is both send and receive

Copyright © 2005, 2013, Oracle and/or its affiliates. All rights reserved.