RemoteVideoStreamState interface
Stav pouze verze <xref:%40azure%2Fcommunication-calling%23RemoteVideoStream>.
Vlastnosti
| id | Proxy <xref:%40azure%2Fcommunication-calling%23RemoteVideoStream.id>. |
| is |
Proxy <xref:%40azure%2Fcommunication-calling%23RemoteVideoStream.isAvailable>. |
| is |
Proxy <xref:%40azure%2Fcommunication-calling%23RemoteVideoStream.isReceiving>. |
| media |
Proxy <xref:%40azure%2Fcommunication-calling%23RemoteVideoStream.mediaStreamType>. |
| stream |
Proxy <xref:%40azure%2Fcommunication-calling%23RemoteVideoStream.size>. |
| view | <xref:VideoStreamRendererView> spravované objektem createView/disposeView v rozhraní API StatefulCallClient. To může být nedefinováno, pokud datový proud ještě nebyl vykreslen a definován po createView vytvoří zobrazení. |
Podrobnosti vlastnosti
id
Proxy <xref:%40azure%2Fcommunication-calling%23RemoteVideoStream.id>.
id: number
Hodnota vlastnosti
number
isAvailable
Proxy <xref:%40azure%2Fcommunication-calling%23RemoteVideoStream.isAvailable>.
isAvailable: boolean
Hodnota vlastnosti
boolean
isReceiving
Proxy <xref:%40azure%2Fcommunication-calling%23RemoteVideoStream.isReceiving>.
public isReceiving: boolean
Hodnota vlastnosti
boolean
mediaStreamType
Proxy <xref:%40azure%2Fcommunication-calling%23RemoteVideoStream.mediaStreamType>.
mediaStreamType: MediaStreamType
Hodnota vlastnosti
streamSize
Proxy <xref:%40azure%2Fcommunication-calling%23RemoteVideoStream.size>.
streamSize?: { height: number, width: number }
Hodnota vlastnosti
{ height: number, width: number }