CastingDevice.GetSupportedCastingPlaybackTypesAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the media types supported by the device. containing
public:
virtual IAsyncOperation<CastingPlaybackTypes> ^ GetSupportedCastingPlaybackTypesAsync() = GetSupportedCastingPlaybackTypesAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<CastingPlaybackTypes> GetSupportedCastingPlaybackTypesAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<CastingPlaybackTypes> GetSupportedCastingPlaybackTypesAsync();
function getSupportedCastingPlaybackTypesAsync()
Public Function GetSupportedCastingPlaybackTypesAsync () As IAsyncOperation(Of CastingPlaybackTypes)
Returns
The media types, CastingPlaybackTypes, supported by the device.
- Attributes