C# Class com.codename1.impl.CN1Media

Inheritance: media.Media
Afficher le fichier Open project: Pmovil/CN1WindowsPort

Méthodes publiques

Méthode Description
CN1Media ( Stream s, string mime, java onComplete, Canvas cl ) : System
CN1Media ( string uri, bool video, java onComplete, Canvas cl ) : System
cleanup ( ) : void
getDuration ( ) : int
getTime ( ) : int
getVariable ( java str ) : global::System.Object
getVideoComponent ( ) : global::System.Object
getVolume ( ) : int
isFullScreen ( ) : bool
isNativePlayerMode ( ) : bool
isPlaying ( ) : bool
isVideo ( ) : bool
pause ( ) : void
play ( ) : void
prepare ( ) : void
setFullScreen ( bool n1 ) : void
setNativePlayerMode ( bool nativePlayer ) : void
setTime ( int n1 ) : void
setVariable ( java str, java obj ) : void
setVolume ( int n1 ) : void

Private Methods

Méthode Description
elem_MediaEnded ( object sender, RoutedEventArgs e ) : void
elem_MediaOpened ( object sender, RoutedEventArgs e ) : void

Method Details

CN1Media() public méthode

public CN1Media ( Stream s, string mime, java onComplete, Canvas cl ) : System
s Stream
mime string
onComplete java
cl Windows.UI.Xaml.Controls.Canvas
Résultat System

CN1Media() public méthode

public CN1Media ( string uri, bool video, java onComplete, Canvas cl ) : System
uri string
video bool
onComplete java
cl Windows.UI.Xaml.Controls.Canvas
Résultat System

cleanup() public méthode

public cleanup ( ) : void
Résultat void

getDuration() public méthode

public getDuration ( ) : int
Résultat int

getTime() public méthode

public getTime ( ) : int
Résultat int

getVariable() public méthode

public getVariable ( java str ) : global::System.Object
str java
Résultat global::System.Object

getVideoComponent() public méthode

public getVideoComponent ( ) : global::System.Object
Résultat global::System.Object

getVolume() public méthode

public getVolume ( ) : int
Résultat int

isFullScreen() public méthode

public isFullScreen ( ) : bool
Résultat bool

isNativePlayerMode() public méthode

public isNativePlayerMode ( ) : bool
Résultat bool

isPlaying() public méthode

public isPlaying ( ) : bool
Résultat bool

isVideo() public méthode

public isVideo ( ) : bool
Résultat bool

pause() public méthode

public pause ( ) : void
Résultat void

play() public méthode

public play ( ) : void
Résultat void

prepare() public méthode

public prepare ( ) : void
Résultat void

setFullScreen() public méthode

public setFullScreen ( bool n1 ) : void
n1 bool
Résultat void

setNativePlayerMode() public méthode

public setNativePlayerMode ( bool nativePlayer ) : void
nativePlayer bool
Résultat void

setTime() public méthode

public setTime ( int n1 ) : void
n1 int
Résultat void

setVariable() public méthode

public setVariable ( java str, java obj ) : void
str java
obj java
Résultat void

setVolume() public méthode

public setVolume ( int n1 ) : void
n1 int
Résultat void