Class TvTrackInfo.Builder
public class TvTrackInfo.Builder : JVMBridgeBase<TvTrackInfo.Builder>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
- Inheritance
-
TvTrackInfo.Builder
- Implements
- Extension Methods
Constructors
Builder(IJVMBridgeBaseInitializer)
Initializer used internally by JCOBridge. Do not use directly.
[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public Builder(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Builder(int, String)
public Builder(int arg0, String arg1)
Parameters
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
Methods
Build()
public TvTrackInfo Build()
Returns
CreatePoolableInstance(int, String)
HPA initializer for Builder(int arg0, Java.Lang.String arg1)
public static TvTrackInfo.Builder CreatePoolableInstance(int arg0, String arg1)
Parameters
Returns
SetAudioChannelCount(int)
public TvTrackInfo.Builder SetAudioChannelCount(int arg0)
Parameters
Returns
SetAudioDescription(bool)
public TvTrackInfo.Builder SetAudioDescription(bool arg0)
Parameters
Returns
SetAudioSampleRate(int)
public TvTrackInfo.Builder SetAudioSampleRate(int arg0)
Parameters
Returns
SetDescription(CharSequence)
public TvTrackInfo.Builder SetDescription(CharSequence arg0)
Parameters
arg0CharSequence
Returns
SetEncoding(String)
public TvTrackInfo.Builder SetEncoding(String arg0)
Parameters
Returns
SetEncrypted(bool)
public TvTrackInfo.Builder SetEncrypted(bool arg0)
Parameters
Returns
SetExtra(Bundle)
public TvTrackInfo.Builder SetExtra(Bundle arg0)
Parameters
Returns
SetHardOfHearing(bool)
public TvTrackInfo.Builder SetHardOfHearing(bool arg0)
Parameters
Returns
SetLanguage(String)
public TvTrackInfo.Builder SetLanguage(String arg0)
Parameters
Returns
SetSpokenSubtitle(bool)
public TvTrackInfo.Builder SetSpokenSubtitle(bool arg0)
Parameters
Returns
SetVideoActiveFormatDescription(byte)
public TvTrackInfo.Builder SetVideoActiveFormatDescription(byte arg0)
Parameters
Returns
SetVideoFrameRate(float)
public TvTrackInfo.Builder SetVideoFrameRate(float arg0)
Parameters
Returns
SetVideoHeight(int)
public TvTrackInfo.Builder SetVideoHeight(int arg0)
Parameters
Returns
SetVideoPixelAspectRatio(float)
public TvTrackInfo.Builder SetVideoPixelAspectRatio(float arg0)
Parameters
Returns
SetVideoWidth(int)
https://developer.android.com/reference/android/media/tv/TvTrackInfo.Builder.html#setVideoWidth(int)
public TvTrackInfo.Builder SetVideoWidth(int arg0)