Shaka Player Embedded
Classes | Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Friends | List of all members
shaka::proto::MediaInfo_Stream Class Reference

#include <media_tests.pb.h>

Inheritance diagram for shaka::proto::MediaInfo_Stream:

Classes

class  _Internal
 

Public Types

enum  : int {
  kExtraDataHashFieldNumber = 4, kTimeScaleNumFieldNumber = 1, kTimeScaleDenFieldNumber = 2, kIsVideoFieldNumber = 3,
  kSarNumFieldNumber = 5, kSarDenFieldNumber = 6
}
 

Public Member Functions

 MediaInfo_Stream ()
 
virtual ~MediaInfo_Stream ()
 
 MediaInfo_Stream (const MediaInfo_Stream &from)
 
 MediaInfo_Stream (MediaInfo_Stream &&from) noexcept
 
MediaInfo_Streamoperator= (const MediaInfo_Stream &from)
 
MediaInfo_Streamoperator= (MediaInfo_Stream &&from) noexcept
 
const std::string & unknown_fields () const
 
std::string * mutable_unknown_fields ()
 
void Swap (MediaInfo_Stream *other)
 
MediaInfo_StreamNew () const final
 
MediaInfo_StreamNew (::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
 
void CheckTypeAndMergeFrom (const ::PROTOBUF_NAMESPACE_ID::MessageLite &from) final
 
void CopyFrom (const MediaInfo_Stream &from)
 
void MergeFrom (const MediaInfo_Stream &from)
 
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear () final
 
bool IsInitialized () const final
 
size_t ByteSizeLong () const final
 
bool MergePartialFromCodedStream (::PROTOBUF_NAMESPACE_ID::io::CodedInputStream *input) final
 
void SerializeWithCachedSizes (::PROTOBUF_NAMESPACE_ID::io::CodedOutputStream *output) const final
 
void DiscardUnknownFields ()
 
int GetCachedSize () const final
 
std::string GetTypeName () const final
 
bool has_extra_data_hash () const
 
void clear_extra_data_hash ()
 
const std::string & extra_data_hash () const
 
void set_extra_data_hash (const std::string &value)
 
void set_extra_data_hash (std::string &&value)
 
void set_extra_data_hash (const char *value)
 
void set_extra_data_hash (const char *value, size_t size)
 
std::string * mutable_extra_data_hash ()
 
std::string * release_extra_data_hash ()
 
void set_allocated_extra_data_hash (std::string *extra_data_hash)
 
bool has_time_scale_num () const
 
void clear_time_scale_num ()
 
::PROTOBUF_NAMESPACE_ID::uint32 time_scale_num () const
 
void set_time_scale_num (::PROTOBUF_NAMESPACE_ID::uint32 value)
 
bool has_time_scale_den () const
 
void clear_time_scale_den ()
 
::PROTOBUF_NAMESPACE_ID::uint32 time_scale_den () const
 
void set_time_scale_den (::PROTOBUF_NAMESPACE_ID::uint32 value)
 
bool has_is_video () const
 
void clear_is_video ()
 
bool is_video () const
 
void set_is_video (bool value)
 
bool has_sar_num () const
 
void clear_sar_num ()
 
::PROTOBUF_NAMESPACE_ID::uint32 sar_num () const
 
void set_sar_num (::PROTOBUF_NAMESPACE_ID::uint32 value)
 
bool has_sar_den () const
 
void clear_sar_den ()
 
::PROTOBUF_NAMESPACE_ID::uint32 sar_den () const
 
void set_sar_den (::PROTOBUF_NAMESPACE_ID::uint32 value)
 

Static Public Member Functions

static const MediaInfo_Streamdefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const MediaInfo_Streaminternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 

Friends

class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata
 
struct ::TableStruct_shaka_2ftest_2fsrc_2fmedia_2fmedia_5ftests_2eproto
 
void swap (MediaInfo_Stream &a, MediaInfo_Stream &b)
 

Detailed Description

Definition at line 241 of file media_tests.pb.h.

Member Enumeration Documentation

§ anonymous enum

anonymous enum : int
Enumerator
kExtraDataHashFieldNumber 
kTimeScaleNumFieldNumber 
kTimeScaleDenFieldNumber 
kIsVideoFieldNumber 
kSarNumFieldNumber 
kSarDenFieldNumber 

Definition at line 343 of file media_tests.pb.h.

Constructor & Destructor Documentation

§ MediaInfo_Stream() [1/3]

shaka::proto::MediaInfo_Stream::MediaInfo_Stream ( )

Definition at line 533 of file media_tests.pb.cc.

§ ~MediaInfo_Stream()

shaka::proto::MediaInfo_Stream::~MediaInfo_Stream ( )
virtual

Definition at line 561 of file media_tests.pb.cc.

§ MediaInfo_Stream() [2/3]

shaka::proto::MediaInfo_Stream::MediaInfo_Stream ( const MediaInfo_Stream from)

Definition at line 538 of file media_tests.pb.cc.

§ MediaInfo_Stream() [3/3]

shaka::proto::MediaInfo_Stream::MediaInfo_Stream ( MediaInfo_Stream &&  from)
inlinenoexcept

Definition at line 248 of file media_tests.pb.h.

Member Function Documentation

§ ByteSizeLong()

size_t shaka::proto::MediaInfo_Stream::ByteSizeLong ( ) const
final

Definition at line 877 of file media_tests.pb.cc.

§ CheckTypeAndMergeFrom()

void shaka::proto::MediaInfo_Stream::CheckTypeAndMergeFrom ( const ::PROTOBUF_NAMESPACE_ID::MessageLite &  from)
final

Definition at line 924 of file media_tests.pb.cc.

§ Clear()

void shaka::proto::MediaInfo_Stream::Clear ( )
final

Definition at line 579 of file media_tests.pb.cc.

§ clear_extra_data_hash()

void shaka::proto::MediaInfo_Stream::clear_extra_data_hash ( )
inline

Definition at line 772 of file media_tests.pb.h.

§ clear_is_video()

void shaka::proto::MediaInfo_Stream::clear_is_video ( )
inline

Definition at line 754 of file media_tests.pb.h.

§ clear_sar_den()

void shaka::proto::MediaInfo_Stream::clear_sar_den ( )
inline

Definition at line 848 of file media_tests.pb.h.

§ clear_sar_num()

void shaka::proto::MediaInfo_Stream::clear_sar_num ( )
inline

Definition at line 830 of file media_tests.pb.h.

§ clear_time_scale_den()

void shaka::proto::MediaInfo_Stream::clear_time_scale_den ( )
inline

Definition at line 736 of file media_tests.pb.h.

§ clear_time_scale_num()

void shaka::proto::MediaInfo_Stream::clear_time_scale_num ( )
inline

Definition at line 718 of file media_tests.pb.h.

§ CopyFrom()

void shaka::proto::MediaInfo_Stream::CopyFrom ( const MediaInfo_Stream from)

Definition at line 962 of file media_tests.pb.cc.

§ default_instance()

const MediaInfo_Stream & shaka::proto::MediaInfo_Stream::default_instance ( )
static

Definition at line 573 of file media_tests.pb.cc.

§ DiscardUnknownFields()

void shaka::proto::MediaInfo_Stream::DiscardUnknownFields ( )

§ extra_data_hash()

const std::string & shaka::proto::MediaInfo_Stream::extra_data_hash ( ) const
inline

Definition at line 776 of file media_tests.pb.h.

§ GetCachedSize()

int shaka::proto::MediaInfo_Stream::GetCachedSize ( ) const
inlinefinal

Definition at line 317 of file media_tests.pb.h.

§ GetTypeName()

std::string shaka::proto::MediaInfo_Stream::GetTypeName ( ) const
final

Definition at line 987 of file media_tests.pb.cc.

§ has_extra_data_hash()

bool shaka::proto::MediaInfo_Stream::has_extra_data_hash ( ) const
inline

Definition at line 769 of file media_tests.pb.h.

§ has_is_video()

bool shaka::proto::MediaInfo_Stream::has_is_video ( ) const
inline

Definition at line 751 of file media_tests.pb.h.

§ has_sar_den()

bool shaka::proto::MediaInfo_Stream::has_sar_den ( ) const
inline

Definition at line 845 of file media_tests.pb.h.

§ has_sar_num()

bool shaka::proto::MediaInfo_Stream::has_sar_num ( ) const
inline

Definition at line 827 of file media_tests.pb.h.

§ has_time_scale_den()

bool shaka::proto::MediaInfo_Stream::has_time_scale_den ( ) const
inline

Definition at line 733 of file media_tests.pb.h.

§ has_time_scale_num()

bool shaka::proto::MediaInfo_Stream::has_time_scale_num ( ) const
inline

Definition at line 715 of file media_tests.pb.h.

§ InitAsDefaultInstance()

void shaka::proto::MediaInfo_Stream::InitAsDefaultInstance ( )
static

Definition at line 508 of file media_tests.pb.cc.

§ internal_default_instance()

static const MediaInfo_Stream* shaka::proto::MediaInfo_Stream::internal_default_instance ( )
inlinestatic

Definition at line 276 of file media_tests.pb.h.

§ is_video()

bool shaka::proto::MediaInfo_Stream::is_video ( ) const
inline

Definition at line 758 of file media_tests.pb.h.

§ IsInitialized()

bool shaka::proto::MediaInfo_Stream::IsInitialized ( ) const
final

Definition at line 969 of file media_tests.pb.cc.

§ MergeFrom()

void shaka::proto::MediaInfo_Stream::MergeFrom ( const MediaInfo_Stream from)

Definition at line 930 of file media_tests.pb.cc.

§ MergePartialFromCodedStream()

bool shaka::proto::MediaInfo_Stream::MergePartialFromCodedStream ( ::PROTOBUF_NAMESPACE_ID::io::CodedInputStream *  input)
final

Definition at line 675 of file media_tests.pb.cc.

§ mutable_extra_data_hash()

std::string * shaka::proto::MediaInfo_Stream::mutable_extra_data_hash ( )
inline

Definition at line 803 of file media_tests.pb.h.

§ mutable_unknown_fields()

std::string* shaka::proto::MediaInfo_Stream::mutable_unknown_fields ( )
inline

Definition at line 269 of file media_tests.pb.h.

§ New() [1/2]

MediaInfo_Stream* shaka::proto::MediaInfo_Stream::New ( ) const
inlinefinal

Definition at line 293 of file media_tests.pb.h.

§ New() [2/2]

MediaInfo_Stream* shaka::proto::MediaInfo_Stream::New ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena) const
inlinefinal

