type TCefMediaSourceRef = class(TCefBaseRefCountedRef, ICefMediaSource)
This item has no description.
| Protected | function GetId: ustring; |
| Protected | function IsCastSource: boolean; |
| Protected | function IsDialSource: boolean; |
| Public | class function UnWrap(data: Pointer): ICefMediaSource; |
| Protected | function GetId: ustring; |
|
This item has no description. Showing description inherited from ICefMediaSource.GetId. Returns the ID (media source URN or URL) for this source. | |
| Protected | function IsCastSource: boolean; |
|
This item has no description. Showing description inherited from ICefMediaSource.IsCastSource. Returns true (1) if this source outputs its content via Cast. | |
| Protected | function IsDialSource: boolean; |
|
This item has no description. Showing description inherited from ICefMediaSource.IsDialSource. Returns true (1) if this source outputs its content via DIAL. | |
| Public | class function UnWrap(data: Pointer): ICefMediaSource; |
|
This item has no description. | |