Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
C# (CSharp) NativePlayer.GetComponent 예제들
프로그래밍 언어:
C# (CSharp)
클래스/타입:
NativePlayer
메소드/함수:
GetComponent
hotexamples.com에서의 예제들:
1
C# (CSharp) NativePlayer.GetComponent - 1개의 예제가 발견되었습니다
. 이것들은 오픈소스 프로젝트에서 추출된 C# (CSharp)의
NativePlayer.GetComponent
에 대한 실세계 최고 등급의 예제들입니다. 예제들을 평가하여 예제의 품질 향상에 도움을 줄 수 있습니다.
자주 사용되는 메소드들
보기
숨기기
Create(3)
SetSubtitlePath(2)
Play(2)
Pause(2)
SetAudioPolicyInfo(2)
SetPlayPosition(2)
SetVideoStreamChangedCb(2)
SetVideoFrameDecodedCb(2)
SetSubtitlePositionOffset(1)
SetFieldOfView(1)
SetVideoRoi(1)
Seek(1)
SetAudioFrameDecodedCb(1)
SetUri(1)
SetBufferingCb(1)
SetCompletedCb(1)
SetDirectionOfView(1)
SetErrorCb(1)
SetInterruptedCb(1)
SetScreen(1)
SetMaxLimit(1)
SetMediaStreamBufferMaxSize(1)
SetMediaStreamBufferMinThreshold(1)
PushMediaStream(1)
SetMediaStreamInfo(1)
SetMediaStreamSeekCb(1)
SetMemoryBuffer(1)
SetSubtitleUpdatedCb(1)
SetPlayPositionNanoseconds(1)
SetPlaybackRate(1)
SetMediaStreamBufferStatusCb(1)
CaptureVideo(1)
PrepareAsync(1)
GetFieldOfView(1)
Destroy(1)
ForeachAdaptiveVariants(1)
GetAlbumArt(1)
GetAudioLatencyMode(1)
GetAudioStreamInfo(1)
GetCodecInfo(1)
GetComponent(1)
GetContentInfo(1)
GetDirectionOfView(1)
GetDuration(1)
GetDurationNanoseconds(1)
GetMaxLimit(1)
OnTapped(1)
GetPlayPosition(1)
GetPlayPositionNanoseconds(1)
GetRtspPlayer(1)
자주 사용되는 메소드들
Create (3)
SetSubtitlePath (2)
Play (2)
Pause (2)
SetAudioPolicyInfo (2)
SetPlayPosition (2)
SetVideoStreamChangedCb (2)
SetVideoFrameDecodedCb (2)
SetSubtitlePositionOffset (1)
SetFieldOfView (1)
자주 사용되는 메소드들
SetVideoRoi (1)
Seek (1)
SetAudioFrameDecodedCb (1)
SetUri (1)
SetBufferingCb (1)
SetCompletedCb (1)
SetDirectionOfView (1)
SetErrorCb (1)
SetInterruptedCb (1)
SetScreen (1)
SetMaxLimit (1)
SetMediaStreamBufferMaxSize (1)
SetMediaStreamBufferMinThreshold (1)
PushMediaStream (1)
SetMediaStreamInfo (1)
SetMediaStreamSeekCb (1)
SetMemoryBuffer (1)
SetSubtitleUpdatedCb (1)
SetPlayPositionNanoseconds (1)
SetPlaybackRate (1)
자주 사용되는 메소드들
SetMaxLimit (1)
SetMediaStreamBufferMaxSize (1)
SetMediaStreamBufferMinThreshold (1)
PushMediaStream (1)
SetMediaStreamInfo (1)
SetMediaStreamSeekCb (1)
SetMemoryBuffer (1)
SetSubtitleUpdatedCb (1)
SetPlayPositionNanoseconds (1)
SetPlaybackRate (1)
SetMediaStreamBufferStatusCb (1)
CaptureVideo (1)
PrepareAsync (1)
GetFieldOfView (1)
Destroy (1)
ForeachAdaptiveVariants (1)
GetAlbumArt (1)
GetAudioLatencyMode (1)
GetAudioStreamInfo (1)
GetCodecInfo (1)
GetComponent (1)
GetContentInfo (1)
GetDirectionOfView (1)
GetDuration (1)
GetDurationNanoseconds (1)
GetMaxLimit (1)
OnTapped (1)
GetPlayPosition (1)
GetPlayPositionNanoseconds (1)
GetRtspPlayer (1)
자주 사용되는 메소드들
SetMediaStreamBufferStatusCb (1)
CaptureVideo (1)
PrepareAsync (1)
GetFieldOfView (1)
Destroy (1)
ForeachAdaptiveVariants (1)
GetAlbumArt (1)
GetAudioLatencyMode (1)
GetAudioStreamInfo (1)
GetCodecInfo (1)
GetComponent (1)
GetContentInfo (1)
GetDirectionOfView (1)
GetDuration (1)
GetDurationNanoseconds (1)
GetMaxLimit (1)
OnTapped (1)
GetPlayPosition (1)
GetPlayPositionNanoseconds (1)
GetRtspPlayer (1)
GetStreamingDownloadProgress (1)
GetTrackCount (1)
GetTrackLanguageCode (1)
GetVideoRoi (1)
GetVideoSize (1)
GetVideoStreamInfo (1)
GetZoom (1)
IsLooping (1)
IsSphericalContent (1)
Prepare (1)
예제 #1
0
파일 보기
public T GetComponent <T>() => (T)(object)NativePlayer.GetComponent(typeof(T));
x