Definition at line 297 of file media_tests.pb.h.

§ operator=() [1/2]

MediaInfo_Stream& shaka::proto::MediaInfo_Stream::operator= ( const MediaInfo_Stream from)
inline

Definition at line 253 of file media_tests.pb.h.

§ operator=() [2/2]

MediaInfo_Stream& shaka::proto::MediaInfo_Stream::operator= ( MediaInfo_Stream &&  from)
inlinenoexcept

Definition at line 257 of file media_tests.pb.h.

§ release_extra_data_hash()

std::string * shaka::proto::MediaInfo_Stream::release_extra_data_hash ( )
inline

Definition at line 808 of file media_tests.pb.h.

§ sar_den()

PROTOBUF_NAMESPACE_ID::uint32 shaka::proto::MediaInfo_Stream::sar_den ( ) const
inline

Definition at line 852 of file media_tests.pb.h.

§ sar_num()

PROTOBUF_NAMESPACE_ID::uint32 shaka::proto::MediaInfo_Stream::sar_num ( ) const
inline

Definition at line 834 of file media_tests.pb.h.

§ SerializeWithCachedSizes()

void shaka::proto::MediaInfo_Stream::SerializeWithCachedSizes ( ::PROTOBUF_NAMESPACE_ID::io::CodedOutputStream *  output) const
final

