Method | Description | |
---|---|---|
CN1Media ( Stream s, string mime, java onComplete, |
||
CN1Media ( string uri, bool video, java onComplete, |
||
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 |
Method | Description | |
---|---|---|
elem_MediaEnded ( object sender, RoutedEventArgs e ) : void | ||
elem_MediaOpened ( object sender, RoutedEventArgs e ) : void |
public CN1Media ( Stream s, string mime, java onComplete, |
||
s | Stream | |
mime | string | |
onComplete | java | |
cl | ||
return | System |
public CN1Media ( string uri, bool video, java onComplete, |
||
uri | string | |
video | bool | |
onComplete | java | |
cl | ||
return | System |
public getVariable ( java str ) : global::System.Object | ||
str | java | |
return | global::System.Object |
public getVideoComponent ( ) : global::System.Object | ||
return | global::System.Object |
public setNativePlayerMode ( bool nativePlayer ) : void | ||
nativePlayer | bool | |
return | void |
public setVariable ( java str, java obj ) : void | ||
str | java | |
obj | java | |
return | void |