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

Inheritance: FrameworkElement, IMediaElement
Afficher le fichier Open project: shiftkey/winrt-backport-hilarity Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public AddAudioEffect ( [ effectID, [ effectOptional, [ effectConfiguration ) : void
effectID [
effectOptional [
effectConfiguration [
Résultat void

AddVideoEffect() public méthode

public AddVideoEffect ( [ effectID, [ effectOptional, [ effectConfiguration ) : void
effectID [
effectOptional [
effectConfiguration [
Résultat void

CanPlayType() public méthode

public CanPlayType ( [ type ) : MediaCanPlayResponse
type [
Résultat MediaCanPlayResponse

GetAudioStreamLanguage() public méthode

public GetAudioStreamLanguage ( [ index ) : string
index [
Résultat string

MediaElement() public méthode

public MediaElement ( ) : System
Résultat System

Pause() public méthode

public Pause ( ) : void
Résultat void

Play() public méthode

public Play ( ) : void
Résultat void

RemoveAllEffects() public méthode

public RemoveAllEffects ( ) : void
Résultat void

SetSource() public méthode

public SetSource ( [ stream, [ mimeType ) : void
stream [
mimeType [
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void