Definition at line 788 of file media_tests.pb.cc.

§ set_allocated_extra_data_hash()

void shaka::proto::MediaInfo_Stream::set_allocated_extra_data_hash ( std::string *  extra_data_hash)
inline

Definition at line 816 of file media_tests.pb.h.

§ set_extra_data_hash() [1/4]

void shaka::proto::MediaInfo_Stream::set_extra_data_hash ( const std::string &  value)
inline

Definition at line 780 of file media_tests.pb.h.

§ set_extra_data_hash() [2/4]

void shaka::proto::MediaInfo_Stream::set_extra_data_hash ( std::string &&  value)
inline

Definition at line 785 of file media_tests.pb.h.

§ set_extra_data_hash() [3/4]

void shaka::proto::MediaInfo_Stream::set_extra_data_hash ( const char *  value)
inline

Definition at line 791 of file media_tests.pb.h.

§ set_extra_data_hash() [4/4]

void shaka::proto::MediaInfo_Stream::set_extra_data_hash ( const char *  value,
size_t  size 
)
inline

Definition at line 797 of file media_tests.pb.h.

§ set_is_video()

void shaka::proto::MediaInfo_Stream::set_is_video ( bool  value)
inline

Definition at line 762 of file media_tests.pb.h.

§ set_sar_den()

