MediaSessionCanReceiveMedia Method |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public bool CanReceiveMedia(
MediaType mediaType
)
Public Function CanReceiveMedia (
mediaType As MediaType
) As Boolean
public:
virtual bool CanReceiveMedia(
MediaType mediaType
) sealed
abstract CanReceiveMedia :
mediaType : MediaType -> bool
override CanReceiveMedia :
mediaType : MediaType -> bool
Parameters
- mediaType
- Type: Ozeki.MediaMediaType
Return Value
Type:
BooleanImplements
IMediaSessionCanReceiveMedia(MediaType)See Also