type TCefMediaRouteRef = class(TCefBaseRefCountedRef, ICefMediaRoute)
This item has no description.
| Protected | function GetId: ustring; |
| Protected | function GetSource: ICefMediaSource; |
| Protected | function GetSink: ICefMediaSink; |
| Protected | procedure SendRouteMessage(const message_: ustring); |
| Protected | procedure Terminate; |
| Public | class function UnWrap(data: Pointer): ICefMediaRoute; |
| Protected | function GetId: ustring; |
|
This item has no description. Showing description inherited from ICefMediaRoute.GetId. Returns the ID for this route. | |
| Protected | function GetSource: ICefMediaSource; |
|
This item has no description. Showing description inherited from ICefMediaRoute.GetSource. Returns the source associated with this route. | |
| Protected | function GetSink: ICefMediaSink; |
|
This item has no description. Showing description inherited from ICefMediaRoute.GetSink. Returns the sink associated with this route. | |
| Protected | procedure SendRouteMessage(const message_: ustring); |
|
This item has no description. Showing description inherited from ICefMediaRoute.SendRouteMessage. Send a message over this route. |message_| will be copied if necessary. | |
| Protected | procedure Terminate; |
|
This item has no description. Showing description inherited from ICefMediaRoute.Terminate. Terminate this route. Will result in an asynchronous call to ICefMediaObserver.OnRoutes on all registered observers. | |
| Public | class function UnWrap(data: Pointer): ICefMediaRoute; |
|
This item has no description. | |