void shaka::proto::MediaInfo_Stream::set_sar_den ( ::PROTOBUF_NAMESPACE_ID::uint32  value)
inline

Definition at line 856 of file media_tests.pb.h.

§ set_sar_num()

void shaka::proto::MediaInfo_Stream::set_sar_num ( ::PROTOBUF_NAMESPACE_ID::uint32  value)
inline

Definition at line 838 of file media_tests.pb.h.

§ set_time_scale_den()

void shaka::proto::MediaInfo_Stream::set_time_scale_den ( ::PROTOBUF_NAMESPACE_ID::uint32  value)
inline

Definition at line 744 of file media_tests.pb.h.

§ set_time_scale_num()

void shaka::proto::MediaInfo_Stream::set_time_scale_num ( ::PROTOBUF_NAMESPACE_ID::uint32  value)
inline

Definition at line 726 of file media_tests.pb.h.

§ Swap()

void shaka::proto::MediaInfo_Stream::Swap ( MediaInfo_Stream other)
inline

Definition at line 286 of file media_tests.pb.h.

§ time_scale_den()

PROTOBUF_NAMESPACE_ID::uint32 shaka::proto::MediaInfo_Stream::time_scale_den ( ) const
inline

Definition at line 740 of file media_tests.pb.h.

§ time_scale_num()

PROTOBUF_NAMESPACE_ID::uint32 shaka::proto::MediaInfo_Stream::time_scale_num ( ) const
inline

Definition at line 722 of file media_tests.pb.h.

§ unknown_fields()

const std::string& shaka::proto::MediaInfo_Stream::unknown_fields ( ) const
inline

Definition at line 266 of file media_tests.pb.h.

Friends And Related Function Documentation

§ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata
friend

Definition at line 324 of file media_tests.pb.h.

§ ::TableStruct_shaka_2ftest_2fsrc_2fmedia_2fmedia_5ftests_2eproto

Definition at line 409 of file media_tests.pb.h.

§ swap

void swap ( MediaInfo_Stream a,
MediaInfo_Stream b 
)
friend

Definition at line 283 of file media_tests.pb.h.

Member Data Documentation

§ kIndexInFileMessages

constexpr int shaka::proto::MediaInfo_Stream::kIndexInFileMessages
static
Initial value:
=
1

Definition at line 280 of file media_tests.pb.h.


The documentation for this class was generated from the following files: