C# Class com.codename1.impl.CN1Media

Inheritance: media.Media
Mostrar archivo Open project: Pmovil/CN1WindowsPort

Public Methods

Method 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

Method Description
elem_MediaEnded ( object sender, RoutedEventArgs e ) : void
elem_MediaOpened ( object sender, RoutedEventArgs e ) : void

Method Details

CN1Media() public method

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

CN1Media() public method

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

cleanup() public method

public cleanup ( ) : void
return void

getDuration() public method

public getDuration ( ) : int
return int

getTime() public method

public getTime ( ) : int
return int

getVariable() public method

public getVariable ( java str ) : global::System.Object
str java
return global::System.Object

getVideoComponent() public method

public getVideoComponent ( ) : global::System.Object
return global::System.Object

getVolume() public method

public getVolume ( ) : int
return int

isFullScreen() public method

public isFullScreen ( ) : bool
return bool

isNativePlayerMode() public method

public isNativePlayerMode ( ) : bool
return bool

isPlaying() public method

public isPlaying ( ) : bool
return bool

isVideo() public method

public isVideo ( ) : bool
return bool

pause() public method

public pause ( ) : void
return void

play() public method

public play ( ) : void
return void

prepare() public method

public prepare ( ) : void
return void

setFullScreen() public method

public setFullScreen ( bool n1 ) : void
n1 bool
return void

setNativePlayerMode() public method

public setNativePlayerMode ( bool nativePlayer ) : void
nativePlayer bool
return void

setTime() public method

public setTime ( int n1 ) : void
n1 int
return void

setVariable() public method

public setVariable ( java str, java obj ) : void
str java
obj java
return void

setVolume() public method

public setVolume ( int n1 ) : void
n1 int
return void