C# Class Windows.UI.Xaml.Controls.MediaElement

Inheritance: FrameworkElement, IMediaElement
Mostrar archivo Open project: shiftkey/winrt-backport-hilarity Class Usage Examples

Public Methods

Method Description
AddAudioEffect ( [ effectID, [ effectOptional, [ effectConfiguration ) : void
AddVideoEffect ( [ effectID, [ effectOptional, [ effectConfiguration ) : void
CanPlayType ( [ type ) : MediaCanPlayResponse
GetAudioStreamLanguage ( [ index ) : string
MediaElement ( ) : System
Pause ( ) : void
Play ( ) : void
RemoveAllEffects ( ) : void
SetSource ( [ stream, [ mimeType ) : void
Stop ( ) : void

Method Details

AddAudioEffect() public method

public AddAudioEffect ( [ effectID, [ effectOptional, [ effectConfiguration ) : void
effectID [
effectOptional [
effectConfiguration [
return void

AddVideoEffect() public method

public AddVideoEffect ( [ effectID, [ effectOptional, [ effectConfiguration ) : void
effectID [
effectOptional [
effectConfiguration [
return void

CanPlayType() public method

public CanPlayType ( [ type ) : MediaCanPlayResponse
type [
return MediaCanPlayResponse

GetAudioStreamLanguage() public method

public GetAudioStreamLanguage ( [ index ) : string
index [
return string

MediaElement() public method

public MediaElement ( ) : System
return System

Pause() public method

public Pause ( ) : void
return void

Play() public method

public Play ( ) : void
return void

RemoveAllEffects() public method

public RemoveAllEffects ( ) : void
return void

SetSource() public method

public SetSource ( [ stream, [ mimeType ) : void
stream [
mimeType [
return void

Stop() public method

public Stop ( ) : void
return void