Class OwnedAudioSource
public sealed class OwnedAudioSource : Google.Protobuf.IMessage<OwnedAudioSource>, Google.Protobuf.IBufferMessage
- Inheritance
-
OwnedAudioSource
- Implements
-
IBufferMessage
- Extension Methods
Constructors
OwnedAudioSource()
public OwnedAudioSource()
OwnedAudioSource(OwnedAudioSource)
public OwnedAudioSource(OwnedAudioSource other)
Parameters
otherOwnedAudioSource
Fields
HandleFieldNumber
Field number for the "handle" field.
public const int HandleFieldNumber = 1
Field Value
InfoFieldNumber
Field number for the "info" field.
public const int InfoFieldNumber = 2
Field Value
Properties
Descriptor
public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
- MessageDescriptor
Handle
public FfiOwnedHandle Handle { get; set; }
Property Value
Info
public AudioSourceInfo Info { get; set; }
Property Value
Parser
public static Google.Protobuf.MessageParser<OwnedAudioSource> Parser { get; }
Property Value
- MessageParser<OwnedAudioSource>
Methods
CalculateSize()
public int CalculateSize()
Returns
Clone()
public OwnedAudioSource Clone()
Returns
Equals(OwnedAudioSource)
public bool Equals(OwnedAudioSource other)
Parameters
otherOwnedAudioSource
Returns
Equals(object)
public override bool Equals(object other)
Parameters
otherobject
Returns
GetHashCode()
public override int GetHashCode()
Returns
MergeFrom(CodedInputStream)
public void MergeFrom(Google.Protobuf.CodedInputStream input)
Parameters
inputCodedInputStream
MergeFrom(OwnedAudioSource)
public void MergeFrom(OwnedAudioSource other)
Parameters
otherOwnedAudioSource
ToString()
public override string ToString()
Returns
WriteTo(CodedOutputStream)
public void WriteTo(Google.Protobuf.CodedOutputStream output)
Parameters
outputCodedOutputStream